Compare commits
2 commits
192d0456e2
...
c4fa2a552e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4fa2a552e | ||
|
|
608efba403 |
62 changed files with 236 additions and 993 deletions
|
|
@ -409,11 +409,11 @@
|
||||||
$objMail->SMTPDebug = 0;
|
$objMail->SMTPDebug = 0;
|
||||||
|
|
||||||
$objMail->SMTPAuth = true;
|
$objMail->SMTPAuth = true;
|
||||||
$objMail->SMTPSecure = "tls";
|
$objMail->SMTPSecure = $_ENV['SMTP_SECURE'];
|
||||||
$objMail->Port = 587;
|
$objMail->Port = $_ENV['SMTP_PORT'];
|
||||||
$objMail->Host = 'smtp-relay.brevo.com';
|
$objMail->Host = $_ENV['SMTP_HOST'];
|
||||||
$objMail->Username = 'a2a67e001@smtp-brevo.com';
|
$objMail->Username = $_ENV['SMTP_USERNAME'];
|
||||||
$objMail->Password = 'xsmtpsib-f2af87e12d3db6f1b99802a92c1acda32d45fc32a8446eeed7e49ec91c4ec7ef-AX8Y7YkRWYSmKHwS';
|
$objMail->Password = $_ENV['SMTP_PASSWORD'];
|
||||||
|
|
||||||
$objMail->SMTPOptions = [
|
$objMail->SMTPOptions = [
|
||||||
'ssl' => [
|
'ssl' => [
|
||||||
|
|
@ -424,7 +424,7 @@
|
||||||
|
|
||||||
$objMail->IsHTML(true);
|
$objMail->IsHTML(true);
|
||||||
|
|
||||||
$objMail->setFrom('projet.folliow@hotmail.com', 'Folliow');
|
$objMail->setFrom($_ENV['MAIL_FROM'], $_ENV['MAIL_FROM_NAME']);
|
||||||
$objMail->addAddress($toEmail);
|
$objMail->addAddress($toEmail);
|
||||||
|
|
||||||
$objMail->Subject = "Projet : " . $objProject->getTitle();
|
$objMail->Subject = "Projet : " . $objProject->getTitle();
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -136,7 +135,7 @@ array </td><td class="memItemRight"><b>$_arrData</b> = array()</td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/controllers/<b>AdminCtrl.php</b></li>
|
<li>D:/projetphp/controllers/<b>AdminCtrl.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -155,7 +154,7 @@ array </td><td class="memItemRight"><b>$_arrData</b> = array()</td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/controllers/<b>ErrorCtrl.php</b></li>
|
<li>D:/projetphp/controllers/<b>ErrorCtrl.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -156,7 +155,7 @@ array </td><td class="memItemRight"><b>$_arrData</b> = array()</td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/controllers/<b>MotherCtrl.php</b></li>
|
<li>D:/projetphp/controllers/<b>MotherCtrl.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -174,7 +173,7 @@ array </td><td class="memItemRight"><b>$_arrData</b> = array()</td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/controllers/<b>PageCtrl.php</b></li>
|
<li>D:/projetphp/controllers/<b>PageCtrl.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -307,7 +306,7 @@ array </td><td class="memItemRight"><b>$_arrData</b> = array()</td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/controllers/<b>ProjectCtrl.php</b></li>
|
<li>D:/projetphp/controllers/<b>ProjectCtrl.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -110,10 +109,16 @@ Public Member Functions</h2></td></tr>
|
||||||
<tr class="memitem:ae8a275690ff1b618e1947378b0ed73ae" id="r_ae8a275690ff1b618e1947378b0ed73ae"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#ae8a275690ff1b618e1947378b0ed73ae">user</a> ()</td></tr>
|
<tr class="memitem:ae8a275690ff1b618e1947378b0ed73ae" id="r_ae8a275690ff1b618e1947378b0ed73ae"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#ae8a275690ff1b618e1947378b0ed73ae">user</a> ()</td></tr>
|
||||||
<tr class="memitem:a5cb75cbb16467eb1768837d126dc535b" id="r_a5cb75cbb16467eb1768837d126dc535b"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#a5cb75cbb16467eb1768837d126dc535b">edit</a> ()</td></tr>
|
<tr class="memitem:a5cb75cbb16467eb1768837d126dc535b" id="r_a5cb75cbb16467eb1768837d126dc535b"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#a5cb75cbb16467eb1768837d126dc535b">edit</a> ()</td></tr>
|
||||||
</table><table class="memberdecls">
|
</table><table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 id="header-inherited" class="groupheader"><a id="inherited" name="inherited"></a>
|
<tr class="heading"><td colspan="2"><h2 id="header-pro-methods" class="groupheader"><a id="pro-methods" name="pro-methods"></a>
|
||||||
Additional Inherited Members</h2></td></tr>
|
Protected Member Functions</h2></td></tr>
|
||||||
|
<tr class="memitem:ac4e95b823bc8e09db82ccb8ddcdc0d3c" id="r_ac4e95b823bc8e09db82ccb8ddcdc0d3c"><td class="memItemLeft"><a id="ac4e95b823bc8e09db82ccb8ddcdc0d3c" name="ac4e95b823bc8e09db82ccb8ddcdc0d3c"></a>
|
||||||
|
 </td><td class="memItemRight"><b>_verifInfos</b> (<a class="el" href="class_entities_1_1_user.html">User</a> $objUser)</td></tr>
|
||||||
|
<tr class="memitem:a71540a02a146cc3ae08fb320893f6d23" id="r_a71540a02a146cc3ae08fb320893f6d23"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#a71540a02a146cc3ae08fb320893f6d23">_verifPwd</a> (<a class="el" href="class_entities_1_1_user.html">User</a> $objUser, string $strPwdConfirm)</td></tr>
|
||||||
<tr class="inherit_header pro_methods_class_controllers_1_1_mother_ctrl"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pro_methods_class_controllers_1_1_mother_ctrl')"><span class="dynarrow"><span class="arrowhead closed"></span></span>Protected Member Functions inherited from <a class="el" href="class_controllers_1_1_mother_ctrl.html">MotherCtrl</a></td></tr>
|
<tr class="inherit_header pro_methods_class_controllers_1_1_mother_ctrl"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pro_methods_class_controllers_1_1_mother_ctrl')"><span class="dynarrow"><span class="arrowhead closed"></span></span>Protected Member Functions inherited from <a class="el" href="class_controllers_1_1_mother_ctrl.html">MotherCtrl</a></td></tr>
|
||||||
<tr class="memitem:a70d1b27fa6bc8521e8a463a94f45a8a7 inherit pro_methods_class_controllers_1_1_mother_ctrl" id="r_a70d1b27fa6bc8521e8a463a94f45a8a7"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="class_controllers_1_1_mother_ctrl.html#a70d1b27fa6bc8521e8a463a94f45a8a7">_display</a> ($strView, bool $boolDisplay=true)</td></tr>
|
<tr class="memitem:a70d1b27fa6bc8521e8a463a94f45a8a7 inherit pro_methods_class_controllers_1_1_mother_ctrl" id="r_a70d1b27fa6bc8521e8a463a94f45a8a7"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="class_controllers_1_1_mother_ctrl.html#a70d1b27fa6bc8521e8a463a94f45a8a7">_display</a> ($strView, bool $boolDisplay=true)</td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 id="header-inherited" class="groupheader"><a id="inherited" name="inherited"></a>
|
||||||
|
Additional Inherited Members</h2></td></tr>
|
||||||
<tr class="inherit_header pro_attribs_class_controllers_1_1_mother_ctrl"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pro_attribs_class_controllers_1_1_mother_ctrl')"><span class="dynarrow"><span class="arrowhead closed"></span></span>Protected Attributes inherited from <a class="el" href="class_controllers_1_1_mother_ctrl.html">MotherCtrl</a></td></tr>
|
<tr class="inherit_header pro_attribs_class_controllers_1_1_mother_ctrl"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pro_attribs_class_controllers_1_1_mother_ctrl')"><span class="dynarrow"><span class="arrowhead closed"></span></span>Protected Attributes inherited from <a class="el" href="class_controllers_1_1_mother_ctrl.html">MotherCtrl</a></td></tr>
|
||||||
<tr class="memitem:af0e27b778654ad20ed55b4831a98f300 inherit pro_attribs_class_controllers_1_1_mother_ctrl" id="r_af0e27b778654ad20ed55b4831a98f300"><td class="memItemLeft">
|
<tr class="memitem:af0e27b778654ad20ed55b4831a98f300 inherit pro_attribs_class_controllers_1_1_mother_ctrl" id="r_af0e27b778654ad20ed55b4831a98f300"><td class="memItemLeft">
|
||||||
array </td><td class="memItemRight"><b>$_arrData</b> = array()</td></tr>
|
array </td><td class="memItemRight"><b>$_arrData</b> = array()</td></tr>
|
||||||
|
|
@ -121,6 +126,36 @@ array </td><td class="memItemRight"><b>$_arrData</b> = array()</td></tr>
|
||||||
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
|
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
|
||||||
<div class="textblock"><p>Le controller de la page d'aide utilisateur </p><dl class="section author"><dt>Author</dt><dd>Guillaume & Besnik & Yasser </dd></dl>
|
<div class="textblock"><p>Le controller de la page d'aide utilisateur </p><dl class="section author"><dt>Author</dt><dd>Guillaume & Besnik & Yasser </dd></dl>
|
||||||
</div><a name="doc-func-members" id="doc-func-members"></a><h2 id="header-doc-func-members" class="groupheader">Member Function Documentation</h2>
|
</div><a name="doc-func-members" id="doc-func-members"></a><h2 id="header-doc-func-members" class="groupheader">Member Function Documentation</h2>
|
||||||
|
<a id="a71540a02a146cc3ae08fb320893f6d23" name="a71540a02a146cc3ae08fb320893f6d23"></a>
|
||||||
|
<h2 class="memtitle"><span class="permalink"><a href="#a71540a02a146cc3ae08fb320893f6d23">◆ </a></span>_verifPwd()</h2>
|
||||||
|
|
||||||
|
<div class="memitem">
|
||||||
|
<div class="memproto">
|
||||||
|
<table class="mlabels">
|
||||||
|
<tr>
|
||||||
|
<td class="mlabels-left">
|
||||||
|
<table class="memname">
|
||||||
|
<tr>
|
||||||
|
<td class="memname">_verifPwd </td>
|
||||||
|
<td>(</td>
|
||||||
|
<td class="paramtype"><a class="el" href="class_entities_1_1_user.html">User</a></td> <td class="paramname"><span class="paramname"><em>$objUser</em></span>, </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="paramkey"></td>
|
||||||
|
<td></td>
|
||||||
|
<td class="paramtype">string</td> <td class="paramname"><span class="paramname"><em>$strPwdConfirm</em></span> )</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td class="mlabels-right">
|
||||||
|
<span class="mlabels"><span class="mlabel protected">protected</span></span> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div><div class="memdoc">
|
||||||
|
<p>Vérification du mot de passe </p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<a id="a5cb75cbb16467eb1768837d126dc535b" name="a5cb75cbb16467eb1768837d126dc535b"></a>
|
<a id="a5cb75cbb16467eb1768837d126dc535b" name="a5cb75cbb16467eb1768837d126dc535b"></a>
|
||||||
<h2 class="memtitle"><span class="permalink"><a href="#a5cb75cbb16467eb1768837d126dc535b">◆ </a></span>edit()</h2>
|
<h2 class="memtitle"><span class="permalink"><a href="#a5cb75cbb16467eb1768837d126dc535b">◆ </a></span>edit()</h2>
|
||||||
|
|
||||||
|
|
@ -212,7 +247,7 @@ array </td><td class="memItemRight"><b>$_arrData</b> = array()</td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/controllers/<b>UserCtrl.php</b></li>
|
<li>D:/projetphp/controllers/<b>UserCtrl.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
var class_controllers_1_1_user_ctrl =
|
var class_controllers_1_1_user_ctrl =
|
||||||
[
|
[
|
||||||
|
[ "_verifPwd", "class_controllers_1_1_user_ctrl.html#a71540a02a146cc3ae08fb320893f6d23", null ],
|
||||||
[ "edit", "class_controllers_1_1_user_ctrl.html#a5cb75cbb16467eb1768837d126dc535b", null ],
|
[ "edit", "class_controllers_1_1_user_ctrl.html#a5cb75cbb16467eb1768837d126dc535b", null ],
|
||||||
[ "login", "class_controllers_1_1_user_ctrl.html#aa311da27ba5706f5710cea7706c8eae1", null ],
|
[ "login", "class_controllers_1_1_user_ctrl.html#aa311da27ba5706f5710cea7706c8eae1", null ],
|
||||||
[ "logout", "class_controllers_1_1_user_ctrl.html#a082405d89acd6835c3a7c7a08a7adbab", null ],
|
[ "logout", "class_controllers_1_1_user_ctrl.html#a082405d89acd6835c3a7c7a08a7adbab", null ],
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -222,7 +221,7 @@ string </td><td class="memItemRight"><b>$_prefix</b> = ''</td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/entities/<b>Authorisation.php</b></li>
|
<li>D:/projetphp/entities/<b>Authorisation.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -277,7 +276,7 @@ Additional Inherited Members</h2></td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/entities/<b>Category.php</b></li>
|
<li>D:/projetphp/entities/<b>Category.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -313,7 +312,7 @@ string </td><td class="memItemRight"><b>$_prefix</b> = ''</td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/entities/<b>Image.php</b></li>
|
<li>D:/projetphp/entities/<b>Image.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -124,7 +123,7 @@ string </td><td class="memItemRight"><b>$_prefix</b> = ''</td></tr>
|
||||||
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
|
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
|
||||||
<div class="textblock"><p>Classe d'un Mere de tout objet </p><dl class="section author"><dt>Author</dt><dd>Yass & Laura </dd></dl>
|
<div class="textblock"><p>Classe d'un Mere de tout objet </p><dl class="section author"><dt>Author</dt><dd>Yass & Laura </dd></dl>
|
||||||
</div><hr/>The documentation for this class was generated from the following file:<ul>
|
</div><hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/entities/<b>Mother.php</b></li>
|
<li>D:/projetphp/entities/<b>Mother.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -127,8 +126,8 @@ Public Member Functions</h2></td></tr>
|
||||||
<tr class="memitem:aa37594941aea25a0f0d3a33d6a8757b7" id="r_aa37594941aea25a0f0d3a33d6a8757b7"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#aa37594941aea25a0f0d3a33d6a8757b7">setCreatorName</a> ($creatorname)</td></tr>
|
<tr class="memitem:aa37594941aea25a0f0d3a33d6a8757b7" id="r_aa37594941aea25a0f0d3a33d6a8757b7"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#aa37594941aea25a0f0d3a33d6a8757b7">setCreatorName</a> ($creatorname)</td></tr>
|
||||||
<tr class="memitem:a0c364ca2ee0d0adc004090ca9893b4d6" id="r_a0c364ca2ee0d0adc004090ca9893b4d6"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#a0c364ca2ee0d0adc004090ca9893b4d6">getUser_image</a> ()</td></tr>
|
<tr class="memitem:a0c364ca2ee0d0adc004090ca9893b4d6" id="r_a0c364ca2ee0d0adc004090ca9893b4d6"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#a0c364ca2ee0d0adc004090ca9893b4d6">getUser_image</a> ()</td></tr>
|
||||||
<tr class="memitem:a17164d0ccbccaceb60280836d060e21f" id="r_a17164d0ccbccaceb60280836d060e21f"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#a17164d0ccbccaceb60280836d060e21f">setUser_image</a> ($user_image)</td></tr>
|
<tr class="memitem:a17164d0ccbccaceb60280836d060e21f" id="r_a17164d0ccbccaceb60280836d060e21f"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#a17164d0ccbccaceb60280836d060e21f">setUser_image</a> ($user_image)</td></tr>
|
||||||
<tr class="memitem:aacef5b0179bbf99069ded55d76593b5d" id="r_aacef5b0179bbf99069ded55d76593b5d"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#aacef5b0179bbf99069ded55d76593b5d">getProject_deleted_at</a> ()</td></tr>
|
<tr class="memitem:a0d19036e097422be58c7b7e75927671b" id="r_a0d19036e097422be58c7b7e75927671b"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#a0d19036e097422be58c7b7e75927671b">getDeleted_at</a> ()</td></tr>
|
||||||
<tr class="memitem:a621433ce4917a196047b78e58e38d7fe" id="r_a621433ce4917a196047b78e58e38d7fe"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#a621433ce4917a196047b78e58e38d7fe">setProject_deleted_at</a> ($project_deleted_at)</td></tr>
|
<tr class="memitem:ab1ccf4e8782d3c732f8d9c426083121b" id="r_ab1ccf4e8782d3c732f8d9c426083121b"><td class="memItemLeft"> </td><td class="memItemRight"><a class="el" href="#ab1ccf4e8782d3c732f8d9c426083121b">setDeleted_at</a> ($project_deleted_at)</td></tr>
|
||||||
<tr class="inherit_header pub_methods_class_entities_1_1_mother"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pub_methods_class_entities_1_1_mother')"><span class="dynarrow"><span class="arrowhead closed"></span></span>Public Member Functions inherited from <a class="el" href="class_entities_1_1_mother.html">Mother</a></td></tr>
|
<tr class="inherit_header pub_methods_class_entities_1_1_mother"><td colspan="2" onclick="javascript:dynsection.toggleInherit('pub_methods_class_entities_1_1_mother')"><span class="dynarrow"><span class="arrowhead closed"></span></span>Public Member Functions inherited from <a class="el" href="class_entities_1_1_mother.html">Mother</a></td></tr>
|
||||||
<tr class="memitem:aa58f44f404451f29b05c4471912b58af inherit pub_methods_class_entities_1_1_mother" id="r_aa58f44f404451f29b05c4471912b58af"><td class="memItemLeft">
|
<tr class="memitem:aa58f44f404451f29b05c4471912b58af inherit pub_methods_class_entities_1_1_mother" id="r_aa58f44f404451f29b05c4471912b58af"><td class="memItemLeft">
|
||||||
 </td><td class="memItemRight"><b>hydrate</b> (array $arrData)</td></tr>
|
 </td><td class="memItemRight"><b>hydrate</b> (array $arrData)</td></tr>
|
||||||
|
|
@ -240,6 +239,24 @@ string </td><td class="memItemRight"><b>$_prefix</b> = ''</td></tr>
|
||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
<p>Récupération du nom du créateur </p><dl class="section return"><dt>Returns</dt><dd>string nom du créateur </dd></dl>
|
<p>Récupération du nom du créateur </p><dl class="section return"><dt>Returns</dt><dd>string nom du créateur </dd></dl>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="a0d19036e097422be58c7b7e75927671b" name="a0d19036e097422be58c7b7e75927671b"></a>
|
||||||
|
<h2 class="memtitle"><span class="permalink"><a href="#a0d19036e097422be58c7b7e75927671b">◆ </a></span>getDeleted_at()</h2>
|
||||||
|
|
||||||
|
<div class="memitem">
|
||||||
|
<div class="memproto">
|
||||||
|
<table class="memname">
|
||||||
|
<tr>
|
||||||
|
<td class="memname">getDeleted_at </td>
|
||||||
|
<td>(</td>
|
||||||
|
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div><div class="memdoc">
|
||||||
|
<p>Récupération de la date du projet supprimer </p><dl class="section return"><dt>Returns</dt><dd>string date du projet </dd></dl>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a id="a2e7bb35c71bf1824456ceb944cb7a845" name="a2e7bb35c71bf1824456ceb944cb7a845"></a>
|
<a id="a2e7bb35c71bf1824456ceb944cb7a845" name="a2e7bb35c71bf1824456ceb944cb7a845"></a>
|
||||||
|
|
@ -276,24 +293,6 @@ string </td><td class="memItemRight"><b>$_prefix</b> = ''</td></tr>
|
||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
<p>Récuperation de l'id du projet </p><dl class="section return"><dt>Returns</dt><dd>int l'id du projet </dd></dl>
|
<p>Récuperation de l'id du projet </p><dl class="section return"><dt>Returns</dt><dd>int l'id du projet </dd></dl>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a id="aacef5b0179bbf99069ded55d76593b5d" name="aacef5b0179bbf99069ded55d76593b5d"></a>
|
|
||||||
<h2 class="memtitle"><span class="permalink"><a href="#aacef5b0179bbf99069ded55d76593b5d">◆ </a></span>getProject_deleted_at()</h2>
|
|
||||||
|
|
||||||
<div class="memitem">
|
|
||||||
<div class="memproto">
|
|
||||||
<table class="memname">
|
|
||||||
<tr>
|
|
||||||
<td class="memname">getProject_deleted_at </td>
|
|
||||||
<td>(</td>
|
|
||||||
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div><div class="memdoc">
|
|
||||||
<p>Récupération de la date du projet supprimer </p><dl class="section return"><dt>Returns</dt><dd>string date du projet </dd></dl>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a id="a9d21636071f529e2154051d3ea6e5921" name="a9d21636071f529e2154051d3ea6e5921"></a>
|
<a id="a9d21636071f529e2154051d3ea6e5921" name="a9d21636071f529e2154051d3ea6e5921"></a>
|
||||||
|
|
@ -476,6 +475,29 @@ string </td><td class="memItemRight"><b>$_prefix</b> = ''</td></tr>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a id="ab1ccf4e8782d3c732f8d9c426083121b" name="ab1ccf4e8782d3c732f8d9c426083121b"></a>
|
||||||
|
<h2 class="memtitle"><span class="permalink"><a href="#ab1ccf4e8782d3c732f8d9c426083121b">◆ </a></span>setDeleted_at()</h2>
|
||||||
|
|
||||||
|
<div class="memitem">
|
||||||
|
<div class="memproto">
|
||||||
|
<table class="memname">
|
||||||
|
<tr>
|
||||||
|
<td class="memname">setDeleted_at </td>
|
||||||
|
<td>(</td>
|
||||||
|
<td class="paramtype"></td> <td class="paramname"><span class="paramname"><em>$project_deleted_at</em></span></td><td>)</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div><div class="memdoc">
|
||||||
|
<p>Mise à jour de la date de suppression de projet </p><dl class="params"><dt>Parameters</dt><dd>
|
||||||
|
<table class="params">
|
||||||
|
<tr><td class="paramname">string</td><td>date du projet </td></tr>
|
||||||
|
</table>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a id="a31fad3e39336ea079ea758e051866627" name="a31fad3e39336ea079ea758e051866627"></a>
|
<a id="a31fad3e39336ea079ea758e051866627" name="a31fad3e39336ea079ea758e051866627"></a>
|
||||||
|
|
@ -522,29 +544,6 @@ string </td><td class="memItemRight"><b>$_prefix</b> = ''</td></tr>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a id="a621433ce4917a196047b78e58e38d7fe" name="a621433ce4917a196047b78e58e38d7fe"></a>
|
|
||||||
<h2 class="memtitle"><span class="permalink"><a href="#a621433ce4917a196047b78e58e38d7fe">◆ </a></span>setProject_deleted_at()</h2>
|
|
||||||
|
|
||||||
<div class="memitem">
|
|
||||||
<div class="memproto">
|
|
||||||
<table class="memname">
|
|
||||||
<tr>
|
|
||||||
<td class="memname">setProject_deleted_at </td>
|
|
||||||
<td>(</td>
|
|
||||||
<td class="paramtype"></td> <td class="paramname"><span class="paramname"><em>$project_deleted_at</em></span></td><td>)</td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div><div class="memdoc">
|
|
||||||
<p>Mise à jour de la date de suppression de projet </p><dl class="params"><dt>Parameters</dt><dd>
|
|
||||||
<table class="params">
|
|
||||||
<tr><td class="paramname">string</td><td>date du projet </td></tr>
|
|
||||||
</table>
|
|
||||||
</dd>
|
|
||||||
</dl>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a id="a7d02c100d684fe1dffc6cb3486a48511" name="a7d02c100d684fe1dffc6cb3486a48511"></a>
|
<a id="a7d02c100d684fe1dffc6cb3486a48511" name="a7d02c100d684fe1dffc6cb3486a48511"></a>
|
||||||
|
|
@ -663,7 +662,7 @@ string </td><td class="memItemRight"><b>$_prefix</b> = ''</td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/entities/<b>Project.php</b></li>
|
<li>D:/projetphp/entities/<b>Project.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@ var class_entities_1_1_project =
|
||||||
[ "getContent", "class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915", null ],
|
[ "getContent", "class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915", null ],
|
||||||
[ "getCreation_date", "class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91", null ],
|
[ "getCreation_date", "class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91", null ],
|
||||||
[ "getCreatorName", "class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8", null ],
|
[ "getCreatorName", "class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8", null ],
|
||||||
|
[ "getDeleted_at", "class_entities_1_1_project.html#a0d19036e097422be58c7b7e75927671b", null ],
|
||||||
[ "getDescription", "class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845", null ],
|
[ "getDescription", "class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845", null ],
|
||||||
[ "getId", "class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13", null ],
|
[ "getId", "class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13", null ],
|
||||||
[ "getProject_deleted_at", "class_entities_1_1_project.html#aacef5b0179bbf99069ded55d76593b5d", null ],
|
|
||||||
[ "getStatus", "class_entities_1_1_project.html#a9d21636071f529e2154051d3ea6e5921", null ],
|
[ "getStatus", "class_entities_1_1_project.html#a9d21636071f529e2154051d3ea6e5921", null ],
|
||||||
[ "getThumbnail", "class_entities_1_1_project.html#a25efdffda986e6e4b814f422dfbc4707", null ],
|
[ "getThumbnail", "class_entities_1_1_project.html#a25efdffda986e6e4b814f422dfbc4707", null ],
|
||||||
[ "getTitle", "class_entities_1_1_project.html#a95e859a4588a39a1824b717378a84c29", null ],
|
[ "getTitle", "class_entities_1_1_project.html#a95e859a4588a39a1824b717378a84c29", null ],
|
||||||
|
|
@ -17,9 +17,9 @@ var class_entities_1_1_project =
|
||||||
[ "setContent", "class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf", null ],
|
[ "setContent", "class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf", null ],
|
||||||
[ "setCreation_date", "class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e", null ],
|
[ "setCreation_date", "class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e", null ],
|
||||||
[ "setCreatorName", "class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7", null ],
|
[ "setCreatorName", "class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7", null ],
|
||||||
|
[ "setDeleted_at", "class_entities_1_1_project.html#ab1ccf4e8782d3c732f8d9c426083121b", null ],
|
||||||
[ "setDescription", "class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627", null ],
|
[ "setDescription", "class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627", null ],
|
||||||
[ "setId", "class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780", null ],
|
[ "setId", "class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780", null ],
|
||||||
[ "setProject_deleted_at", "class_entities_1_1_project.html#a621433ce4917a196047b78e58e38d7fe", null ],
|
|
||||||
[ "setStatus", "class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511", null ],
|
[ "setStatus", "class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511", null ],
|
||||||
[ "setThumbnail", "class_entities_1_1_project.html#a89bdfd911301f4ac284a937e93f4de50", null ],
|
[ "setThumbnail", "class_entities_1_1_project.html#a89bdfd911301f4ac284a937e93f4de50", null ],
|
||||||
[ "setTitle", "class_entities_1_1_project.html#a884ba9bb0d54bde7839e798db7964476", null ],
|
[ "setTitle", "class_entities_1_1_project.html#a884ba9bb0d54bde7839e798db7964476", null ],
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -697,7 +696,7 @@ string </td><td class="memItemRight"><b>$_prefix</b> = ''</td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/entities/<b>User.php</b></li>
|
<li>D:/projetphp/entities/<b>User.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -154,7 +153,7 @@ Additional Inherited Members</h2></td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/models/<b>AuthorisationModel.php</b></li>
|
<li>D:/projetphp/models/<b>AuthorisationModel.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -215,7 +214,7 @@ Additional Inherited Members</h2></td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/models/<b>CategoryModel.php</b></li>
|
<li>D:/projetphp/models/<b>CategoryModel.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -140,7 +139,7 @@ Additional Inherited Members</h2></td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/models/<b>ImageModel.php</b></li>
|
<li>D:/projetphp/models/<b>ImageModel.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -112,7 +111,7 @@ Protected Attributes</h2></td></tr>
|
||||||
 </td><td class="memItemRight"><b>$_db</b></td></tr>
|
 </td><td class="memItemRight"><b>$_db</b></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/models/<b>MotherModel.php</b></li>
|
<li>D:/projetphp/models/<b>MotherModel.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -469,7 +468,7 @@ Additional Inherited Members</h2></td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/models/<b>ProjectModel.php</b></li>
|
<li>D:/projetphp/models/<b>ProjectModel.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -465,7 +464,7 @@ Additional Inherited Members</h2></td></tr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>The documentation for this class was generated from the following file:<ul>
|
<hr/>The documentation for this class was generated from the following file:<ul>
|
||||||
<li>C:/Users/Guill/projet_php/models/<b>UserModel.php</b></li>
|
<li>D:/projetphp/models/<b>UserModel.php</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
<meta name="generator" content="Doxygen 1.16.1"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<title>Folliow: C:/Users/Guill/projet_php/controllers/templates_c Directory Reference</title>
|
<title>Folliow: D:/projetphp/controllers/templates_c Directory Reference</title>
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -63,7 +62,7 @@ $(function() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function(){initNavTree('dir_a64c5c967bbc6a18c5d8eb713e8e97ff.html','',''); });
|
$(function(){initNavTree('dir_0b53b61bc412610701a881d549195dc3.html','',''); });
|
||||||
</script>
|
</script>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="doc-content">
|
<div id="doc-content">
|
||||||
|
|
@ -105,7 +104,7 @@ $(function(){initNavTree('dir_a64c5c967bbc6a18c5d8eb713e8e97ff.html','',''); });
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
<ul>
|
<ul>
|
||||||
<li class="navelem"><a href="dir_3a74e34fc6fa82edd10e4beee4ded801.html">projet_php</a></li><li class="navelem"><b>controllers</b></li><li class="navelem"><b>templates_c</b></li>
|
<li class="navelem"><b>D:</b></li><li class="navelem"><a href="dir_a5c8546d1da94454b8cc2e090dc39ad0.html">projetphp</a></li><li class="navelem"><b>controllers</b></li><li class="navelem"><b>templates_c</b></li>
|
||||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
<meta name="generator" content="Doxygen 1.16.1"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<title>Folliow: C:/Users/Guill Directory Reference</title>
|
<title>Folliow: D: Directory Reference</title>
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -63,7 +62,7 @@ $(function() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function(){initNavTree('dir_d6b6a3db1c3a00708b1a36123c6a63cc.html','',''); });
|
$(function(){initNavTree('dir_275089585c7fc1b5fd5d7d42c69cb1da.html','',''); });
|
||||||
</script>
|
</script>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="doc-content">
|
<div id="doc-content">
|
||||||
|
|
@ -89,13 +88,13 @@ $(function(){initNavTree('dir_d6b6a3db1c3a00708b1a36123c6a63cc.html','',''); });
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="headertitle"><div class="title">Guill Directory Reference</div></div>
|
<div class="headertitle"><div class="title">D: Directory Reference</div></div>
|
||||||
</div><!--header-->
|
</div><!--header-->
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<table class="memberdecls">
|
<table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 id="header-subdirs" class="groupheader"><a id="subdirs" name="subdirs"></a>
|
<tr class="heading"><td colspan="2"><h2 id="header-subdirs" class="groupheader"><a id="subdirs" name="subdirs"></a>
|
||||||
Directories</h2></td></tr>
|
Directories</h2></td></tr>
|
||||||
<tr class="memitem:projet_5Fphp" id="r_projet_5Fphp"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_2c23dcab3ba0e8633898b60485787967.html">projet_php</a></td></tr>
|
<tr class="memitem:projetphp" id="r_projetphp"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_a5c8546d1da94454b8cc2e090dc39ad0.html">projetphp</a></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
@ -110,7 +109,7 @@ Directories</h2></td></tr>
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
<ul>
|
<ul>
|
||||||
<li class="navelem"><b>Users</b></li><li class="navelem"><b>Guill</b></li>
|
<li class="navelem"><b>D:</b></li>
|
||||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
<meta name="generator" content="Doxygen 1.16.1"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<title>Folliow: C:/Users/Guill/projet_php/controllers Directory Reference</title>
|
<title>Folliow: D:/projetphp/controllers Directory Reference</title>
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -63,7 +62,7 @@ $(function() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function(){initNavTree('dir_2756e6070b02be5d362619ded783829c.html','',''); });
|
$(function(){initNavTree('dir_289ba97191cb416d15fc46c2ac7c67a8.html','',''); });
|
||||||
</script>
|
</script>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="doc-content">
|
<div id="doc-content">
|
||||||
|
|
@ -95,7 +94,7 @@ $(function(){initNavTree('dir_2756e6070b02be5d362619ded783829c.html','',''); });
|
||||||
<table class="memberdecls">
|
<table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 id="header-subdirs" class="groupheader"><a id="subdirs" name="subdirs"></a>
|
<tr class="heading"><td colspan="2"><h2 id="header-subdirs" class="groupheader"><a id="subdirs" name="subdirs"></a>
|
||||||
Directories</h2></td></tr>
|
Directories</h2></td></tr>
|
||||||
<tr class="memitem:templates_5Fc" id="r_templates_5Fc"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_a64c5c967bbc6a18c5d8eb713e8e97ff.html">templates_c</a></td></tr>
|
<tr class="memitem:templates_5Fc" id="r_templates_5Fc"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_0b53b61bc412610701a881d549195dc3.html">templates_c</a></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
@ -110,7 +109,7 @@ Directories</h2></td></tr>
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
<ul>
|
<ul>
|
||||||
<li class="navelem"><a href="dir_3a74e34fc6fa82edd10e4beee4ded801.html">projet_php</a></li><li class="navelem"><b>controllers</b></li>
|
<li class="navelem"><b>D:</b></li><li class="navelem"><a href="dir_a5c8546d1da94454b8cc2e090dc39ad0.html">projetphp</a></li><li class="navelem"><b>controllers</b></li>
|
||||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -1,201 +0,0 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
||||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
||||||
<title>Folliow: C:/Users/Guill/projet_php Directory Reference</title>
|
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
|
||||||
<script type="text/javascript" src="clipboard.js"></script>
|
|
||||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="navtreedata.js"></script>
|
|
||||||
<script type="text/javascript" src="navtree.js"></script>
|
|
||||||
<script type="text/javascript" src="cookie.js"></script>
|
|
||||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
||||||
<script type="text/javascript" src="search/search.js"></script>
|
|
||||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
||||||
<div id="titlearea">
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
|
||||||
<tbody>
|
|
||||||
<tr id="projectrow">
|
|
||||||
<td id="projectalign">
|
|
||||||
<div id="projectname">Folliow
|
|
||||||
</div>
|
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- end header part -->
|
|
||||||
<!-- Generated by Doxygen 1.16.1 -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() { codefold.init(); });
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="menudata.js"></script>
|
|
||||||
<script type="text/javascript" src="menu.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() {
|
|
||||||
initMenu('',true,false,'search.php','Search',true);
|
|
||||||
$(function() { init_search(); });
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<div id="main-nav"></div>
|
|
||||||
</div><!-- top -->
|
|
||||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
||||||
<div id="nav-tree">
|
|
||||||
<div id="nav-tree-contents">
|
|
||||||
<div id="nav-sync" class="sync"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="splitbar" style="-moz-user-select:none;"
|
|
||||||
class="ui-resizable-handle">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function(){initNavTree('dir_2c23dcab3ba0e8633898b60485787967.html','',''); });
|
|
||||||
</script>
|
|
||||||
<div id="container">
|
|
||||||
<div id="doc-content">
|
|
||||||
<!-- window showing the filter options -->
|
|
||||||
<div id="MSearchSelectWindow"
|
|
||||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
||||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
||||||
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- iframe showing the search results (closed by default) -->
|
|
||||||
<div id="MSearchResultsWindow">
|
|
||||||
<div id="MSearchResults">
|
|
||||||
<div class="SRPage">
|
|
||||||
<div id="SRIndex">
|
|
||||||
<div id="SRResults"></div>
|
|
||||||
<div class="SRStatus" id="Loading">Loading...</div>
|
|
||||||
<div class="SRStatus" id="Searching">Searching...</div>
|
|
||||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="header">
|
|
||||||
<div class="headertitle"><div class="title">projet_php Directory Reference</div></div>
|
|
||||||
</div><!--header-->
|
|
||||||
<div class="contents">
|
|
||||||
<table class="memberdecls">
|
|
||||||
<tr class="heading"><td colspan="2"><h2 id="header-subdirs" class="groupheader"><a id="subdirs" name="subdirs"></a>
|
|
||||||
Directories</h2></td></tr>
|
|
||||||
<tr class="memitem:controllers" id="r_controllers"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_bfcb6842af0098861ea59b43701e0022.html">controllers</a></td></tr>
|
|
||||||
<tr class="memitem:entities" id="r_entities"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_6a59aaef8e4f4bee39467ed807742262.html">entities</a></td></tr>
|
|
||||||
<tr class="memitem:models" id="r_models"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_f880fbcdfabe64616040b95a4e03089d.html">models</a></td></tr>
|
|
||||||
</table>
|
|
||||||
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
|
|
||||||
<div class="textblock"><h1 class="doxsection"><a class="anchor" id="autotoc_md0"></a>
|
|
||||||
Folliow – Projet PHP</h1>
|
|
||||||
<p>A platform for sharing portfolios and projects, designed as a mix between Behance and LinkedIn. Folliow focuses on highlighting real projects while making it easy to connect with other users.</p>
|
|
||||||
<p>This project was developed as part of the <b>DWWM (Développeur Web et Web Mobile)</b> training.</p>
|
|
||||||
<hr />
|
|
||||||
<h1 class="doxsection"><a class="anchor" id="autotoc_md2"></a>
|
|
||||||
Features</h1>
|
|
||||||
<ul>
|
|
||||||
<li>User authentication and profile management</li>
|
|
||||||
<li>Portfolio and project creation</li>
|
|
||||||
<li>Project showcase with descriptions and technologies</li>
|
|
||||||
<li>User connections / follow system</li>
|
|
||||||
<li>Project feed and discovery</li>
|
|
||||||
<li>Profile and project search</li>
|
|
||||||
</ul>
|
|
||||||
<hr />
|
|
||||||
<h1 class="doxsection"><a class="anchor" id="autotoc_md4"></a>
|
|
||||||
Tech Stack</h1>
|
|
||||||
<p><b>Client:</b> HTML, CSS, JavaScript <br />
|
|
||||||
<b>Server:</b> PHP (MVC architecture) <br />
|
|
||||||
<b>Database:</b> MySQL <br />
|
|
||||||
<b>Web Server:</b> Apache</p>
|
|
||||||
<hr />
|
|
||||||
<h1 class="doxsection"><a class="anchor" id="autotoc_md6"></a>
|
|
||||||
Project Structure</h1>
|
|
||||||
<div class="fragment"><div class="line">folliow/</div>
|
|
||||||
<div class="line">├── app/</div>
|
|
||||||
<div class="line">│ ├── controllers/</div>
|
|
||||||
<div class="line">│ ├── models/</div>
|
|
||||||
<div class="line">│ └── views/</div>
|
|
||||||
<div class="line">├── public/</div>
|
|
||||||
<div class="line">│ ├── assets/</div>
|
|
||||||
<div class="line">│ └── index.php</div>
|
|
||||||
<div class="line">├── config/</div>
|
|
||||||
<div class="line">│ └── database.php</div>
|
|
||||||
<div class="line">├── sql/</div>
|
|
||||||
<div class="line">│ └── folliow.sql</div>
|
|
||||||
<div class="line">└── README.md</div>
|
|
||||||
</div><!-- fragment --><hr />
|
|
||||||
<h1 class="doxsection"><a class="anchor" id="autotoc_md8"></a>
|
|
||||||
Installation</h1>
|
|
||||||
<p>Clone the project</p>
|
|
||||||
<div class="fragment"><div class="line">git clone https://github.com/Yasder5/projet_php.git</div>
|
|
||||||
</div><!-- fragment --><p>Go to the project directory</p>
|
|
||||||
<div class="fragment"><div class="line">cd projet_php</div>
|
|
||||||
</div><!-- fragment --><p>Import the database</p>
|
|
||||||
<ul>
|
|
||||||
<li>Use the SQL file located in the <span class="tt">sql/</span> directory</li>
|
|
||||||
</ul>
|
|
||||||
<p>Configure database access</p>
|
|
||||||
<ul>
|
|
||||||
<li>Update credentials in <span class="tt">config/database.php</span></li>
|
|
||||||
</ul>
|
|
||||||
<p>Run the project</p>
|
|
||||||
<ul>
|
|
||||||
<li>Use a local server (XAMPP, WAMP, or Apache on Linux)</li>
|
|
||||||
</ul>
|
|
||||||
<hr />
|
|
||||||
<h1 class="doxsection"><a class="anchor" id="autotoc_md10"></a>
|
|
||||||
Learning Objectives</h1>
|
|
||||||
<ul>
|
|
||||||
<li>Build a complete PHP web application</li>
|
|
||||||
<li>Apply MVC architecture</li>
|
|
||||||
<li>Manage a relational database</li>
|
|
||||||
<li>Design a user-oriented portfolio platform</li>
|
|
||||||
</ul>
|
|
||||||
<hr />
|
|
||||||
<h1 class="doxsection"><a class="anchor" id="autotoc_md12"></a>
|
|
||||||
Future Improvements</h1>
|
|
||||||
<ul>
|
|
||||||
<li>Private messaging</li>
|
|
||||||
<li>Likes and comments on projects</li>
|
|
||||||
<li>Tags and categories</li>
|
|
||||||
<li>Improved responsive design</li>
|
|
||||||
<li>Advanced authentication and roles</li>
|
|
||||||
</ul>
|
|
||||||
<hr />
|
|
||||||
<h1 class="doxsection"><a class="anchor" id="autotoc_md14"></a>
|
|
||||||
License</h1>
|
|
||||||
<p>This project is for educational purposes. </p>
|
|
||||||
</div></div><!-- contents -->
|
|
||||||
</div><!-- doc-content -->
|
|
||||||
<div id="page-nav" class="page-nav-panel">
|
|
||||||
<div id="page-nav-resize-handle"></div>
|
|
||||||
<div id="page-nav-tree">
|
|
||||||
<div id="page-nav-contents">
|
|
||||||
</div><!-- page-nav-contents -->
|
|
||||||
</div><!-- page-nav-tree -->
|
|
||||||
</div><!-- page-nav -->
|
|
||||||
</div><!-- container -->
|
|
||||||
<!-- start footer part -->
|
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
||||||
<ul>
|
|
||||||
<li class="navelem"><b>Users</b></li><li class="navelem"><b>Guill</b></li><li class="navelem"><a href="dir_2c23dcab3ba0e8633898b60485787967.html">projet_php</a></li>
|
|
||||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,113 +0,0 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
||||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
||||||
<title>Folliow: C:/Users/Guill/projet_php/controllers/templates_c Directory Reference</title>
|
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
|
||||||
<script type="text/javascript" src="clipboard.js"></script>
|
|
||||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="navtreedata.js"></script>
|
|
||||||
<script type="text/javascript" src="navtree.js"></script>
|
|
||||||
<script type="text/javascript" src="cookie.js"></script>
|
|
||||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
||||||
<script type="text/javascript" src="search/search.js"></script>
|
|
||||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
||||||
<div id="titlearea">
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
|
||||||
<tbody>
|
|
||||||
<tr id="projectrow">
|
|
||||||
<td id="projectalign">
|
|
||||||
<div id="projectname">Folliow
|
|
||||||
</div>
|
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- end header part -->
|
|
||||||
<!-- Generated by Doxygen 1.16.1 -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() { codefold.init(); });
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="menudata.js"></script>
|
|
||||||
<script type="text/javascript" src="menu.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() {
|
|
||||||
initMenu('',true,false,'search.php','Search',true);
|
|
||||||
$(function() { init_search(); });
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<div id="main-nav"></div>
|
|
||||||
</div><!-- top -->
|
|
||||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
||||||
<div id="nav-tree">
|
|
||||||
<div id="nav-tree-contents">
|
|
||||||
<div id="nav-sync" class="sync"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="splitbar" style="-moz-user-select:none;"
|
|
||||||
class="ui-resizable-handle">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function(){initNavTree('dir_5498806e52ccd7d2d905ac8baf67301b.html','',''); });
|
|
||||||
</script>
|
|
||||||
<div id="container">
|
|
||||||
<div id="doc-content">
|
|
||||||
<!-- window showing the filter options -->
|
|
||||||
<div id="MSearchSelectWindow"
|
|
||||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
||||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
||||||
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- iframe showing the search results (closed by default) -->
|
|
||||||
<div id="MSearchResultsWindow">
|
|
||||||
<div id="MSearchResults">
|
|
||||||
<div class="SRPage">
|
|
||||||
<div id="SRIndex">
|
|
||||||
<div id="SRResults"></div>
|
|
||||||
<div class="SRStatus" id="Loading">Loading...</div>
|
|
||||||
<div class="SRStatus" id="Searching">Searching...</div>
|
|
||||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="header">
|
|
||||||
<div class="headertitle"><div class="title">templates_c Directory Reference</div></div>
|
|
||||||
</div><!--header-->
|
|
||||||
<div class="contents">
|
|
||||||
</div><!-- contents -->
|
|
||||||
</div><!-- doc-content -->
|
|
||||||
<div id="page-nav" class="page-nav-panel">
|
|
||||||
<div id="page-nav-resize-handle"></div>
|
|
||||||
<div id="page-nav-tree">
|
|
||||||
<div id="page-nav-contents">
|
|
||||||
</div><!-- page-nav-contents -->
|
|
||||||
</div><!-- page-nav-tree -->
|
|
||||||
</div><!-- page-nav -->
|
|
||||||
</div><!-- container -->
|
|
||||||
<!-- start footer part -->
|
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
||||||
<ul>
|
|
||||||
<li class="navelem"><b>Users</b></li><li class="navelem"><b>Guill</b></li><li class="navelem"><a href="dir_2c23dcab3ba0e8633898b60485787967.html">projet_php</a></li><li class="navelem"><b>controllers</b></li><li class="navelem"><b>templates_c</b></li>
|
|
||||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,113 +0,0 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
||||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
||||||
<title>Folliow: C:/Users/Guill/projet_php/entities Directory Reference</title>
|
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
|
||||||
<script type="text/javascript" src="clipboard.js"></script>
|
|
||||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="navtreedata.js"></script>
|
|
||||||
<script type="text/javascript" src="navtree.js"></script>
|
|
||||||
<script type="text/javascript" src="cookie.js"></script>
|
|
||||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
||||||
<script type="text/javascript" src="search/search.js"></script>
|
|
||||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
||||||
<div id="titlearea">
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
|
||||||
<tbody>
|
|
||||||
<tr id="projectrow">
|
|
||||||
<td id="projectalign">
|
|
||||||
<div id="projectname">Folliow
|
|
||||||
</div>
|
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- end header part -->
|
|
||||||
<!-- Generated by Doxygen 1.16.1 -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() { codefold.init(); });
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="menudata.js"></script>
|
|
||||||
<script type="text/javascript" src="menu.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() {
|
|
||||||
initMenu('',true,false,'search.php','Search',true);
|
|
||||||
$(function() { init_search(); });
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<div id="main-nav"></div>
|
|
||||||
</div><!-- top -->
|
|
||||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
||||||
<div id="nav-tree">
|
|
||||||
<div id="nav-tree-contents">
|
|
||||||
<div id="nav-sync" class="sync"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="splitbar" style="-moz-user-select:none;"
|
|
||||||
class="ui-resizable-handle">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function(){initNavTree('dir_6a59aaef8e4f4bee39467ed807742262.html','',''); });
|
|
||||||
</script>
|
|
||||||
<div id="container">
|
|
||||||
<div id="doc-content">
|
|
||||||
<!-- window showing the filter options -->
|
|
||||||
<div id="MSearchSelectWindow"
|
|
||||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
||||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
||||||
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- iframe showing the search results (closed by default) -->
|
|
||||||
<div id="MSearchResultsWindow">
|
|
||||||
<div id="MSearchResults">
|
|
||||||
<div class="SRPage">
|
|
||||||
<div id="SRIndex">
|
|
||||||
<div id="SRResults"></div>
|
|
||||||
<div class="SRStatus" id="Loading">Loading...</div>
|
|
||||||
<div class="SRStatus" id="Searching">Searching...</div>
|
|
||||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="header">
|
|
||||||
<div class="headertitle"><div class="title">entities Directory Reference</div></div>
|
|
||||||
</div><!--header-->
|
|
||||||
<div class="contents">
|
|
||||||
</div><!-- contents -->
|
|
||||||
</div><!-- doc-content -->
|
|
||||||
<div id="page-nav" class="page-nav-panel">
|
|
||||||
<div id="page-nav-resize-handle"></div>
|
|
||||||
<div id="page-nav-tree">
|
|
||||||
<div id="page-nav-contents">
|
|
||||||
</div><!-- page-nav-contents -->
|
|
||||||
</div><!-- page-nav-tree -->
|
|
||||||
</div><!-- page-nav -->
|
|
||||||
</div><!-- container -->
|
|
||||||
<!-- start footer part -->
|
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
||||||
<ul>
|
|
||||||
<li class="navelem"><b>Users</b></li><li class="navelem"><b>Guill</b></li><li class="navelem"><a href="dir_2c23dcab3ba0e8633898b60485787967.html">projet_php</a></li><li class="navelem"><b>entities</b></li>
|
|
||||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
<meta name="generator" content="Doxygen 1.16.1"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<title>Folliow: C:/Users/Guill/projet_php/entities Directory Reference</title>
|
<title>Folliow: D:/projetphp/entities Directory Reference</title>
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -63,7 +62,7 @@ $(function() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function(){initNavTree('dir_91977dd5ba3542af9d4aecff9e888690.html','',''); });
|
$(function(){initNavTree('dir_752aea892024e86dcc14a68c41af5d30.html','',''); });
|
||||||
</script>
|
</script>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="doc-content">
|
<div id="doc-content">
|
||||||
|
|
@ -105,7 +104,7 @@ $(function(){initNavTree('dir_91977dd5ba3542af9d4aecff9e888690.html','',''); });
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
<ul>
|
<ul>
|
||||||
<li class="navelem"><a href="dir_3a74e34fc6fa82edd10e4beee4ded801.html">projet_php</a></li><li class="navelem"><b>entities</b></li>
|
<li class="navelem"><b>D:</b></li><li class="navelem"><a href="dir_a5c8546d1da94454b8cc2e090dc39ad0.html">projetphp</a></li><li class="navelem"><b>entities</b></li>
|
||||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
<meta name="generator" content="Doxygen 1.16.1"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<title>Folliow: C:/Users/Guill/projet_php/models Directory Reference</title>
|
<title>Folliow: D:/projetphp/models Directory Reference</title>
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -63,7 +62,7 @@ $(function() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function(){initNavTree('dir_1c617d677ef58765205e8a044aafa06e.html','',''); });
|
$(function(){initNavTree('dir_8cda09ff854d40050da1c2ce363c05a3.html','',''); });
|
||||||
</script>
|
</script>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="doc-content">
|
<div id="doc-content">
|
||||||
|
|
@ -105,7 +104,7 @@ $(function(){initNavTree('dir_1c617d677ef58765205e8a044aafa06e.html','',''); });
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
<ul>
|
<ul>
|
||||||
<li class="navelem"><a href="dir_3a74e34fc6fa82edd10e4beee4ded801.html">projet_php</a></li><li class="navelem"><b>models</b></li>
|
<li class="navelem"><b>D:</b></li><li class="navelem"><a href="dir_a5c8546d1da94454b8cc2e090dc39ad0.html">projetphp</a></li><li class="navelem"><b>models</b></li>
|
||||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
<meta name="generator" content="Doxygen 1.16.1"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<title>Folliow: C:/Users/Guill/projet_php Directory Reference</title>
|
<title>Folliow: D:/projetphp Directory Reference</title>
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -63,7 +62,7 @@ $(function() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function(){initNavTree('dir_3a74e34fc6fa82edd10e4beee4ded801.html','',''); });
|
$(function(){initNavTree('dir_a5c8546d1da94454b8cc2e090dc39ad0.html','',''); });
|
||||||
</script>
|
</script>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="doc-content">
|
<div id="doc-content">
|
||||||
|
|
@ -89,15 +88,15 @@ $(function(){initNavTree('dir_3a74e34fc6fa82edd10e4beee4ded801.html','',''); });
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="headertitle"><div class="title">projet_php Directory Reference</div></div>
|
<div class="headertitle"><div class="title">projetphp Directory Reference</div></div>
|
||||||
</div><!--header-->
|
</div><!--header-->
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<table class="memberdecls">
|
<table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 id="header-subdirs" class="groupheader"><a id="subdirs" name="subdirs"></a>
|
<tr class="heading"><td colspan="2"><h2 id="header-subdirs" class="groupheader"><a id="subdirs" name="subdirs"></a>
|
||||||
Directories</h2></td></tr>
|
Directories</h2></td></tr>
|
||||||
<tr class="memitem:controllers" id="r_controllers"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_2756e6070b02be5d362619ded783829c.html">controllers</a></td></tr>
|
<tr class="memitem:controllers" id="r_controllers"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_289ba97191cb416d15fc46c2ac7c67a8.html">controllers</a></td></tr>
|
||||||
<tr class="memitem:entities" id="r_entities"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_91977dd5ba3542af9d4aecff9e888690.html">entities</a></td></tr>
|
<tr class="memitem:entities" id="r_entities"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_752aea892024e86dcc14a68c41af5d30.html">entities</a></td></tr>
|
||||||
<tr class="memitem:models" id="r_models"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_1c617d677ef58765205e8a044aafa06e.html">models</a></td></tr>
|
<tr class="memitem:models" id="r_models"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_8cda09ff854d40050da1c2ce363c05a3.html">models</a></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
|
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
|
||||||
<div class="textblock"><h1 class="doxsection"><a class="anchor" id="autotoc_md0"></a>
|
<div class="textblock"><h1 class="doxsection"><a class="anchor" id="autotoc_md0"></a>
|
||||||
|
|
@ -193,7 +192,7 @@ License</h1>
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
<ul>
|
<ul>
|
||||||
<li class="navelem"><a href="dir_3a74e34fc6fa82edd10e4beee4ded801.html">projet_php</a></li>
|
<li class="navelem"><b>D:</b></li><li class="navelem"><a href="dir_a5c8546d1da94454b8cc2e090dc39ad0.html">projetphp</a></li>
|
||||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -1,118 +0,0 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
||||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
||||||
<title>Folliow: C:/Users/Guill/projet_php/controllers Directory Reference</title>
|
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
|
||||||
<script type="text/javascript" src="clipboard.js"></script>
|
|
||||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="navtreedata.js"></script>
|
|
||||||
<script type="text/javascript" src="navtree.js"></script>
|
|
||||||
<script type="text/javascript" src="cookie.js"></script>
|
|
||||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
||||||
<script type="text/javascript" src="search/search.js"></script>
|
|
||||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
||||||
<div id="titlearea">
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
|
||||||
<tbody>
|
|
||||||
<tr id="projectrow">
|
|
||||||
<td id="projectalign">
|
|
||||||
<div id="projectname">Folliow
|
|
||||||
</div>
|
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- end header part -->
|
|
||||||
<!-- Generated by Doxygen 1.16.1 -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() { codefold.init(); });
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="menudata.js"></script>
|
|
||||||
<script type="text/javascript" src="menu.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() {
|
|
||||||
initMenu('',true,false,'search.php','Search',true);
|
|
||||||
$(function() { init_search(); });
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<div id="main-nav"></div>
|
|
||||||
</div><!-- top -->
|
|
||||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
||||||
<div id="nav-tree">
|
|
||||||
<div id="nav-tree-contents">
|
|
||||||
<div id="nav-sync" class="sync"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="splitbar" style="-moz-user-select:none;"
|
|
||||||
class="ui-resizable-handle">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function(){initNavTree('dir_bfcb6842af0098861ea59b43701e0022.html','',''); });
|
|
||||||
</script>
|
|
||||||
<div id="container">
|
|
||||||
<div id="doc-content">
|
|
||||||
<!-- window showing the filter options -->
|
|
||||||
<div id="MSearchSelectWindow"
|
|
||||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
||||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
||||||
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- iframe showing the search results (closed by default) -->
|
|
||||||
<div id="MSearchResultsWindow">
|
|
||||||
<div id="MSearchResults">
|
|
||||||
<div class="SRPage">
|
|
||||||
<div id="SRIndex">
|
|
||||||
<div id="SRResults"></div>
|
|
||||||
<div class="SRStatus" id="Loading">Loading...</div>
|
|
||||||
<div class="SRStatus" id="Searching">Searching...</div>
|
|
||||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="header">
|
|
||||||
<div class="headertitle"><div class="title">controllers Directory Reference</div></div>
|
|
||||||
</div><!--header-->
|
|
||||||
<div class="contents">
|
|
||||||
<table class="memberdecls">
|
|
||||||
<tr class="heading"><td colspan="2"><h2 id="header-subdirs" class="groupheader"><a id="subdirs" name="subdirs"></a>
|
|
||||||
Directories</h2></td></tr>
|
|
||||||
<tr class="memitem:templates_5Fc" id="r_templates_5Fc"><td class="memItemLeft"><span class="iconfolder"><div class="folder-icon"></div></span> </td><td class="memItemRight"><a class="el" href="dir_5498806e52ccd7d2d905ac8baf67301b.html">templates_c</a></td></tr>
|
|
||||||
</table>
|
|
||||||
</div><!-- contents -->
|
|
||||||
</div><!-- doc-content -->
|
|
||||||
<div id="page-nav" class="page-nav-panel">
|
|
||||||
<div id="page-nav-resize-handle"></div>
|
|
||||||
<div id="page-nav-tree">
|
|
||||||
<div id="page-nav-contents">
|
|
||||||
</div><!-- page-nav-contents -->
|
|
||||||
</div><!-- page-nav-tree -->
|
|
||||||
</div><!-- page-nav -->
|
|
||||||
</div><!-- container -->
|
|
||||||
<!-- start footer part -->
|
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
||||||
<ul>
|
|
||||||
<li class="navelem"><b>Users</b></li><li class="navelem"><b>Guill</b></li><li class="navelem"><a href="dir_2c23dcab3ba0e8633898b60485787967.html">projet_php</a></li><li class="navelem"><b>controllers</b></li>
|
|
||||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,113 +0,0 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
||||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
||||||
<title>Folliow: C:/Users Directory Reference</title>
|
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
|
||||||
<script type="text/javascript" src="clipboard.js"></script>
|
|
||||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="navtreedata.js"></script>
|
|
||||||
<script type="text/javascript" src="navtree.js"></script>
|
|
||||||
<script type="text/javascript" src="cookie.js"></script>
|
|
||||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
||||||
<script type="text/javascript" src="search/search.js"></script>
|
|
||||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
||||||
<div id="titlearea">
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
|
||||||
<tbody>
|
|
||||||
<tr id="projectrow">
|
|
||||||
<td id="projectalign">
|
|
||||||
<div id="projectname">Folliow
|
|
||||||
</div>
|
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- end header part -->
|
|
||||||
<!-- Generated by Doxygen 1.16.1 -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() { codefold.init(); });
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="menudata.js"></script>
|
|
||||||
<script type="text/javascript" src="menu.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() {
|
|
||||||
initMenu('',true,false,'search.php','Search',true);
|
|
||||||
$(function() { init_search(); });
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<div id="main-nav"></div>
|
|
||||||
</div><!-- top -->
|
|
||||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
||||||
<div id="nav-tree">
|
|
||||||
<div id="nav-tree-contents">
|
|
||||||
<div id="nav-sync" class="sync"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="splitbar" style="-moz-user-select:none;"
|
|
||||||
class="ui-resizable-handle">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function(){initNavTree('dir_d522931ffa1371640980b621734a4381.html','',''); });
|
|
||||||
</script>
|
|
||||||
<div id="container">
|
|
||||||
<div id="doc-content">
|
|
||||||
<!-- window showing the filter options -->
|
|
||||||
<div id="MSearchSelectWindow"
|
|
||||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
||||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
||||||
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- iframe showing the search results (closed by default) -->
|
|
||||||
<div id="MSearchResultsWindow">
|
|
||||||
<div id="MSearchResults">
|
|
||||||
<div class="SRPage">
|
|
||||||
<div id="SRIndex">
|
|
||||||
<div id="SRResults"></div>
|
|
||||||
<div class="SRStatus" id="Loading">Loading...</div>
|
|
||||||
<div class="SRStatus" id="Searching">Searching...</div>
|
|
||||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="header">
|
|
||||||
<div class="headertitle"><div class="title">Users Directory Reference</div></div>
|
|
||||||
</div><!--header-->
|
|
||||||
<div class="contents">
|
|
||||||
</div><!-- contents -->
|
|
||||||
</div><!-- doc-content -->
|
|
||||||
<div id="page-nav" class="page-nav-panel">
|
|
||||||
<div id="page-nav-resize-handle"></div>
|
|
||||||
<div id="page-nav-tree">
|
|
||||||
<div id="page-nav-contents">
|
|
||||||
</div><!-- page-nav-contents -->
|
|
||||||
</div><!-- page-nav-tree -->
|
|
||||||
</div><!-- page-nav -->
|
|
||||||
</div><!-- container -->
|
|
||||||
<!-- start footer part -->
|
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
||||||
<ul>
|
|
||||||
<li class="navelem"><b>Users</b></li>
|
|
||||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,113 +0,0 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
||||||
<meta name="generator" content="Doxygen 1.16.1"/>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
||||||
<title>Folliow: C:/Users/Guill/projet_php/models Directory Reference</title>
|
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
|
||||||
<script type="text/javascript" src="clipboard.js"></script>
|
|
||||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="navtreedata.js"></script>
|
|
||||||
<script type="text/javascript" src="navtree.js"></script>
|
|
||||||
<script type="text/javascript" src="cookie.js"></script>
|
|
||||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
||||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
||||||
<script type="text/javascript" src="search/search.js"></script>
|
|
||||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
||||||
<div id="titlearea">
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
|
||||||
<tbody>
|
|
||||||
<tr id="projectrow">
|
|
||||||
<td id="projectalign">
|
|
||||||
<div id="projectname">Folliow
|
|
||||||
</div>
|
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- end header part -->
|
|
||||||
<!-- Generated by Doxygen 1.16.1 -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() { codefold.init(); });
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="menudata.js"></script>
|
|
||||||
<script type="text/javascript" src="menu.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() {
|
|
||||||
initMenu('',true,false,'search.php','Search',true);
|
|
||||||
$(function() { init_search(); });
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<div id="main-nav"></div>
|
|
||||||
</div><!-- top -->
|
|
||||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
||||||
<div id="nav-tree">
|
|
||||||
<div id="nav-tree-contents">
|
|
||||||
<div id="nav-sync" class="sync"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="splitbar" style="-moz-user-select:none;"
|
|
||||||
class="ui-resizable-handle">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function(){initNavTree('dir_f880fbcdfabe64616040b95a4e03089d.html','',''); });
|
|
||||||
</script>
|
|
||||||
<div id="container">
|
|
||||||
<div id="doc-content">
|
|
||||||
<!-- window showing the filter options -->
|
|
||||||
<div id="MSearchSelectWindow"
|
|
||||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
||||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
||||||
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- iframe showing the search results (closed by default) -->
|
|
||||||
<div id="MSearchResultsWindow">
|
|
||||||
<div id="MSearchResults">
|
|
||||||
<div class="SRPage">
|
|
||||||
<div id="SRIndex">
|
|
||||||
<div id="SRResults"></div>
|
|
||||||
<div class="SRStatus" id="Loading">Loading...</div>
|
|
||||||
<div class="SRStatus" id="Searching">Searching...</div>
|
|
||||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="header">
|
|
||||||
<div class="headertitle"><div class="title">models Directory Reference</div></div>
|
|
||||||
</div><!--header-->
|
|
||||||
<div class="contents">
|
|
||||||
</div><!-- contents -->
|
|
||||||
</div><!-- doc-content -->
|
|
||||||
<div id="page-nav" class="page-nav-panel">
|
|
||||||
<div id="page-nav-resize-handle"></div>
|
|
||||||
<div id="page-nav-tree">
|
|
||||||
<div id="page-nav-contents">
|
|
||||||
</div><!-- page-nav-contents -->
|
|
||||||
</div><!-- page-nav-tree -->
|
|
||||||
</div><!-- page-nav -->
|
|
||||||
</div><!-- container -->
|
|
||||||
<!-- start footer part -->
|
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
||||||
<ul>
|
|
||||||
<li class="navelem"><b>Users</b></li><li class="navelem"><b>Guill</b></li><li class="navelem"><a href="dir_2c23dcab3ba0e8633898b60485787967.html">projet_php</a></li><li class="navelem"><b>models</b></li>
|
|
||||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.16.1 </li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -34,6 +34,7 @@
|
||||||
<a href="class_controllers_1_1_user_ctrl.html"/>
|
<a href="class_controllers_1_1_user_ctrl.html"/>
|
||||||
<a href="class_controllers_1_1_user_ctrl.html#a082405d89acd6835c3a7c7a08a7adbab"/>
|
<a href="class_controllers_1_1_user_ctrl.html#a082405d89acd6835c3a7c7a08a7adbab"/>
|
||||||
<a href="class_controllers_1_1_user_ctrl.html#a5cb75cbb16467eb1768837d126dc535b"/>
|
<a href="class_controllers_1_1_user_ctrl.html#a5cb75cbb16467eb1768837d126dc535b"/>
|
||||||
|
<a href="class_controllers_1_1_user_ctrl.html#a71540a02a146cc3ae08fb320893f6d23"/>
|
||||||
<a href="class_controllers_1_1_user_ctrl.html#a852ed40b79f143c1478699d908f46957"/>
|
<a href="class_controllers_1_1_user_ctrl.html#a852ed40b79f143c1478699d908f46957"/>
|
||||||
<a href="class_controllers_1_1_user_ctrl.html#aa311da27ba5706f5710cea7706c8eae1"/>
|
<a href="class_controllers_1_1_user_ctrl.html#aa311da27ba5706f5710cea7706c8eae1"/>
|
||||||
<a href="class_controllers_1_1_user_ctrl.html#ae8a275690ff1b618e1947378b0ed73ae"/>
|
<a href="class_controllers_1_1_user_ctrl.html#ae8a275690ff1b618e1947378b0ed73ae"/>
|
||||||
|
|
@ -66,6 +67,7 @@
|
||||||
<a href="class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf"/>
|
<a href="class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf"/>
|
||||||
<a href="class_entities_1_1_project.html#a095c5d389db211932136b53f25f39685"/>
|
<a href="class_entities_1_1_project.html#a095c5d389db211932136b53f25f39685"/>
|
||||||
<a href="class_entities_1_1_project.html#a0c364ca2ee0d0adc004090ca9893b4d6"/>
|
<a href="class_entities_1_1_project.html#a0c364ca2ee0d0adc004090ca9893b4d6"/>
|
||||||
|
<a href="class_entities_1_1_project.html#a0d19036e097422be58c7b7e75927671b"/>
|
||||||
<a href="class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13"/>
|
<a href="class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13"/>
|
||||||
<a href="class_entities_1_1_project.html#a17164d0ccbccaceb60280836d060e21f"/>
|
<a href="class_entities_1_1_project.html#a17164d0ccbccaceb60280836d060e21f"/>
|
||||||
<a href="class_entities_1_1_project.html#a25efdffda986e6e4b814f422dfbc4707"/>
|
<a href="class_entities_1_1_project.html#a25efdffda986e6e4b814f422dfbc4707"/>
|
||||||
|
|
@ -75,7 +77,6 @@
|
||||||
<a href="class_entities_1_1_project.html#a5380938627a38b22f7e47f845d38e617"/>
|
<a href="class_entities_1_1_project.html#a5380938627a38b22f7e47f845d38e617"/>
|
||||||
<a href="class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e"/>
|
<a href="class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e"/>
|
||||||
<a href="class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915"/>
|
<a href="class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915"/>
|
||||||
<a href="class_entities_1_1_project.html#a621433ce4917a196047b78e58e38d7fe"/>
|
|
||||||
<a href="class_entities_1_1_project.html#a74bdd06d4bca0de42e55bdf7763ebfc4"/>
|
<a href="class_entities_1_1_project.html#a74bdd06d4bca0de42e55bdf7763ebfc4"/>
|
||||||
<a href="class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511"/>
|
<a href="class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511"/>
|
||||||
<a href="class_entities_1_1_project.html#a884ba9bb0d54bde7839e798db7964476"/>
|
<a href="class_entities_1_1_project.html#a884ba9bb0d54bde7839e798db7964476"/>
|
||||||
|
|
@ -84,7 +85,7 @@
|
||||||
<a href="class_entities_1_1_project.html#a9d21636071f529e2154051d3ea6e5921"/>
|
<a href="class_entities_1_1_project.html#a9d21636071f529e2154051d3ea6e5921"/>
|
||||||
<a href="class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91"/>
|
<a href="class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91"/>
|
||||||
<a href="class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7"/>
|
<a href="class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7"/>
|
||||||
<a href="class_entities_1_1_project.html#aacef5b0179bbf99069ded55d76593b5d"/>
|
<a href="class_entities_1_1_project.html#ab1ccf4e8782d3c732f8d9c426083121b"/>
|
||||||
<a href="class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8"/>
|
<a href="class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8"/>
|
||||||
<a href="class_entities_1_1_project.html#ada0bf69887885f455ebdfbe878e14543"/>
|
<a href="class_entities_1_1_project.html#ada0bf69887885f455ebdfbe878e14543"/>
|
||||||
<a href="class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780"/>
|
<a href="class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780"/>
|
||||||
|
|
@ -157,11 +158,12 @@
|
||||||
<a href="class_models_1_1_user_model.html#ad83e4adc529c6c0a4925e4d74c7c7ae7"/>
|
<a href="class_models_1_1_user_model.html#ad83e4adc529c6c0a4925e4d74c7c7ae7"/>
|
||||||
<a href="class_models_1_1_user_model.html#add0b4b63ca02cb8b73ad136b93ccf52f"/>
|
<a href="class_models_1_1_user_model.html#add0b4b63ca02cb8b73ad136b93ccf52f"/>
|
||||||
<a href="classes.html"/>
|
<a href="classes.html"/>
|
||||||
<a href="dir_1c617d677ef58765205e8a044aafa06e.html"/>
|
<a href="dir_0b53b61bc412610701a881d549195dc3.html"/>
|
||||||
<a href="dir_2756e6070b02be5d362619ded783829c.html"/>
|
<a href="dir_275089585c7fc1b5fd5d7d42c69cb1da.html"/>
|
||||||
<a href="dir_3a74e34fc6fa82edd10e4beee4ded801.html"/>
|
<a href="dir_289ba97191cb416d15fc46c2ac7c67a8.html"/>
|
||||||
<a href="dir_91977dd5ba3542af9d4aecff9e888690.html"/>
|
<a href="dir_752aea892024e86dcc14a68c41af5d30.html"/>
|
||||||
<a href="dir_a64c5c967bbc6a18c5d8eb713e8e97ff.html"/>
|
<a href="dir_8cda09ff854d40050da1c2ce363c05a3.html"/>
|
||||||
|
<a href="dir_a5c8546d1da94454b8cc2e090dc39ad0.html"/>
|
||||||
<a href="doxygen_crawl.html"/>
|
<a href="doxygen_crawl.html"/>
|
||||||
<a href="functions.html"/>
|
<a href="functions.html"/>
|
||||||
<a href="functions_func.html"/>
|
<a href="functions_func.html"/>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -94,6 +93,7 @@ $(function(){initNavTree('functions.html','',''); });
|
||||||
<h3 class="doxsection"><a id="index__5F" name="index__5F"></a>- _ -</h3><ul>
|
<h3 class="doxsection"><a id="index__5F" name="index__5F"></a>- _ -</h3><ul>
|
||||||
<li>__construct() : <a class="el" href="class_entities_1_1_authorisation.html#a095c5d389db211932136b53f25f39685">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a095c5d389db211932136b53f25f39685">Category</a>, <a class="el" href="class_entities_1_1_image.html#a095c5d389db211932136b53f25f39685">Image</a>, <a class="el" href="class_entities_1_1_project.html#a095c5d389db211932136b53f25f39685">Project</a>, <a class="el" href="class_entities_1_1_user.html#a095c5d389db211932136b53f25f39685">User</a></li>
|
<li>__construct() : <a class="el" href="class_entities_1_1_authorisation.html#a095c5d389db211932136b53f25f39685">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a095c5d389db211932136b53f25f39685">Category</a>, <a class="el" href="class_entities_1_1_image.html#a095c5d389db211932136b53f25f39685">Image</a>, <a class="el" href="class_entities_1_1_project.html#a095c5d389db211932136b53f25f39685">Project</a>, <a class="el" href="class_entities_1_1_user.html#a095c5d389db211932136b53f25f39685">User</a></li>
|
||||||
<li>_display() : <a class="el" href="class_controllers_1_1_mother_ctrl.html#a70d1b27fa6bc8521e8a463a94f45a8a7">MotherCtrl</a></li>
|
<li>_display() : <a class="el" href="class_controllers_1_1_mother_ctrl.html#a70d1b27fa6bc8521e8a463a94f45a8a7">MotherCtrl</a></li>
|
||||||
|
<li>_verifPwd() : <a class="el" href="class_controllers_1_1_user_ctrl.html#a71540a02a146cc3ae08fb320893f6d23">UserCtrl</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -153,6 +153,7 @@ $(function(){initNavTree('functions.html','',''); });
|
||||||
<li>getContent() : <a class="el" href="class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915">Project</a></li>
|
<li>getContent() : <a class="el" href="class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915">Project</a></li>
|
||||||
<li>getCreation_date() : <a class="el" href="class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91">Project</a></li>
|
<li>getCreation_date() : <a class="el" href="class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91">Project</a></li>
|
||||||
<li>getCreatorName() : <a class="el" href="class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8">Project</a></li>
|
<li>getCreatorName() : <a class="el" href="class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8">Project</a></li>
|
||||||
|
<li>getDeleted_at() : <a class="el" href="class_entities_1_1_project.html#a0d19036e097422be58c7b7e75927671b">Project</a></li>
|
||||||
<li>getDescription() : <a class="el" href="class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845">Project</a>, <a class="el" href="class_entities_1_1_user.html#a2e7bb35c71bf1824456ceb944cb7a845">User</a></li>
|
<li>getDescription() : <a class="el" href="class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845">Project</a>, <a class="el" href="class_entities_1_1_user.html#a2e7bb35c71bf1824456ceb944cb7a845">User</a></li>
|
||||||
<li>getFirstname() : <a class="el" href="class_entities_1_1_user.html#a42c9621713b6dcdfb9edd5a7630b6d93">User</a></li>
|
<li>getFirstname() : <a class="el" href="class_entities_1_1_user.html#a42c9621713b6dcdfb9edd5a7630b6d93">User</a></li>
|
||||||
<li>getId() : <a class="el" href="class_entities_1_1_authorisation.html#a12251d0c022e9e21c137a105ff683f13">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a12251d0c022e9e21c137a105ff683f13">Category</a>, <a class="el" href="class_entities_1_1_image.html#a12251d0c022e9e21c137a105ff683f13">Image</a>, <a class="el" href="class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13">Project</a>, <a class="el" href="class_entities_1_1_user.html#a12251d0c022e9e21c137a105ff683f13">User</a></li>
|
<li>getId() : <a class="el" href="class_entities_1_1_authorisation.html#a12251d0c022e9e21c137a105ff683f13">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a12251d0c022e9e21c137a105ff683f13">Category</a>, <a class="el" href="class_entities_1_1_image.html#a12251d0c022e9e21c137a105ff683f13">Image</a>, <a class="el" href="class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13">Project</a>, <a class="el" href="class_entities_1_1_user.html#a12251d0c022e9e21c137a105ff683f13">User</a></li>
|
||||||
|
|
@ -163,7 +164,6 @@ $(function(){initNavTree('functions.html','',''); });
|
||||||
<li>getName() : <a class="el" href="class_entities_1_1_authorisation.html#a3d0963e68bb313b163a73f2803c64600">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a3d0963e68bb313b163a73f2803c64600">Category</a>, <a class="el" href="class_entities_1_1_image.html#a3d0963e68bb313b163a73f2803c64600">Image</a>, <a class="el" href="class_entities_1_1_user.html#a3d0963e68bb313b163a73f2803c64600">User</a></li>
|
<li>getName() : <a class="el" href="class_entities_1_1_authorisation.html#a3d0963e68bb313b163a73f2803c64600">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a3d0963e68bb313b163a73f2803c64600">Category</a>, <a class="el" href="class_entities_1_1_image.html#a3d0963e68bb313b163a73f2803c64600">Image</a>, <a class="el" href="class_entities_1_1_user.html#a3d0963e68bb313b163a73f2803c64600">User</a></li>
|
||||||
<li>getParent() : <a class="el" href="class_entities_1_1_category.html#a95ecaee3537b1ad29b04ef383a57bbae">Category</a></li>
|
<li>getParent() : <a class="el" href="class_entities_1_1_category.html#a95ecaee3537b1ad29b04ef383a57bbae">Category</a></li>
|
||||||
<li>getPhone() : <a class="el" href="class_entities_1_1_user.html#a5e8a94cd59635ac689687849b9f5cd9d">User</a></li>
|
<li>getPhone() : <a class="el" href="class_entities_1_1_user.html#a5e8a94cd59635ac689687849b9f5cd9d">User</a></li>
|
||||||
<li>getProject_deleted_at() : <a class="el" href="class_entities_1_1_project.html#aacef5b0179bbf99069ded55d76593b5d">Project</a></li>
|
|
||||||
<li>getPseudo() : <a class="el" href="class_entities_1_1_user.html#a7151e41f7b522d26d02102d970e9a309">User</a></li>
|
<li>getPseudo() : <a class="el" href="class_entities_1_1_user.html#a7151e41f7b522d26d02102d970e9a309">User</a></li>
|
||||||
<li>getPwd() : <a class="el" href="class_entities_1_1_user.html#a0160ba4e6743352e15383ca3a47c1234">User</a></li>
|
<li>getPwd() : <a class="el" href="class_entities_1_1_user.html#a0160ba4e6743352e15383ca3a47c1234">User</a></li>
|
||||||
<li>getPwdHash() : <a class="el" href="class_entities_1_1_user.html#a91fabc9c7c6ebd4973f7587f60453c10">User</a></li>
|
<li>getPwdHash() : <a class="el" href="class_entities_1_1_user.html#a91fabc9c7c6ebd4973f7587f60453c10">User</a></li>
|
||||||
|
|
@ -222,6 +222,7 @@ $(function(){initNavTree('functions.html','',''); });
|
||||||
<li>setContent() : <a class="el" href="class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf">Project</a></li>
|
<li>setContent() : <a class="el" href="class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf">Project</a></li>
|
||||||
<li>setCreation_date() : <a class="el" href="class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e">Project</a></li>
|
<li>setCreation_date() : <a class="el" href="class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e">Project</a></li>
|
||||||
<li>setCreatorName() : <a class="el" href="class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7">Project</a></li>
|
<li>setCreatorName() : <a class="el" href="class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7">Project</a></li>
|
||||||
|
<li>setDeleted_at() : <a class="el" href="class_entities_1_1_project.html#ab1ccf4e8782d3c732f8d9c426083121b">Project</a></li>
|
||||||
<li>setDescription() : <a class="el" href="class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627">Project</a>, <a class="el" href="class_entities_1_1_user.html#a3eda7afea80371b606cd289c66ab3e7c">User</a></li>
|
<li>setDescription() : <a class="el" href="class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627">Project</a>, <a class="el" href="class_entities_1_1_user.html#a3eda7afea80371b606cd289c66ab3e7c">User</a></li>
|
||||||
<li>setFirstname() : <a class="el" href="class_entities_1_1_user.html#a102793bdeeaa7eaa2bca4e31eb3782e5">User</a></li>
|
<li>setFirstname() : <a class="el" href="class_entities_1_1_user.html#a102793bdeeaa7eaa2bca4e31eb3782e5">User</a></li>
|
||||||
<li>setId() : <a class="el" href="class_entities_1_1_authorisation.html#af8e956b8b0343ff7d1b955c26cb0c780">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a87313ad678fb2a2a8efb435cf0bdb9a0">Category</a>, <a class="el" href="class_entities_1_1_image.html#a87313ad678fb2a2a8efb435cf0bdb9a0">Image</a>, <a class="el" href="class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780">Project</a>, <a class="el" href="class_entities_1_1_user.html#af8e956b8b0343ff7d1b955c26cb0c780">User</a></li>
|
<li>setId() : <a class="el" href="class_entities_1_1_authorisation.html#af8e956b8b0343ff7d1b955c26cb0c780">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a87313ad678fb2a2a8efb435cf0bdb9a0">Category</a>, <a class="el" href="class_entities_1_1_image.html#a87313ad678fb2a2a8efb435cf0bdb9a0">Image</a>, <a class="el" href="class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780">Project</a>, <a class="el" href="class_entities_1_1_user.html#af8e956b8b0343ff7d1b955c26cb0c780">User</a></li>
|
||||||
|
|
@ -231,7 +232,6 @@ $(function(){initNavTree('functions.html','',''); });
|
||||||
<li>setName() : <a class="el" href="class_entities_1_1_authorisation.html#a392752b62c4f6aacea5c269690921ef3">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a2fe666694997d047711d7653eca2f132">Category</a>, <a class="el" href="class_entities_1_1_image.html#a2fe666694997d047711d7653eca2f132">Image</a>, <a class="el" href="class_entities_1_1_user.html#a392752b62c4f6aacea5c269690921ef3">User</a></li>
|
<li>setName() : <a class="el" href="class_entities_1_1_authorisation.html#a392752b62c4f6aacea5c269690921ef3">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a2fe666694997d047711d7653eca2f132">Category</a>, <a class="el" href="class_entities_1_1_image.html#a2fe666694997d047711d7653eca2f132">Image</a>, <a class="el" href="class_entities_1_1_user.html#a392752b62c4f6aacea5c269690921ef3">User</a></li>
|
||||||
<li>setParent() : <a class="el" href="class_entities_1_1_category.html#a3b949fc022c82eb25e8650e0e01404fa">Category</a></li>
|
<li>setParent() : <a class="el" href="class_entities_1_1_category.html#a3b949fc022c82eb25e8650e0e01404fa">Category</a></li>
|
||||||
<li>setPhone() : <a class="el" href="class_entities_1_1_user.html#a652bfdb5ce275246ece54449fe5ca59e">User</a></li>
|
<li>setPhone() : <a class="el" href="class_entities_1_1_user.html#a652bfdb5ce275246ece54449fe5ca59e">User</a></li>
|
||||||
<li>setProject_deleted_at() : <a class="el" href="class_entities_1_1_project.html#a621433ce4917a196047b78e58e38d7fe">Project</a></li>
|
|
||||||
<li>setPseudo() : <a class="el" href="class_entities_1_1_user.html#a02d546b854db37406ec591d3e16809eb">User</a></li>
|
<li>setPseudo() : <a class="el" href="class_entities_1_1_user.html#a02d546b854db37406ec591d3e16809eb">User</a></li>
|
||||||
<li>setPwd() : <a class="el" href="class_entities_1_1_user.html#a9cc7dc33859895f98da4e22f5ae1a9bf">User</a></li>
|
<li>setPwd() : <a class="el" href="class_entities_1_1_user.html#a9cc7dc33859895f98da4e22f5ae1a9bf">User</a></li>
|
||||||
<li>setStatus() : <a class="el" href="class_entities_1_1_image.html#a7d02c100d684fe1dffc6cb3486a48511">Image</a>, <a class="el" href="class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511">Project</a>, <a class="el" href="class_entities_1_1_user.html#a2f8308ff566858664b95361214f29eac">User</a></li>
|
<li>setStatus() : <a class="el" href="class_entities_1_1_image.html#a7d02c100d684fe1dffc6cb3486a48511">Image</a>, <a class="el" href="class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511">Project</a>, <a class="el" href="class_entities_1_1_user.html#a2f8308ff566858664b95361214f29eac">User</a></li>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
@ -94,6 +93,7 @@ $(function(){initNavTree('functions_func.html','',''); });
|
||||||
<h3 class="doxsection"><a id="index__5F" name="index__5F"></a>- _ -</h3><ul>
|
<h3 class="doxsection"><a id="index__5F" name="index__5F"></a>- _ -</h3><ul>
|
||||||
<li>__construct() : <a class="el" href="class_entities_1_1_authorisation.html#a095c5d389db211932136b53f25f39685">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a095c5d389db211932136b53f25f39685">Category</a>, <a class="el" href="class_entities_1_1_image.html#a095c5d389db211932136b53f25f39685">Image</a>, <a class="el" href="class_entities_1_1_project.html#a095c5d389db211932136b53f25f39685">Project</a>, <a class="el" href="class_entities_1_1_user.html#a095c5d389db211932136b53f25f39685">User</a></li>
|
<li>__construct() : <a class="el" href="class_entities_1_1_authorisation.html#a095c5d389db211932136b53f25f39685">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a095c5d389db211932136b53f25f39685">Category</a>, <a class="el" href="class_entities_1_1_image.html#a095c5d389db211932136b53f25f39685">Image</a>, <a class="el" href="class_entities_1_1_project.html#a095c5d389db211932136b53f25f39685">Project</a>, <a class="el" href="class_entities_1_1_user.html#a095c5d389db211932136b53f25f39685">User</a></li>
|
||||||
<li>_display() : <a class="el" href="class_controllers_1_1_mother_ctrl.html#a70d1b27fa6bc8521e8a463a94f45a8a7">MotherCtrl</a></li>
|
<li>_display() : <a class="el" href="class_controllers_1_1_mother_ctrl.html#a70d1b27fa6bc8521e8a463a94f45a8a7">MotherCtrl</a></li>
|
||||||
|
<li>_verifPwd() : <a class="el" href="class_controllers_1_1_user_ctrl.html#a71540a02a146cc3ae08fb320893f6d23">UserCtrl</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -153,6 +153,7 @@ $(function(){initNavTree('functions_func.html','',''); });
|
||||||
<li>getContent() : <a class="el" href="class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915">Project</a></li>
|
<li>getContent() : <a class="el" href="class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915">Project</a></li>
|
||||||
<li>getCreation_date() : <a class="el" href="class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91">Project</a></li>
|
<li>getCreation_date() : <a class="el" href="class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91">Project</a></li>
|
||||||
<li>getCreatorName() : <a class="el" href="class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8">Project</a></li>
|
<li>getCreatorName() : <a class="el" href="class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8">Project</a></li>
|
||||||
|
<li>getDeleted_at() : <a class="el" href="class_entities_1_1_project.html#a0d19036e097422be58c7b7e75927671b">Project</a></li>
|
||||||
<li>getDescription() : <a class="el" href="class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845">Project</a>, <a class="el" href="class_entities_1_1_user.html#a2e7bb35c71bf1824456ceb944cb7a845">User</a></li>
|
<li>getDescription() : <a class="el" href="class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845">Project</a>, <a class="el" href="class_entities_1_1_user.html#a2e7bb35c71bf1824456ceb944cb7a845">User</a></li>
|
||||||
<li>getFirstname() : <a class="el" href="class_entities_1_1_user.html#a42c9621713b6dcdfb9edd5a7630b6d93">User</a></li>
|
<li>getFirstname() : <a class="el" href="class_entities_1_1_user.html#a42c9621713b6dcdfb9edd5a7630b6d93">User</a></li>
|
||||||
<li>getId() : <a class="el" href="class_entities_1_1_authorisation.html#a12251d0c022e9e21c137a105ff683f13">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a12251d0c022e9e21c137a105ff683f13">Category</a>, <a class="el" href="class_entities_1_1_image.html#a12251d0c022e9e21c137a105ff683f13">Image</a>, <a class="el" href="class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13">Project</a>, <a class="el" href="class_entities_1_1_user.html#a12251d0c022e9e21c137a105ff683f13">User</a></li>
|
<li>getId() : <a class="el" href="class_entities_1_1_authorisation.html#a12251d0c022e9e21c137a105ff683f13">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a12251d0c022e9e21c137a105ff683f13">Category</a>, <a class="el" href="class_entities_1_1_image.html#a12251d0c022e9e21c137a105ff683f13">Image</a>, <a class="el" href="class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13">Project</a>, <a class="el" href="class_entities_1_1_user.html#a12251d0c022e9e21c137a105ff683f13">User</a></li>
|
||||||
|
|
@ -163,7 +164,6 @@ $(function(){initNavTree('functions_func.html','',''); });
|
||||||
<li>getName() : <a class="el" href="class_entities_1_1_authorisation.html#a3d0963e68bb313b163a73f2803c64600">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a3d0963e68bb313b163a73f2803c64600">Category</a>, <a class="el" href="class_entities_1_1_image.html#a3d0963e68bb313b163a73f2803c64600">Image</a>, <a class="el" href="class_entities_1_1_user.html#a3d0963e68bb313b163a73f2803c64600">User</a></li>
|
<li>getName() : <a class="el" href="class_entities_1_1_authorisation.html#a3d0963e68bb313b163a73f2803c64600">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a3d0963e68bb313b163a73f2803c64600">Category</a>, <a class="el" href="class_entities_1_1_image.html#a3d0963e68bb313b163a73f2803c64600">Image</a>, <a class="el" href="class_entities_1_1_user.html#a3d0963e68bb313b163a73f2803c64600">User</a></li>
|
||||||
<li>getParent() : <a class="el" href="class_entities_1_1_category.html#a95ecaee3537b1ad29b04ef383a57bbae">Category</a></li>
|
<li>getParent() : <a class="el" href="class_entities_1_1_category.html#a95ecaee3537b1ad29b04ef383a57bbae">Category</a></li>
|
||||||
<li>getPhone() : <a class="el" href="class_entities_1_1_user.html#a5e8a94cd59635ac689687849b9f5cd9d">User</a></li>
|
<li>getPhone() : <a class="el" href="class_entities_1_1_user.html#a5e8a94cd59635ac689687849b9f5cd9d">User</a></li>
|
||||||
<li>getProject_deleted_at() : <a class="el" href="class_entities_1_1_project.html#aacef5b0179bbf99069ded55d76593b5d">Project</a></li>
|
|
||||||
<li>getPseudo() : <a class="el" href="class_entities_1_1_user.html#a7151e41f7b522d26d02102d970e9a309">User</a></li>
|
<li>getPseudo() : <a class="el" href="class_entities_1_1_user.html#a7151e41f7b522d26d02102d970e9a309">User</a></li>
|
||||||
<li>getPwd() : <a class="el" href="class_entities_1_1_user.html#a0160ba4e6743352e15383ca3a47c1234">User</a></li>
|
<li>getPwd() : <a class="el" href="class_entities_1_1_user.html#a0160ba4e6743352e15383ca3a47c1234">User</a></li>
|
||||||
<li>getPwdHash() : <a class="el" href="class_entities_1_1_user.html#a91fabc9c7c6ebd4973f7587f60453c10">User</a></li>
|
<li>getPwdHash() : <a class="el" href="class_entities_1_1_user.html#a91fabc9c7c6ebd4973f7587f60453c10">User</a></li>
|
||||||
|
|
@ -222,6 +222,7 @@ $(function(){initNavTree('functions_func.html','',''); });
|
||||||
<li>setContent() : <a class="el" href="class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf">Project</a></li>
|
<li>setContent() : <a class="el" href="class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf">Project</a></li>
|
||||||
<li>setCreation_date() : <a class="el" href="class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e">Project</a></li>
|
<li>setCreation_date() : <a class="el" href="class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e">Project</a></li>
|
||||||
<li>setCreatorName() : <a class="el" href="class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7">Project</a></li>
|
<li>setCreatorName() : <a class="el" href="class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7">Project</a></li>
|
||||||
|
<li>setDeleted_at() : <a class="el" href="class_entities_1_1_project.html#ab1ccf4e8782d3c732f8d9c426083121b">Project</a></li>
|
||||||
<li>setDescription() : <a class="el" href="class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627">Project</a>, <a class="el" href="class_entities_1_1_user.html#a3eda7afea80371b606cd289c66ab3e7c">User</a></li>
|
<li>setDescription() : <a class="el" href="class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627">Project</a>, <a class="el" href="class_entities_1_1_user.html#a3eda7afea80371b606cd289c66ab3e7c">User</a></li>
|
||||||
<li>setFirstname() : <a class="el" href="class_entities_1_1_user.html#a102793bdeeaa7eaa2bca4e31eb3782e5">User</a></li>
|
<li>setFirstname() : <a class="el" href="class_entities_1_1_user.html#a102793bdeeaa7eaa2bca4e31eb3782e5">User</a></li>
|
||||||
<li>setId() : <a class="el" href="class_entities_1_1_authorisation.html#af8e956b8b0343ff7d1b955c26cb0c780">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a87313ad678fb2a2a8efb435cf0bdb9a0">Category</a>, <a class="el" href="class_entities_1_1_image.html#a87313ad678fb2a2a8efb435cf0bdb9a0">Image</a>, <a class="el" href="class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780">Project</a>, <a class="el" href="class_entities_1_1_user.html#af8e956b8b0343ff7d1b955c26cb0c780">User</a></li>
|
<li>setId() : <a class="el" href="class_entities_1_1_authorisation.html#af8e956b8b0343ff7d1b955c26cb0c780">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a87313ad678fb2a2a8efb435cf0bdb9a0">Category</a>, <a class="el" href="class_entities_1_1_image.html#a87313ad678fb2a2a8efb435cf0bdb9a0">Image</a>, <a class="el" href="class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780">Project</a>, <a class="el" href="class_entities_1_1_user.html#af8e956b8b0343ff7d1b955c26cb0c780">User</a></li>
|
||||||
|
|
@ -231,7 +232,6 @@ $(function(){initNavTree('functions_func.html','',''); });
|
||||||
<li>setName() : <a class="el" href="class_entities_1_1_authorisation.html#a392752b62c4f6aacea5c269690921ef3">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a2fe666694997d047711d7653eca2f132">Category</a>, <a class="el" href="class_entities_1_1_image.html#a2fe666694997d047711d7653eca2f132">Image</a>, <a class="el" href="class_entities_1_1_user.html#a392752b62c4f6aacea5c269690921ef3">User</a></li>
|
<li>setName() : <a class="el" href="class_entities_1_1_authorisation.html#a392752b62c4f6aacea5c269690921ef3">Authorisation</a>, <a class="el" href="class_entities_1_1_category.html#a2fe666694997d047711d7653eca2f132">Category</a>, <a class="el" href="class_entities_1_1_image.html#a2fe666694997d047711d7653eca2f132">Image</a>, <a class="el" href="class_entities_1_1_user.html#a392752b62c4f6aacea5c269690921ef3">User</a></li>
|
||||||
<li>setParent() : <a class="el" href="class_entities_1_1_category.html#a3b949fc022c82eb25e8650e0e01404fa">Category</a></li>
|
<li>setParent() : <a class="el" href="class_entities_1_1_category.html#a3b949fc022c82eb25e8650e0e01404fa">Category</a></li>
|
||||||
<li>setPhone() : <a class="el" href="class_entities_1_1_user.html#a652bfdb5ce275246ece54449fe5ca59e">User</a></li>
|
<li>setPhone() : <a class="el" href="class_entities_1_1_user.html#a652bfdb5ce275246ece54449fe5ca59e">User</a></li>
|
||||||
<li>setProject_deleted_at() : <a class="el" href="class_entities_1_1_project.html#a621433ce4917a196047b78e58e38d7fe">Project</a></li>
|
|
||||||
<li>setPseudo() : <a class="el" href="class_entities_1_1_user.html#a02d546b854db37406ec591d3e16809eb">User</a></li>
|
<li>setPseudo() : <a class="el" href="class_entities_1_1_user.html#a02d546b854db37406ec591d3e16809eb">User</a></li>
|
||||||
<li>setPwd() : <a class="el" href="class_entities_1_1_user.html#a9cc7dc33859895f98da4e22f5ae1a9bf">User</a></li>
|
<li>setPwd() : <a class="el" href="class_entities_1_1_user.html#a9cc7dc33859895f98da4e22f5ae1a9bf">User</a></li>
|
||||||
<li>setStatus() : <a class="el" href="class_entities_1_1_image.html#a7d02c100d684fe1dffc6cb3486a48511">Image</a>, <a class="el" href="class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511">Project</a>, <a class="el" href="class_entities_1_1_user.html#a2f8308ff566858664b95361214f29eac">User</a></li>
|
<li>setStatus() : <a class="el" href="class_entities_1_1_image.html#a7d02c100d684fe1dffc6cb3486a48511">Image</a>, <a class="el" href="class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511">Project</a>, <a class="el" href="class_entities_1_1_user.html#a2f8308ff566858664b95361214f29eac">User</a></li>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@
|
||||||
<td id="projectalign">
|
<td id="projectalign">
|
||||||
<div id="projectname">Folliow
|
<div id="projectname">Folliow
|
||||||
</div>
|
</div>
|
||||||
<div id="projectbrief">Un projet de site web réaliser en PHP</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
||||||
|
|
@ -24,11 +24,12 @@ var NAVTREEINDEX0 =
|
||||||
"class_controllers_1_1_project_ctrl.html#ac32a8bea04680b10c60ecf77a3e95c38":[0,0,0,4,1],
|
"class_controllers_1_1_project_ctrl.html#ac32a8bea04680b10c60ecf77a3e95c38":[0,0,0,4,1],
|
||||||
"class_controllers_1_1_project_ctrl.html#acb64affba32059c09533892d9ded224a":[0,0,0,4,0],
|
"class_controllers_1_1_project_ctrl.html#acb64affba32059c09533892d9ded224a":[0,0,0,4,0],
|
||||||
"class_controllers_1_1_user_ctrl.html":[0,0,0,5],
|
"class_controllers_1_1_user_ctrl.html":[0,0,0,5],
|
||||||
"class_controllers_1_1_user_ctrl.html#a082405d89acd6835c3a7c7a08a7adbab":[0,0,0,5,2],
|
"class_controllers_1_1_user_ctrl.html#a082405d89acd6835c3a7c7a08a7adbab":[0,0,0,5,3],
|
||||||
"class_controllers_1_1_user_ctrl.html#a5cb75cbb16467eb1768837d126dc535b":[0,0,0,5,0],
|
"class_controllers_1_1_user_ctrl.html#a5cb75cbb16467eb1768837d126dc535b":[0,0,0,5,1],
|
||||||
"class_controllers_1_1_user_ctrl.html#a852ed40b79f143c1478699d908f46957":[0,0,0,5,3],
|
"class_controllers_1_1_user_ctrl.html#a71540a02a146cc3ae08fb320893f6d23":[0,0,0,5,0],
|
||||||
"class_controllers_1_1_user_ctrl.html#aa311da27ba5706f5710cea7706c8eae1":[0,0,0,5,1],
|
"class_controllers_1_1_user_ctrl.html#a852ed40b79f143c1478699d908f46957":[0,0,0,5,4],
|
||||||
"class_controllers_1_1_user_ctrl.html#ae8a275690ff1b618e1947378b0ed73ae":[0,0,0,5,4],
|
"class_controllers_1_1_user_ctrl.html#aa311da27ba5706f5710cea7706c8eae1":[0,0,0,5,2],
|
||||||
|
"class_controllers_1_1_user_ctrl.html#ae8a275690ff1b618e1947378b0ed73ae":[0,0,0,5,5],
|
||||||
"class_entities_1_1_authorisation.html":[0,0,1,0],
|
"class_entities_1_1_authorisation.html":[0,0,1,0],
|
||||||
"class_entities_1_1_authorisation.html#a095c5d389db211932136b53f25f39685":[0,0,1,0,0],
|
"class_entities_1_1_authorisation.html#a095c5d389db211932136b53f25f39685":[0,0,1,0,0],
|
||||||
"class_entities_1_1_authorisation.html#a12251d0c022e9e21c137a105ff683f13":[0,0,1,0,1],
|
"class_entities_1_1_authorisation.html#a12251d0c022e9e21c137a105ff683f13":[0,0,1,0,1],
|
||||||
|
|
@ -58,16 +59,16 @@ var NAVTREEINDEX0 =
|
||||||
"class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf":[0,0,1,4,14],
|
"class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf":[0,0,1,4,14],
|
||||||
"class_entities_1_1_project.html#a095c5d389db211932136b53f25f39685":[0,0,1,4,0],
|
"class_entities_1_1_project.html#a095c5d389db211932136b53f25f39685":[0,0,1,4,0],
|
||||||
"class_entities_1_1_project.html#a0c364ca2ee0d0adc004090ca9893b4d6":[0,0,1,4,12],
|
"class_entities_1_1_project.html#a0c364ca2ee0d0adc004090ca9893b4d6":[0,0,1,4,12],
|
||||||
"class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13":[0,0,1,4,6],
|
"class_entities_1_1_project.html#a0d19036e097422be58c7b7e75927671b":[0,0,1,4,5],
|
||||||
|
"class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13":[0,0,1,4,7],
|
||||||
"class_entities_1_1_project.html#a17164d0ccbccaceb60280836d060e21f":[0,0,1,4,24],
|
"class_entities_1_1_project.html#a17164d0ccbccaceb60280836d060e21f":[0,0,1,4,24],
|
||||||
"class_entities_1_1_project.html#a25efdffda986e6e4b814f422dfbc4707":[0,0,1,4,9],
|
"class_entities_1_1_project.html#a25efdffda986e6e4b814f422dfbc4707":[0,0,1,4,9],
|
||||||
"class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845":[0,0,1,4,5],
|
"class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845":[0,0,1,4,6],
|
||||||
"class_entities_1_1_project.html#a309475f82c8fca1a84f96f802f05a5fb":[0,0,1,4,13],
|
"class_entities_1_1_project.html#a309475f82c8fca1a84f96f802f05a5fb":[0,0,1,4,13],
|
||||||
"class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627":[0,0,1,4,17],
|
"class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627":[0,0,1,4,18],
|
||||||
"class_entities_1_1_project.html#a5380938627a38b22f7e47f845d38e617":[0,0,1,4,11],
|
"class_entities_1_1_project.html#a5380938627a38b22f7e47f845d38e617":[0,0,1,4,11],
|
||||||
"class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e":[0,0,1,4,15],
|
"class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e":[0,0,1,4,15],
|
||||||
"class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915":[0,0,1,4,2],
|
"class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915":[0,0,1,4,2],
|
||||||
"class_entities_1_1_project.html#a621433ce4917a196047b78e58e38d7fe":[0,0,1,4,19],
|
|
||||||
"class_entities_1_1_project.html#a74bdd06d4bca0de42e55bdf7763ebfc4":[0,0,1,4,23],
|
"class_entities_1_1_project.html#a74bdd06d4bca0de42e55bdf7763ebfc4":[0,0,1,4,23],
|
||||||
"class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511":[0,0,1,4,20],
|
"class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511":[0,0,1,4,20],
|
||||||
"class_entities_1_1_project.html#a884ba9bb0d54bde7839e798db7964476":[0,0,1,4,22],
|
"class_entities_1_1_project.html#a884ba9bb0d54bde7839e798db7964476":[0,0,1,4,22],
|
||||||
|
|
@ -76,10 +77,10 @@ var NAVTREEINDEX0 =
|
||||||
"class_entities_1_1_project.html#a9d21636071f529e2154051d3ea6e5921":[0,0,1,4,8],
|
"class_entities_1_1_project.html#a9d21636071f529e2154051d3ea6e5921":[0,0,1,4,8],
|
||||||
"class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91":[0,0,1,4,3],
|
"class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91":[0,0,1,4,3],
|
||||||
"class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7":[0,0,1,4,16],
|
"class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7":[0,0,1,4,16],
|
||||||
"class_entities_1_1_project.html#aacef5b0179bbf99069ded55d76593b5d":[0,0,1,4,7],
|
"class_entities_1_1_project.html#ab1ccf4e8782d3c732f8d9c426083121b":[0,0,1,4,17],
|
||||||
"class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8":[0,0,1,4,4],
|
"class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8":[0,0,1,4,4],
|
||||||
"class_entities_1_1_project.html#ada0bf69887885f455ebdfbe878e14543":[0,0,1,4,1],
|
"class_entities_1_1_project.html#ada0bf69887885f455ebdfbe878e14543":[0,0,1,4,1],
|
||||||
"class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780":[0,0,1,4,18],
|
"class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780":[0,0,1,4,19],
|
||||||
"class_entities_1_1_user.html":[0,0,1,5],
|
"class_entities_1_1_user.html":[0,0,1,5],
|
||||||
"class_entities_1_1_user.html#a0160ba4e6743352e15383ca3a47c1234":[0,0,1,5,12],
|
"class_entities_1_1_user.html#a0160ba4e6743352e15383ca3a47c1234":[0,0,1,5,12],
|
||||||
"class_entities_1_1_user.html#a02d546b854db37406ec591d3e16809eb":[0,0,1,5,26],
|
"class_entities_1_1_user.html#a02d546b854db37406ec591d3e16809eb":[0,0,1,5,26],
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['_5f_5fconstruct_0',['__construct',['../class_entities_1_1_authorisation.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Authorisation\\__construct()'],['../class_entities_1_1_category.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Category\\__construct()'],['../class_entities_1_1_image.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Image\\__construct()'],['../class_entities_1_1_project.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Project\\__construct()'],['../class_entities_1_1_user.html#a095c5d389db211932136b53f25f39685',1,'Entities\\User\\__construct()']]],
|
['_5f_5fconstruct_0',['__construct',['../class_entities_1_1_authorisation.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Authorisation\\__construct()'],['../class_entities_1_1_category.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Category\\__construct()'],['../class_entities_1_1_image.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Image\\__construct()'],['../class_entities_1_1_project.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Project\\__construct()'],['../class_entities_1_1_user.html#a095c5d389db211932136b53f25f39685',1,'Entities\\User\\__construct()']]],
|
||||||
['_5fdisplay_1',['_display',['../class_controllers_1_1_mother_ctrl.html#a70d1b27fa6bc8521e8a463a94f45a8a7',1,'Controllers::MotherCtrl']]]
|
['_5fdisplay_1',['_display',['../class_controllers_1_1_mother_ctrl.html#a70d1b27fa6bc8521e8a463a94f45a8a7',1,'Controllers::MotherCtrl']]],
|
||||||
|
['_5fverifpwd_2',['_verifPwd',['../class_controllers_1_1_user_ctrl.html#a71540a02a146cc3ae08fb320893f6d23',1,'Controllers::UserCtrl']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['–_20projet_20php_0',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]]
|
['–_20projet_20php_0',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['features_0',['Features',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md2',1,'']]],
|
['features_0',['Features',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md2',1,'']]],
|
||||||
['findall_1',['findAll',['../class_models_1_1_project_model.html#acbfa7e289b7712cf5200f398cff05c43',1,'Models::ProjectModel']]],
|
['findall_1',['findAll',['../class_models_1_1_project_model.html#acbfa7e289b7712cf5200f398cff05c43',1,'Models::ProjectModel']]],
|
||||||
['findallauthorisation_2',['findAllAuthorisation',['../class_models_1_1_authorisation_model.html#af7bd93cc2fd6ac548707d3a66a8380df',1,'Models::AuthorisationModel']]],
|
['findallauthorisation_2',['findAllAuthorisation',['../class_models_1_1_authorisation_model.html#af7bd93cc2fd6ac548707d3a66a8380df',1,'Models::AuthorisationModel']]],
|
||||||
['findallcategory_3',['findAllCategory',['../class_models_1_1_category_model.html#a4e6d48b9130d9cb4cc08a88cef84e8f9',1,'Models::CategoryModel']]],
|
['findallcategory_3',['findAllCategory',['../class_models_1_1_category_model.html#a4e6d48b9130d9cb4cc08a88cef84e8f9',1,'Models::CategoryModel']]],
|
||||||
|
|
@ -10,6 +10,6 @@ var searchData=
|
||||||
['findone_7',['findOne',['../class_models_1_1_project_model.html#ae0fabc6b177cda25efeee083f904c207',1,'Models::ProjectModel']]],
|
['findone_7',['findOne',['../class_models_1_1_project_model.html#ae0fabc6b177cda25efeee083f904c207',1,'Models::ProjectModel']]],
|
||||||
['finduserbyid_8',['findUserById',['../class_models_1_1_user_model.html#a6620c458b01ecbb1ed76083a4ac2345e',1,'Models::UserModel']]],
|
['finduserbyid_8',['findUserById',['../class_models_1_1_user_model.html#a6620c458b01ecbb1ed76083a4ac2345e',1,'Models::UserModel']]],
|
||||||
['finduserbypseudo_9',['findUserByPseudo',['../class_models_1_1_user_model.html#a9f95476e8b07dbc01f711f36672684ad',1,'Models::UserModel']]],
|
['finduserbypseudo_9',['findUserByPseudo',['../class_models_1_1_user_model.html#a9f95476e8b07dbc01f711f36672684ad',1,'Models::UserModel']]],
|
||||||
['folliow_20–_20projet_20php_10',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]],
|
['folliow_20–_20projet_20php_10',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]],
|
||||||
['future_20improvements_11',['Future Improvements',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md12',1,'']]]
|
['future_20improvements_11',['Future Improvements',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md12',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -7,17 +7,17 @@ var searchData=
|
||||||
['getcontent_4',['getContent',['../class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915',1,'Entities::Project']]],
|
['getcontent_4',['getContent',['../class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915',1,'Entities::Project']]],
|
||||||
['getcreation_5fdate_5',['getCreation_date',['../class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91',1,'Entities::Project']]],
|
['getcreation_5fdate_5',['getCreation_date',['../class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91',1,'Entities::Project']]],
|
||||||
['getcreatorname_6',['getCreatorName',['../class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8',1,'Entities::Project']]],
|
['getcreatorname_6',['getCreatorName',['../class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8',1,'Entities::Project']]],
|
||||||
['getdescription_7',['getDescription',['../class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845',1,'Entities\\Project\\getDescription()'],['../class_entities_1_1_user.html#a2e7bb35c71bf1824456ceb944cb7a845',1,'Entities\\User\\getDescription()']]],
|
['getdeleted_5fat_7',['getDeleted_at',['../class_entities_1_1_project.html#a0d19036e097422be58c7b7e75927671b',1,'Entities::Project']]],
|
||||||
['getfirstname_8',['getFirstname',['../class_entities_1_1_user.html#a42c9621713b6dcdfb9edd5a7630b6d93',1,'Entities::User']]],
|
['getdescription_8',['getDescription',['../class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845',1,'Entities\\Project\\getDescription()'],['../class_entities_1_1_user.html#a2e7bb35c71bf1824456ceb944cb7a845',1,'Entities\\User\\getDescription()']]],
|
||||||
['getid_9',['getId',['../class_entities_1_1_authorisation.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Authorisation\\getId()'],['../class_entities_1_1_category.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Category\\getId()'],['../class_entities_1_1_image.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Image\\getId()'],['../class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Project\\getId()'],['../class_entities_1_1_user.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\User\\getId()']]],
|
['getfirstname_9',['getFirstname',['../class_entities_1_1_user.html#a42c9621713b6dcdfb9edd5a7630b6d93',1,'Entities::User']]],
|
||||||
['getimage_10',['getImage',['../class_entities_1_1_user.html#a2af8add37797384585cae101fb8cbfe7',1,'Entities::User']]],
|
['getid_10',['getId',['../class_entities_1_1_authorisation.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Authorisation\\getId()'],['../class_entities_1_1_category.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Category\\getId()'],['../class_entities_1_1_image.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Image\\getId()'],['../class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Project\\getId()'],['../class_entities_1_1_user.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\User\\getId()']]],
|
||||||
['getimagesbyprojectid_11',['getImagesByProjectId',['../class_models_1_1_project_model.html#ad587665f8aff5eedac96881cb604ccd7',1,'Models::ProjectModel']]],
|
['getimage_11',['getImage',['../class_entities_1_1_user.html#a2af8add37797384585cae101fb8cbfe7',1,'Entities::User']]],
|
||||||
['getlocation_12',['getLocation',['../class_entities_1_1_user.html#a270a747ff748def87f313beeef64f3b3',1,'Entities::User']]],
|
['getimagesbyprojectid_12',['getImagesByProjectId',['../class_models_1_1_project_model.html#ad587665f8aff5eedac96881cb604ccd7',1,'Models::ProjectModel']]],
|
||||||
['getmail_13',['getMail',['../class_entities_1_1_user.html#ae4923d9ec6cf4408080fc1c37e20e0ba',1,'Entities::User']]],
|
['getlocation_13',['getLocation',['../class_entities_1_1_user.html#a270a747ff748def87f313beeef64f3b3',1,'Entities::User']]],
|
||||||
['getname_14',['getName',['../class_entities_1_1_authorisation.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\Authorisation\\getName()'],['../class_entities_1_1_category.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\Category\\getName()'],['../class_entities_1_1_image.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\Image\\getName()'],['../class_entities_1_1_user.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\User\\getName()']]],
|
['getmail_14',['getMail',['../class_entities_1_1_user.html#ae4923d9ec6cf4408080fc1c37e20e0ba',1,'Entities::User']]],
|
||||||
['getparent_15',['getParent',['../class_entities_1_1_category.html#a95ecaee3537b1ad29b04ef383a57bbae',1,'Entities::Category']]],
|
['getname_15',['getName',['../class_entities_1_1_authorisation.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\Authorisation\\getName()'],['../class_entities_1_1_category.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\Category\\getName()'],['../class_entities_1_1_image.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\Image\\getName()'],['../class_entities_1_1_user.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\User\\getName()']]],
|
||||||
['getphone_16',['getPhone',['../class_entities_1_1_user.html#a5e8a94cd59635ac689687849b9f5cd9d',1,'Entities::User']]],
|
['getparent_16',['getParent',['../class_entities_1_1_category.html#a95ecaee3537b1ad29b04ef383a57bbae',1,'Entities::Category']]],
|
||||||
['getproject_5fdeleted_5fat_17',['getProject_deleted_at',['../class_entities_1_1_project.html#aacef5b0179bbf99069ded55d76593b5d',1,'Entities::Project']]],
|
['getphone_17',['getPhone',['../class_entities_1_1_user.html#a5e8a94cd59635ac689687849b9f5cd9d',1,'Entities::User']]],
|
||||||
['getpseudo_18',['getPseudo',['../class_entities_1_1_user.html#a7151e41f7b522d26d02102d970e9a309',1,'Entities::User']]],
|
['getpseudo_18',['getPseudo',['../class_entities_1_1_user.html#a7151e41f7b522d26d02102d970e9a309',1,'Entities::User']]],
|
||||||
['getpwd_19',['getPwd',['../class_entities_1_1_user.html#a0160ba4e6743352e15383ca3a47c1234',1,'Entities::User']]],
|
['getpwd_19',['getPwd',['../class_entities_1_1_user.html#a0160ba4e6743352e15383ca3a47c1234',1,'Entities::User']]],
|
||||||
['getpwdhash_20',['getPwdHash',['../class_entities_1_1_user.html#a91fabc9c7c6ebd4973f7587f60453c10',1,'Entities::User']]],
|
['getpwdhash_20',['getPwdHash',['../class_entities_1_1_user.html#a91fabc9c7c6ebd4973f7587f60453c10',1,'Entities::User']]],
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@ var searchData=
|
||||||
[
|
[
|
||||||
['image_0',['Image',['../class_entities_1_1_image.html',1,'Entities']]],
|
['image_0',['Image',['../class_entities_1_1_image.html',1,'Entities']]],
|
||||||
['imagemodel_1',['ImageModel',['../class_models_1_1_image_model.html',1,'Models']]],
|
['imagemodel_1',['ImageModel',['../class_models_1_1_image_model.html',1,'Models']]],
|
||||||
['improvements_2',['Future Improvements',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md12',1,'']]],
|
['improvements_2',['Future Improvements',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md12',1,'']]],
|
||||||
['insert_3',['insert',['../class_models_1_1_project_model.html#ad2a2f3e436d06db0fc4af3c44c867805',1,'Models\\ProjectModel\\insert()'],['../class_models_1_1_user_model.html#ab0eb29a478a1230d479aee1046b0f1dc',1,'Models\\UserModel\\insert()']]],
|
['insert_3',['insert',['../class_models_1_1_project_model.html#ad2a2f3e436d06db0fc4af3c44c867805',1,'Models\\ProjectModel\\insert()'],['../class_models_1_1_user_model.html#ab0eb29a478a1230d479aee1046b0f1dc',1,'Models\\UserModel\\insert()']]],
|
||||||
['insertcategory_4',['insertCategory',['../class_models_1_1_category_model.html#a1102f9228de8f7938a1f35a3abbc2dc7',1,'Models::CategoryModel']]],
|
['insertcategory_4',['insertCategory',['../class_models_1_1_category_model.html#a1102f9228de8f7938a1f35a3abbc2dc7',1,'Models::CategoryModel']]],
|
||||||
['installation_5',['Installation',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md8',1,'']]]
|
['installation_5',['Installation',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md8',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['learning_20objectives_0',['Learning Objectives',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md10',1,'']]],
|
['learning_20objectives_0',['Learning Objectives',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md10',1,'']]],
|
||||||
['license_1',['License',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md14',1,'']]],
|
['license_1',['License',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md14',1,'']]],
|
||||||
['login_2',['login',['../class_controllers_1_1_user_ctrl.html#aa311da27ba5706f5710cea7706c8eae1',1,'Controllers::UserCtrl']]],
|
['login_2',['login',['../class_controllers_1_1_user_ctrl.html#aa311da27ba5706f5710cea7706c8eae1',1,'Controllers::UserCtrl']]],
|
||||||
['logout_3',['logout',['../class_controllers_1_1_user_ctrl.html#a082405d89acd6835c3a7c7a08a7adbab',1,'Controllers::UserCtrl']]]
|
['logout_3',['logout',['../class_controllers_1_1_user_ctrl.html#a082405d89acd6835c3a7c7a08a7adbab',1,'Controllers::UserCtrl']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['objectives_0',['Learning Objectives',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md10',1,'']]]
|
['objectives_0',['Learning Objectives',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md10',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['pagectrl_0',['PageCtrl',['../class_controllers_1_1_page_ctrl.html',1,'Controllers']]],
|
['pagectrl_0',['PageCtrl',['../class_controllers_1_1_page_ctrl.html',1,'Controllers']]],
|
||||||
['php_1',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]],
|
['php_1',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]],
|
||||||
['project_2',['Project',['../class_entities_1_1_project.html',1,'Entities']]],
|
['project_2',['Project',['../class_entities_1_1_project.html',1,'Entities']]],
|
||||||
['project_20structure_3',['Project Structure',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md6',1,'']]],
|
['project_20structure_3',['Project Structure',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md6',1,'']]],
|
||||||
['projectctrl_4',['ProjectCtrl',['../class_controllers_1_1_project_ctrl.html',1,'Controllers']]],
|
['projectctrl_4',['ProjectCtrl',['../class_controllers_1_1_project_ctrl.html',1,'Controllers']]],
|
||||||
['projectmodel_5',['ProjectModel',['../class_models_1_1_project_model.html',1,'Models']]],
|
['projectmodel_5',['ProjectModel',['../class_models_1_1_project_model.html',1,'Models']]],
|
||||||
['projet_20php_6',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]],
|
['projet_20php_6',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]],
|
||||||
['pseudoexists_7',['pseudoExists',['../class_models_1_1_user_model.html#aaf42cd7de4bddf6d3a075aa9bc252b8f',1,'Models::UserModel']]]
|
['pseudoexists_7',['pseudoExists',['../class_models_1_1_user_model.html#aaf42cd7de4bddf6d3a075aa9bc252b8f',1,'Models::UserModel']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -9,16 +9,16 @@ var searchData=
|
||||||
['setcontent_6',['setContent',['../class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf',1,'Entities::Project']]],
|
['setcontent_6',['setContent',['../class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf',1,'Entities::Project']]],
|
||||||
['setcreation_5fdate_7',['setCreation_date',['../class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e',1,'Entities::Project']]],
|
['setcreation_5fdate_7',['setCreation_date',['../class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e',1,'Entities::Project']]],
|
||||||
['setcreatorname_8',['setCreatorName',['../class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7',1,'Entities::Project']]],
|
['setcreatorname_8',['setCreatorName',['../class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7',1,'Entities::Project']]],
|
||||||
['setdescription_9',['setDescription',['../class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627',1,'Entities\\Project\\setDescription()'],['../class_entities_1_1_user.html#a3eda7afea80371b606cd289c66ab3e7c',1,'Entities\\User\\setDescription(string $description)']]],
|
['setdeleted_5fat_9',['setDeleted_at',['../class_entities_1_1_project.html#ab1ccf4e8782d3c732f8d9c426083121b',1,'Entities::Project']]],
|
||||||
['setfirstname_10',['setFirstname',['../class_entities_1_1_user.html#a102793bdeeaa7eaa2bca4e31eb3782e5',1,'Entities::User']]],
|
['setdescription_10',['setDescription',['../class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627',1,'Entities\\Project\\setDescription()'],['../class_entities_1_1_user.html#a3eda7afea80371b606cd289c66ab3e7c',1,'Entities\\User\\setDescription(string $description)']]],
|
||||||
['setid_11',['setId',['../class_entities_1_1_authorisation.html#af8e956b8b0343ff7d1b955c26cb0c780',1,'Entities\\Authorisation\\setId()'],['../class_entities_1_1_category.html#a87313ad678fb2a2a8efb435cf0bdb9a0',1,'Entities\\Category\\setId()'],['../class_entities_1_1_image.html#a87313ad678fb2a2a8efb435cf0bdb9a0',1,'Entities\\Image\\setId()'],['../class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780',1,'Entities\\Project\\setId()'],['../class_entities_1_1_user.html#af8e956b8b0343ff7d1b955c26cb0c780',1,'Entities\\User\\setId(int $id)']]],
|
['setfirstname_11',['setFirstname',['../class_entities_1_1_user.html#a102793bdeeaa7eaa2bca4e31eb3782e5',1,'Entities::User']]],
|
||||||
['setimage_12',['setImage',['../class_entities_1_1_user.html#a6c7550f5363e74b3ee9225bf85e11b8d',1,'Entities::User']]],
|
['setid_12',['setId',['../class_entities_1_1_authorisation.html#af8e956b8b0343ff7d1b955c26cb0c780',1,'Entities\\Authorisation\\setId()'],['../class_entities_1_1_category.html#a87313ad678fb2a2a8efb435cf0bdb9a0',1,'Entities\\Category\\setId()'],['../class_entities_1_1_image.html#a87313ad678fb2a2a8efb435cf0bdb9a0',1,'Entities\\Image\\setId()'],['../class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780',1,'Entities\\Project\\setId()'],['../class_entities_1_1_user.html#af8e956b8b0343ff7d1b955c26cb0c780',1,'Entities\\User\\setId(int $id)']]],
|
||||||
['setlocation_13',['setLocation',['../class_entities_1_1_user.html#a4c5c6e78f1e8c0ae4bf416d0f0d73ef1',1,'Entities::User']]],
|
['setimage_13',['setImage',['../class_entities_1_1_user.html#a6c7550f5363e74b3ee9225bf85e11b8d',1,'Entities::User']]],
|
||||||
['setmail_14',['setMail',['../class_entities_1_1_user.html#ad5ba083b208ed11aa16938a8ba87a78c',1,'Entities::User']]],
|
['setlocation_14',['setLocation',['../class_entities_1_1_user.html#a4c5c6e78f1e8c0ae4bf416d0f0d73ef1',1,'Entities::User']]],
|
||||||
['setname_15',['setName',['../class_entities_1_1_authorisation.html#a392752b62c4f6aacea5c269690921ef3',1,'Entities\\Authorisation\\setName()'],['../class_entities_1_1_category.html#a2fe666694997d047711d7653eca2f132',1,'Entities\\Category\\setName()'],['../class_entities_1_1_image.html#a2fe666694997d047711d7653eca2f132',1,'Entities\\Image\\setName()'],['../class_entities_1_1_user.html#a392752b62c4f6aacea5c269690921ef3',1,'Entities\\User\\setName()']]],
|
['setmail_15',['setMail',['../class_entities_1_1_user.html#ad5ba083b208ed11aa16938a8ba87a78c',1,'Entities::User']]],
|
||||||
['setparent_16',['setParent',['../class_entities_1_1_category.html#a3b949fc022c82eb25e8650e0e01404fa',1,'Entities::Category']]],
|
['setname_16',['setName',['../class_entities_1_1_authorisation.html#a392752b62c4f6aacea5c269690921ef3',1,'Entities\\Authorisation\\setName()'],['../class_entities_1_1_category.html#a2fe666694997d047711d7653eca2f132',1,'Entities\\Category\\setName()'],['../class_entities_1_1_image.html#a2fe666694997d047711d7653eca2f132',1,'Entities\\Image\\setName()'],['../class_entities_1_1_user.html#a392752b62c4f6aacea5c269690921ef3',1,'Entities\\User\\setName()']]],
|
||||||
['setphone_17',['setPhone',['../class_entities_1_1_user.html#a652bfdb5ce275246ece54449fe5ca59e',1,'Entities::User']]],
|
['setparent_17',['setParent',['../class_entities_1_1_category.html#a3b949fc022c82eb25e8650e0e01404fa',1,'Entities::Category']]],
|
||||||
['setproject_5fdeleted_5fat_18',['setProject_deleted_at',['../class_entities_1_1_project.html#a621433ce4917a196047b78e58e38d7fe',1,'Entities::Project']]],
|
['setphone_18',['setPhone',['../class_entities_1_1_user.html#a652bfdb5ce275246ece54449fe5ca59e',1,'Entities::User']]],
|
||||||
['setpseudo_19',['setPseudo',['../class_entities_1_1_user.html#a02d546b854db37406ec591d3e16809eb',1,'Entities::User']]],
|
['setpseudo_19',['setPseudo',['../class_entities_1_1_user.html#a02d546b854db37406ec591d3e16809eb',1,'Entities::User']]],
|
||||||
['setpwd_20',['setPwd',['../class_entities_1_1_user.html#a9cc7dc33859895f98da4e22f5ae1a9bf',1,'Entities::User']]],
|
['setpwd_20',['setPwd',['../class_entities_1_1_user.html#a9cc7dc33859895f98da4e22f5ae1a9bf',1,'Entities::User']]],
|
||||||
['setstatus_21',['setStatus',['../class_entities_1_1_image.html#a7d02c100d684fe1dffc6cb3486a48511',1,'Entities\\Image\\setStatus()'],['../class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511',1,'Entities\\Project\\setStatus()'],['../class_entities_1_1_user.html#a2f8308ff566858664b95361214f29eac',1,'Entities\\User\\setStatus()']]],
|
['setstatus_21',['setStatus',['../class_entities_1_1_image.html#a7d02c100d684fe1dffc6cb3486a48511',1,'Entities\\Image\\setStatus()'],['../class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511',1,'Entities\\Project\\setStatus()'],['../class_entities_1_1_user.html#a2f8308ff566858664b95361214f29eac',1,'Entities\\User\\setStatus()']]],
|
||||||
|
|
@ -28,6 +28,6 @@ var searchData=
|
||||||
['setuser_5fimage_25',['setUser_image',['../class_entities_1_1_project.html#a17164d0ccbccaceb60280836d060e21f',1,'Entities::Project']]],
|
['setuser_5fimage_25',['setUser_image',['../class_entities_1_1_project.html#a17164d0ccbccaceb60280836d060e21f',1,'Entities::Project']]],
|
||||||
['setwork_26',['setWork',['../class_entities_1_1_user.html#ae6c2c46108019bd83091add6417eb894',1,'Entities::User']]],
|
['setwork_26',['setWork',['../class_entities_1_1_user.html#ae6c2c46108019bd83091add6417eb894',1,'Entities::User']]],
|
||||||
['signup_27',['signup',['../class_controllers_1_1_user_ctrl.html#a852ed40b79f143c1478699d908f46957',1,'Controllers::UserCtrl']]],
|
['signup_27',['signup',['../class_controllers_1_1_user_ctrl.html#a852ed40b79f143c1478699d908f46957',1,'Controllers::UserCtrl']]],
|
||||||
['stack_28',['Tech Stack',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md4',1,'']]],
|
['stack_28',['Tech Stack',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md4',1,'']]],
|
||||||
['structure_29',['Project Structure',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md6',1,'']]]
|
['structure_29',['Project Structure',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md6',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['tech_20stack_0',['Tech Stack',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md4',1,'']]]
|
['tech_20stack_0',['Tech Stack',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md4',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['_5f_5fconstruct_0',['__construct',['../class_entities_1_1_authorisation.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Authorisation\\__construct()'],['../class_entities_1_1_category.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Category\\__construct()'],['../class_entities_1_1_image.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Image\\__construct()'],['../class_entities_1_1_project.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Project\\__construct()'],['../class_entities_1_1_user.html#a095c5d389db211932136b53f25f39685',1,'Entities\\User\\__construct()']]],
|
['_5f_5fconstruct_0',['__construct',['../class_entities_1_1_authorisation.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Authorisation\\__construct()'],['../class_entities_1_1_category.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Category\\__construct()'],['../class_entities_1_1_image.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Image\\__construct()'],['../class_entities_1_1_project.html#a095c5d389db211932136b53f25f39685',1,'Entities\\Project\\__construct()'],['../class_entities_1_1_user.html#a095c5d389db211932136b53f25f39685',1,'Entities\\User\\__construct()']]],
|
||||||
['_5fdisplay_1',['_display',['../class_controllers_1_1_mother_ctrl.html#a70d1b27fa6bc8521e8a463a94f45a8a7',1,'Controllers::MotherCtrl']]]
|
['_5fdisplay_1',['_display',['../class_controllers_1_1_mother_ctrl.html#a70d1b27fa6bc8521e8a463a94f45a8a7',1,'Controllers::MotherCtrl']]],
|
||||||
|
['_5fverifpwd_2',['_verifPwd',['../class_controllers_1_1_user_ctrl.html#a71540a02a146cc3ae08fb320893f6d23',1,'Controllers::UserCtrl']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -7,17 +7,17 @@ var searchData=
|
||||||
['getcontent_4',['getContent',['../class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915',1,'Entities::Project']]],
|
['getcontent_4',['getContent',['../class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915',1,'Entities::Project']]],
|
||||||
['getcreation_5fdate_5',['getCreation_date',['../class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91',1,'Entities::Project']]],
|
['getcreation_5fdate_5',['getCreation_date',['../class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91',1,'Entities::Project']]],
|
||||||
['getcreatorname_6',['getCreatorName',['../class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8',1,'Entities::Project']]],
|
['getcreatorname_6',['getCreatorName',['../class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8',1,'Entities::Project']]],
|
||||||
['getdescription_7',['getDescription',['../class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845',1,'Entities\\Project\\getDescription()'],['../class_entities_1_1_user.html#a2e7bb35c71bf1824456ceb944cb7a845',1,'Entities\\User\\getDescription()']]],
|
['getdeleted_5fat_7',['getDeleted_at',['../class_entities_1_1_project.html#a0d19036e097422be58c7b7e75927671b',1,'Entities::Project']]],
|
||||||
['getfirstname_8',['getFirstname',['../class_entities_1_1_user.html#a42c9621713b6dcdfb9edd5a7630b6d93',1,'Entities::User']]],
|
['getdescription_8',['getDescription',['../class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845',1,'Entities\\Project\\getDescription()'],['../class_entities_1_1_user.html#a2e7bb35c71bf1824456ceb944cb7a845',1,'Entities\\User\\getDescription()']]],
|
||||||
['getid_9',['getId',['../class_entities_1_1_authorisation.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Authorisation\\getId()'],['../class_entities_1_1_category.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Category\\getId()'],['../class_entities_1_1_image.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Image\\getId()'],['../class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Project\\getId()'],['../class_entities_1_1_user.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\User\\getId()']]],
|
['getfirstname_9',['getFirstname',['../class_entities_1_1_user.html#a42c9621713b6dcdfb9edd5a7630b6d93',1,'Entities::User']]],
|
||||||
['getimage_10',['getImage',['../class_entities_1_1_user.html#a2af8add37797384585cae101fb8cbfe7',1,'Entities::User']]],
|
['getid_10',['getId',['../class_entities_1_1_authorisation.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Authorisation\\getId()'],['../class_entities_1_1_category.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Category\\getId()'],['../class_entities_1_1_image.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Image\\getId()'],['../class_entities_1_1_project.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\Project\\getId()'],['../class_entities_1_1_user.html#a12251d0c022e9e21c137a105ff683f13',1,'Entities\\User\\getId()']]],
|
||||||
['getimagesbyprojectid_11',['getImagesByProjectId',['../class_models_1_1_project_model.html#ad587665f8aff5eedac96881cb604ccd7',1,'Models::ProjectModel']]],
|
['getimage_11',['getImage',['../class_entities_1_1_user.html#a2af8add37797384585cae101fb8cbfe7',1,'Entities::User']]],
|
||||||
['getlocation_12',['getLocation',['../class_entities_1_1_user.html#a270a747ff748def87f313beeef64f3b3',1,'Entities::User']]],
|
['getimagesbyprojectid_12',['getImagesByProjectId',['../class_models_1_1_project_model.html#ad587665f8aff5eedac96881cb604ccd7',1,'Models::ProjectModel']]],
|
||||||
['getmail_13',['getMail',['../class_entities_1_1_user.html#ae4923d9ec6cf4408080fc1c37e20e0ba',1,'Entities::User']]],
|
['getlocation_13',['getLocation',['../class_entities_1_1_user.html#a270a747ff748def87f313beeef64f3b3',1,'Entities::User']]],
|
||||||
['getname_14',['getName',['../class_entities_1_1_authorisation.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\Authorisation\\getName()'],['../class_entities_1_1_category.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\Category\\getName()'],['../class_entities_1_1_image.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\Image\\getName()'],['../class_entities_1_1_user.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\User\\getName()']]],
|
['getmail_14',['getMail',['../class_entities_1_1_user.html#ae4923d9ec6cf4408080fc1c37e20e0ba',1,'Entities::User']]],
|
||||||
['getparent_15',['getParent',['../class_entities_1_1_category.html#a95ecaee3537b1ad29b04ef383a57bbae',1,'Entities::Category']]],
|
['getname_15',['getName',['../class_entities_1_1_authorisation.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\Authorisation\\getName()'],['../class_entities_1_1_category.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\Category\\getName()'],['../class_entities_1_1_image.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\Image\\getName()'],['../class_entities_1_1_user.html#a3d0963e68bb313b163a73f2803c64600',1,'Entities\\User\\getName()']]],
|
||||||
['getphone_16',['getPhone',['../class_entities_1_1_user.html#a5e8a94cd59635ac689687849b9f5cd9d',1,'Entities::User']]],
|
['getparent_16',['getParent',['../class_entities_1_1_category.html#a95ecaee3537b1ad29b04ef383a57bbae',1,'Entities::Category']]],
|
||||||
['getproject_5fdeleted_5fat_17',['getProject_deleted_at',['../class_entities_1_1_project.html#aacef5b0179bbf99069ded55d76593b5d',1,'Entities::Project']]],
|
['getphone_17',['getPhone',['../class_entities_1_1_user.html#a5e8a94cd59635ac689687849b9f5cd9d',1,'Entities::User']]],
|
||||||
['getpseudo_18',['getPseudo',['../class_entities_1_1_user.html#a7151e41f7b522d26d02102d970e9a309',1,'Entities::User']]],
|
['getpseudo_18',['getPseudo',['../class_entities_1_1_user.html#a7151e41f7b522d26d02102d970e9a309',1,'Entities::User']]],
|
||||||
['getpwd_19',['getPwd',['../class_entities_1_1_user.html#a0160ba4e6743352e15383ca3a47c1234',1,'Entities::User']]],
|
['getpwd_19',['getPwd',['../class_entities_1_1_user.html#a0160ba4e6743352e15383ca3a47c1234',1,'Entities::User']]],
|
||||||
['getpwdhash_20',['getPwdHash',['../class_entities_1_1_user.html#a91fabc9c7c6ebd4973f7587f60453c10',1,'Entities::User']]],
|
['getpwdhash_20',['getPwdHash',['../class_entities_1_1_user.html#a91fabc9c7c6ebd4973f7587f60453c10',1,'Entities::User']]],
|
||||||
|
|
|
||||||
|
|
@ -9,16 +9,16 @@ var searchData=
|
||||||
['setcontent_6',['setContent',['../class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf',1,'Entities::Project']]],
|
['setcontent_6',['setContent',['../class_entities_1_1_project.html#a04a5eddb7c3abc7bf31fa25b58f046bf',1,'Entities::Project']]],
|
||||||
['setcreation_5fdate_7',['setCreation_date',['../class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e',1,'Entities::Project']]],
|
['setcreation_5fdate_7',['setCreation_date',['../class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e',1,'Entities::Project']]],
|
||||||
['setcreatorname_8',['setCreatorName',['../class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7',1,'Entities::Project']]],
|
['setcreatorname_8',['setCreatorName',['../class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7',1,'Entities::Project']]],
|
||||||
['setdescription_9',['setDescription',['../class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627',1,'Entities\\Project\\setDescription()'],['../class_entities_1_1_user.html#a3eda7afea80371b606cd289c66ab3e7c',1,'Entities\\User\\setDescription(string $description)']]],
|
['setdeleted_5fat_9',['setDeleted_at',['../class_entities_1_1_project.html#ab1ccf4e8782d3c732f8d9c426083121b',1,'Entities::Project']]],
|
||||||
['setfirstname_10',['setFirstname',['../class_entities_1_1_user.html#a102793bdeeaa7eaa2bca4e31eb3782e5',1,'Entities::User']]],
|
['setdescription_10',['setDescription',['../class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627',1,'Entities\\Project\\setDescription()'],['../class_entities_1_1_user.html#a3eda7afea80371b606cd289c66ab3e7c',1,'Entities\\User\\setDescription(string $description)']]],
|
||||||
['setid_11',['setId',['../class_entities_1_1_authorisation.html#af8e956b8b0343ff7d1b955c26cb0c780',1,'Entities\\Authorisation\\setId()'],['../class_entities_1_1_category.html#a87313ad678fb2a2a8efb435cf0bdb9a0',1,'Entities\\Category\\setId()'],['../class_entities_1_1_image.html#a87313ad678fb2a2a8efb435cf0bdb9a0',1,'Entities\\Image\\setId()'],['../class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780',1,'Entities\\Project\\setId()'],['../class_entities_1_1_user.html#af8e956b8b0343ff7d1b955c26cb0c780',1,'Entities\\User\\setId(int $id)']]],
|
['setfirstname_11',['setFirstname',['../class_entities_1_1_user.html#a102793bdeeaa7eaa2bca4e31eb3782e5',1,'Entities::User']]],
|
||||||
['setimage_12',['setImage',['../class_entities_1_1_user.html#a6c7550f5363e74b3ee9225bf85e11b8d',1,'Entities::User']]],
|
['setid_12',['setId',['../class_entities_1_1_authorisation.html#af8e956b8b0343ff7d1b955c26cb0c780',1,'Entities\\Authorisation\\setId()'],['../class_entities_1_1_category.html#a87313ad678fb2a2a8efb435cf0bdb9a0',1,'Entities\\Category\\setId()'],['../class_entities_1_1_image.html#a87313ad678fb2a2a8efb435cf0bdb9a0',1,'Entities\\Image\\setId()'],['../class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780',1,'Entities\\Project\\setId()'],['../class_entities_1_1_user.html#af8e956b8b0343ff7d1b955c26cb0c780',1,'Entities\\User\\setId(int $id)']]],
|
||||||
['setlocation_13',['setLocation',['../class_entities_1_1_user.html#a4c5c6e78f1e8c0ae4bf416d0f0d73ef1',1,'Entities::User']]],
|
['setimage_13',['setImage',['../class_entities_1_1_user.html#a6c7550f5363e74b3ee9225bf85e11b8d',1,'Entities::User']]],
|
||||||
['setmail_14',['setMail',['../class_entities_1_1_user.html#ad5ba083b208ed11aa16938a8ba87a78c',1,'Entities::User']]],
|
['setlocation_14',['setLocation',['../class_entities_1_1_user.html#a4c5c6e78f1e8c0ae4bf416d0f0d73ef1',1,'Entities::User']]],
|
||||||
['setname_15',['setName',['../class_entities_1_1_authorisation.html#a392752b62c4f6aacea5c269690921ef3',1,'Entities\\Authorisation\\setName()'],['../class_entities_1_1_category.html#a2fe666694997d047711d7653eca2f132',1,'Entities\\Category\\setName()'],['../class_entities_1_1_image.html#a2fe666694997d047711d7653eca2f132',1,'Entities\\Image\\setName()'],['../class_entities_1_1_user.html#a392752b62c4f6aacea5c269690921ef3',1,'Entities\\User\\setName()']]],
|
['setmail_15',['setMail',['../class_entities_1_1_user.html#ad5ba083b208ed11aa16938a8ba87a78c',1,'Entities::User']]],
|
||||||
['setparent_16',['setParent',['../class_entities_1_1_category.html#a3b949fc022c82eb25e8650e0e01404fa',1,'Entities::Category']]],
|
['setname_16',['setName',['../class_entities_1_1_authorisation.html#a392752b62c4f6aacea5c269690921ef3',1,'Entities\\Authorisation\\setName()'],['../class_entities_1_1_category.html#a2fe666694997d047711d7653eca2f132',1,'Entities\\Category\\setName()'],['../class_entities_1_1_image.html#a2fe666694997d047711d7653eca2f132',1,'Entities\\Image\\setName()'],['../class_entities_1_1_user.html#a392752b62c4f6aacea5c269690921ef3',1,'Entities\\User\\setName()']]],
|
||||||
['setphone_17',['setPhone',['../class_entities_1_1_user.html#a652bfdb5ce275246ece54449fe5ca59e',1,'Entities::User']]],
|
['setparent_17',['setParent',['../class_entities_1_1_category.html#a3b949fc022c82eb25e8650e0e01404fa',1,'Entities::Category']]],
|
||||||
['setproject_5fdeleted_5fat_18',['setProject_deleted_at',['../class_entities_1_1_project.html#a621433ce4917a196047b78e58e38d7fe',1,'Entities::Project']]],
|
['setphone_18',['setPhone',['../class_entities_1_1_user.html#a652bfdb5ce275246ece54449fe5ca59e',1,'Entities::User']]],
|
||||||
['setpseudo_19',['setPseudo',['../class_entities_1_1_user.html#a02d546b854db37406ec591d3e16809eb',1,'Entities::User']]],
|
['setpseudo_19',['setPseudo',['../class_entities_1_1_user.html#a02d546b854db37406ec591d3e16809eb',1,'Entities::User']]],
|
||||||
['setpwd_20',['setPwd',['../class_entities_1_1_user.html#a9cc7dc33859895f98da4e22f5ae1a9bf',1,'Entities::User']]],
|
['setpwd_20',['setPwd',['../class_entities_1_1_user.html#a9cc7dc33859895f98da4e22f5ae1a9bf',1,'Entities::User']]],
|
||||||
['setstatus_21',['setStatus',['../class_entities_1_1_image.html#a7d02c100d684fe1dffc6cb3486a48511',1,'Entities\\Image\\setStatus()'],['../class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511',1,'Entities\\Project\\setStatus()'],['../class_entities_1_1_user.html#a2f8308ff566858664b95361214f29eac',1,'Entities\\User\\setStatus()']]],
|
['setstatus_21',['setStatus',['../class_entities_1_1_image.html#a7d02c100d684fe1dffc6cb3486a48511',1,'Entities\\Image\\setStatus()'],['../class_entities_1_1_project.html#a7d02c100d684fe1dffc6cb3486a48511',1,'Entities\\Project\\setStatus()'],['../class_entities_1_1_user.html#a2f8308ff566858664b95361214f29eac',1,'Entities\\User\\setStatus()']]],
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['features_0',['Features',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md2',1,'']]],
|
['features_0',['Features',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md2',1,'']]],
|
||||||
['folliow_20–_20projet_20php_1',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]],
|
['folliow_20–_20projet_20php_1',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]],
|
||||||
['future_20improvements_2',['Future Improvements',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md12',1,'']]]
|
['future_20improvements_2',['Future Improvements',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md12',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['improvements_0',['Future Improvements',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md12',1,'']]],
|
['improvements_0',['Future Improvements',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md12',1,'']]],
|
||||||
['installation_1',['Installation',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md8',1,'']]]
|
['installation_1',['Installation',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md8',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['learning_20objectives_0',['Learning Objectives',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md10',1,'']]],
|
['learning_20objectives_0',['Learning Objectives',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md10',1,'']]],
|
||||||
['license_1',['License',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md14',1,'']]]
|
['license_1',['License',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md14',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['objectives_0',['Learning Objectives',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md10',1,'']]]
|
['objectives_0',['Learning Objectives',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md10',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['php_0',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]],
|
['php_0',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]],
|
||||||
['project_20structure_1',['Project Structure',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md6',1,'']]],
|
['project_20structure_1',['Project Structure',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md6',1,'']]],
|
||||||
['projet_20php_2',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]]
|
['projet_20php_2',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['stack_0',['Tech Stack',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md4',1,'']]],
|
['stack_0',['Tech Stack',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md4',1,'']]],
|
||||||
['structure_1',['Project Structure',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md6',1,'']]]
|
['structure_1',['Project Structure',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md6',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['tech_20stack_0',['Tech Stack',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md4',1,'']]]
|
['tech_20stack_0',['Tech Stack',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md4',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['–_20projet_20php_0',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]]
|
['–_20projet_20php_0',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue