Subversion Repositories Applications.framework

Rev

Rev 300 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 300 Rev 302
Line 174... Line 174...
174
<hr />
174
<hr />
Line 175... Line 175...
175
 
175
 
176
<a name="class_details"></a>
176
<a name="class_details"></a>
177
<h3>Class Details</h3>
177
<h3>Class Details</h3>
178
<div class="tags">
178
<div class="tags">
179
[line <a href="../__filesource/fsource_Framework__Registre.php.html#a20">20</a>]<br />
179
[line <a href="../__filesource/fsource_Framework__Registre.php.html#a19">19</a>]<br />
180
Classe Registre, qui permet un accès à différentes variables et paramètres à travers les autres classes.<br /><br /><p>C'est un remplaçant à la variable magique $_GLOBALS de Php.  C'est un singleton.  Si vous avez besoin de modifier dynamiquement des paramètres de configuration, utiliser le @see Registe, il est fait pour ça.  Si vous voulez paramètré votre application via le fichier config.ini, utilisez plutôt la classe @see Config.</p><br /><br /><br />
180
Classe Registre, qui permet un accès à différentes variables et paramètres à travers les autres classes.<br /><br /><p>C'est un remplaçant à la variable magique $_GLOBALS de Php.  C'est un singleton.  Si vous voulez paramètré votre application via un fichier de configuration, utilisez plutôt la classe @see Config.</p><br /><br /><br />
181
<h4>Tags:</h4>
181
<h4>Tags:</h4>
182
<div class="tags">
182
<div class="tags">
183
<table border="0" cellspacing="0" cellpadding="0">
183
<table border="0" cellspacing="0" cellpadding="0">
184
  <tr>
184
  <tr>
Line 209... Line 209...
209
<a name="class_methods"></a>
209
<a name="class_methods"></a>
210
<h3>Class Methods</h3>
210
<h3>Class Methods</h3>
211
<div class="tags">
211
<div class="tags">
212
  <hr />
212
  <hr />
213
	<a name="methoddetruire"></a>
213
	<a name="methoddetruire"></a>
214
	<h3>static method detruire <span class="smalllinenumber">[line <a href="../__filesource/fsource_Framework__Registre.php.html#a53">53</a>]</span></h3>
214
	<h3>static method detruire <span class="smalllinenumber">[line <a href="../__filesource/fsource_Framework__Registre.php.html#a52">52</a>]</span></h3>
215
	<div class="function">
215
	<div class="function">
216
    <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
216
    <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
217
    <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
217
    <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
218
		<code>static void detruire(
218
		<code>static void detruire(
219
string
219
string
Line 245... Line 245...
245
    </div><br />
245
    </div><br />
246
        <div class="top">[ <a href="#top">Top</a> ]</div>
246
        <div class="top">[ <a href="#top">Top</a> ]</div>
247
  </div>
247
  </div>
248
  <hr />
248
  <hr />
249
	<a name="methodexiste"></a>
249
	<a name="methodexiste"></a>
250
	<h3>static method existe <span class="smalllinenumber">[line <a href="../__filesource/fsource_Framework__Registre.php.html#a64">64</a>]</span></h3>
250
	<h3>static method existe <span class="smalllinenumber">[line <a href="../__filesource/fsource_Framework__Registre.php.html#a63">63</a>]</span></h3>
251
	<div class="function">
251
	<div class="function">
252
    <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
252
    <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
253
    <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
253
    <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
254
		<code>static boolean existe(
254
		<code>static boolean existe(
255
string
255
string
Line 284... Line 284...
284
    </div><br />
284
    </div><br />
285
        <div class="top">[ <a href="#top">Top</a> ]</div>
285
        <div class="top">[ <a href="#top">Top</a> ]</div>
286
  </div>
286
  </div>
287
  <hr />
287
  <hr />
288
	<a name="methodget"></a>
288
	<a name="methodget"></a>
289
	<h3>static method get <span class="smalllinenumber">[line <a href="../__filesource/fsource_Framework__Registre.php.html#a44">44</a>]</span></h3>
289
	<h3>static method get <span class="smalllinenumber">[line <a href="../__filesource/fsource_Framework__Registre.php.html#a43">43</a>]</span></h3>
290
	<div class="function">
290
	<div class="function">
291
    <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
291
    <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
292
    <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
292
    <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
293
		<code>static mixed get(
293
		<code>static mixed get(
Line 323... Line 323...
323
    </div><br />
323
    </div><br />
324
        <div class="top">[ <a href="#top">Top</a> ]</div>
324
        <div class="top">[ <a href="#top">Top</a> ]</div>
325
  </div>
325
  </div>
326
  <hr />
326
  <hr />
327
	<a name="methodset"></a>
327
	<a name="methodset"></a>
328
	<h3>static method set <span class="smalllinenumber">[line <a href="../__filesource/fsource_Framework__Registre.php.html#a30">30</a>]</span></h3>
328
	<h3>static method set <span class="smalllinenumber">[line <a href="../__filesource/fsource_Framework__Registre.php.html#a29">29</a>]</span></h3>
329
	<div class="function">
329
	<div class="function">
330
    <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
330
    <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
331
    <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
331
    <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
332
		<code>static void set(
332
		<code>static void set(
333
string
333
string
Line 369... Line 369...
369
</div><br />
369
</div><br />
Line 370... Line 370...
370
 
370
 
371
 
371
 
372
        <div class="credit">
372
        <div class="credit">
373
		    <hr />
373
		    <hr />
374
		    Documentation generated on Tue, 18 Jan 2011 15:13:50 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
374
		    Documentation generated on Tue, 18 Jan 2011 15:31:25 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
375
	      </div>
375
	      </div>
376
      </td></tr></table>
376
      </td></tr></table>
377
    </td>
377
    </td>