Subversion Repositories Applications.framework

Rev

Rev 467 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 467 Rev 476
Line 111... Line 111...
111
                            Reports <b class="caret"></b>
111
                            Reports <b class="caret"></b>
112
                        </a>
112
                        </a>
113
                        <ul class="dropdown-menu">
113
                        <ul class="dropdown-menu">
114
                            <li>
114
                            <li>
115
                                <a href="../reports/errors.html">
115
                                <a href="../reports/errors.html">
116
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">54</span>
116
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">70</span>
117
                                </a>
117
                                </a>
118
                            </li>
118
                            </li>
119
                            <li>
119
                            <li>
120
                                <a href="../reports/markers.html">
120
                                <a href="../reports/markers.html">
121
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <i class="icon-list-alt"></i>&#160;Markers <span class="label label-info pull-right">0</span>
121
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <i class="icon-list-alt"></i>&#160;Markers <span class="label label-info pull-right">0</span>
122
                                </a>
122
                                </a>
123
                            </li>
123
                            </li>
124
                        </ul>
124
                        </ul>
125
                    </li>
125
                    </li>
126
                </ul>
126
                </ul>
Line 136... Line 136...
136
        <section class="row-fluid">
136
        <section class="row-fluid">
137
        <div class="span2 sidebar">
137
        <div class="span2 sidebar">
138
                                <div class="accordion" style="margin-bottom: 0">
138
                                <div class="accordion" style="margin-bottom: 0">
139
        <div class="accordion-group">
139
        <div class="accordion-group">
140
            <div class="accordion-heading">
140
            <div class="accordion-heading">
141
                                    <a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-1082738804"></a>
141
                                    <a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-1802128692"></a>
142
                                <a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
142
                                <a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
143
            </div>
143
            </div>
144
            <div id="namespace-1082738804" class="accordion-body collapse in">
144
            <div id="namespace-1802128692" class="accordion-body collapse in">
145
                <div class="accordion-inner">
145
                <div class="accordion-inner">
Line 146... Line 146...
146
 
146
 
147
                    
147
                    
Line 152... Line 152...
152
                                                    <li class="class"><a href="../classes/SquelettePhp.html">SquelettePhp</a></li>
152
                                                    <li class="class"><a href="../classes/SquelettePhp.html">SquelettePhp</a></li>
153
                                                    <li class="class"><a href="../classes/Controleur.html">Controleur</a></li>
153
                                                    <li class="class"><a href="../classes/Controleur.html">Controleur</a></li>
154
                                                    <li class="class"><a href="../classes/GestionnaireException.html">GestionnaireException</a></li>
154
                                                    <li class="class"><a href="../classes/GestionnaireException.html">GestionnaireException</a></li>
155
                                                    <li class="class"><a href="../classes/Modele.html">Modele</a></li>
155
                                                    <li class="class"><a href="../classes/Modele.html">Modele</a></li>
156
                                                    <li class="class"><a href="../classes/Registre.html">Registre</a></li>
156
                                                    <li class="class"><a href="../classes/Registre.html">Registre</a></li>
-
 
157
                                                    <li class="class"><a href="../classes/I18n.html">I18n</a></li>
157
                                                    <li class="class"><a href="../classes/Config.html">Config</a></li>
158
                                                    <li class="class"><a href="../classes/Config.html">Config</a></li>
158
                                                    <li class="class"><a href="../classes/Application.html">Application</a></li>
159
                                                    <li class="class"><a href="../classes/Application.html">Application</a></li>
159
                                                    <li class="class"><a href="../classes/Log.html">Log</a></li>
160
                                                    <li class="class"><a href="../classes/Log.html">Log</a></li>
160
                                            </ul>
161
                                            </ul>
161
                </div>
162
                </div>
Line 177... Line 178...
177
                    <h1><small>\</small>Modele</h1>
178
                    <h1><small>\</small>Modele</h1>
178
                    <p><em>Classe modèle, donc d&#039;accés au données, elle ne devrait pas être appelée de l&#039;extérieur.</em></p>
179
                    <p><em>Classe modèle, donc d&#039;accés au données, elle ne devrait pas être appelée de l&#039;extérieur.</em></p>
179
                    <p>Elle fait office d'abstraction légère de base de données en utilisant diveres possibilités
180
                    <p>Elle fait office d'abstraction légère de base de données en utilisant diveres possibilités
180
d'abstraction de base de données (PDO, mysql, mysqli, sqlite)
181
d'abstraction de base de données (PDO, mysql, mysqli, sqlite)
181
Elle est abstraite donc doit obligatoirement être étendue.</p>
182
Elle est abstraite donc doit obligatoirement être étendue.</p>
182
<p>PHP Version 5</p>
-
 
Line 183... Line 183...
183
 
183
 
184
                    <section id="summary">
184
                    <section id="summary">
185
                        <h2>Summary</h2>
185
                        <h2>Summary</h2>
186
                        <section class="row-fluid heading">
186
                        <section class="row-fluid heading">
Line 260... Line 260...
260
                            </dd>
260
                            </dd>
Line 261... Line -...
261
 
-
 
262
                        
-
 
263
                        
261
 
264
                        
262
                        
265
                                                                            <dt>See also</dt>
263
                        
266
                                                                                    <dd><a href="/doc/framework/"><div class="namespace-wrapper">/doc/framework/</div></a></dd>
264
                        
267
                                                    
265
                        
268
                                                                        </dl>
266
                                                                        </dl>
269
                    <h2>Tags</h2>
267
                    <h2>Tags</h2>
270
                    <table class="table table-condensed">
268
                    <table class="table table-condensed">
271
                                            <tr>
269
                                            <tr>
272
                            <th>
270
                            <th>
273
                                category
271
                                category
274
                            </th>
272
                            </th>
275
                            <td>
273
                            <td>
276
                                                                    <p>Class</p>
274
                                                                    <p>PHP 5.2</p>
277
                                                            </td>
275
                                                            </td>
278
                        </tr>
276
                        </tr>
279
                                            <tr>
277
                                            <tr>
280
                            <th>
278
                            <th>
281
                                author
279
                                author
282
                            </th>
280
                            </th>
283
                            <td>
281
                            <td>
284
                                                                    <p>aurelien <a href="mailto:aurelien@tela-botanica.org">aurelien@tela-botanica.org</a></p>
282
                                                                    <p>Aurélien PERONNET <a href="mailto:aurelien@tela-botanica.org">aurelien@tela-botanica.org</a></p>
285
                                                            </td>
283
                                                            </td>
286
                        </tr>
284
                        </tr>
287
                                            <tr>
285
                                            <tr>
288
                            <th>
286
                            <th>
289
                                copyright
287
                                copyright
290
                            </th>
288
                            </th>
291
                            <td>
289
                            <td>
292
                                                                    <p>2009 Tela-Botanica</p>
290
                                                                    <p>Copyright (c) 2009, Tela Botanica (accueil@tela-botanica.org)</p>
293
                                                            </td>
291
                                                            </td>
294
                        </tr>
292
                        </tr>
295
                                            <tr>
293
                                            <tr>
296
                            <th>
294
                            <th>
297
                                license
295
                                license
298
                            </th>
-
 
299
                            <td>
-
 
300
                                                                    <p><a href="http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt">http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt</a> Licence CECILL</p>
-
 
301
                                                                    <p><a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a> Licence GNU-GPL</p>
-
 
302
                                                            </td>
-
 
303
                        </tr>
-
 
304
                                            <tr>
-
 
305
                            <th>
-
 
306
                                version
296
                            </th>
307
                            </th>
297
                            <td>
308
                            <td>
298
                                                                    <p>GNU-GPL-v3 <a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a></p>
309
                                                                    <p>SVN: $$Id: Modele.php 426 2013-04-30 16:58:14Z jpm $$</p>
299
                                                                    <p>CECILL-v2 <a href="http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt">http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt</a></p>
310
                                                            </td>
300
                                                            </td>
Line 1031... Line 1021...
1031
            </section>
1021
            </section>
1032
            <section class="row-fluid">
1022
            <section class="row-fluid">
1033
                <section class="span10 offset1">
1023
                <section class="span10 offset1">
1034
                    <hr />
1024
                    <hr />
1035
                    Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
1025
                    Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
1036
                    on March 12th, 2014 at 16:55.
1026
                    on March 18th, 2014 at 19:19.
1037
                </section>
1027
                </section>
1038
            </section>
1028
            </section>
1039
        </section>
1029
        </section>
1040
    </footer>
1030
    </footer>
1041
</div>
1031
</div>