diff --git a/controllers/ProjectCtrl.php b/controllers/ProjectCtrl.php index a498afd..09da705 100644 --- a/controllers/ProjectCtrl.php +++ b/controllers/ProjectCtrl.php @@ -409,11 +409,11 @@ $objMail->SMTPDebug = 0; $objMail->SMTPAuth = true; - $objMail->SMTPSecure = $_ENV['SMTP_SECURE']; - $objMail->Port = $_ENV['SMTP_PORT']; - $objMail->Host = $_ENV['SMTP_HOST']; - $objMail->Username = $_ENV['SMTP_USERNAME']; - $objMail->Password = $_ENV['SMTP_PASSWORD']; + $objMail->SMTPSecure = "tls"; + $objMail->Port = 587; + $objMail->Host = 'smtp-relay.brevo.com'; + $objMail->Username = 'a2a67e001@smtp-brevo.com'; + $objMail->Password = 'xsmtpsib-f2af87e12d3db6f1b99802a92c1acda32d45fc32a8446eeed7e49ec91c4ec7ef-AX8Y7YkRWYSmKHwS'; $objMail->SMTPOptions = [ 'ssl' => [ @@ -424,7 +424,7 @@ $objMail->IsHTML(true); - $objMail->setFrom($_ENV['MAIL_FROM'], $_ENV['MAIL_FROM_NAME']); + $objMail->setFrom('projet.folliow@hotmail.com', 'Folliow'); $objMail->addAddress($toEmail); $objMail->Subject = "Projet : " . $objProject->getTitle(); diff --git a/html/annotated.html b/html/annotated.html index d1626e1..bcd2e96 100644 --- a/html/annotated.html +++ b/html/annotated.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
diff --git a/html/class_controllers_1_1_admin_ctrl.html b/html/class_controllers_1_1_admin_ctrl.html index 55e965d..073a5da 100644 --- a/html/class_controllers_1_1_admin_ctrl.html +++ b/html/class_controllers_1_1_admin_ctrl.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -135,7 +136,7 @@ array $_arrData = array()
The documentation for this class was generated from the following file: diff --git a/html/class_controllers_1_1_error_ctrl.html b/html/class_controllers_1_1_error_ctrl.html index 9d1b3ff..7d20ce0 100644 --- a/html/class_controllers_1_1_error_ctrl.html +++ b/html/class_controllers_1_1_error_ctrl.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -154,7 +155,7 @@ array $_arrData = array()
The documentation for this class was generated from the following file: diff --git a/html/class_controllers_1_1_mother_ctrl.html b/html/class_controllers_1_1_mother_ctrl.html index b08f269..263c2ee 100644 --- a/html/class_controllers_1_1_mother_ctrl.html +++ b/html/class_controllers_1_1_mother_ctrl.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -155,7 +156,7 @@ array $_arrData = array()
The documentation for this class was generated from the following file: diff --git a/html/class_controllers_1_1_page_ctrl.html b/html/class_controllers_1_1_page_ctrl.html index cbde76c..3105772 100644 --- a/html/class_controllers_1_1_page_ctrl.html +++ b/html/class_controllers_1_1_page_ctrl.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -173,7 +174,7 @@ array $_arrData = array()
The documentation for this class was generated from the following file: diff --git a/html/class_controllers_1_1_project_ctrl.html b/html/class_controllers_1_1_project_ctrl.html index 13363e7..c056977 100644 --- a/html/class_controllers_1_1_project_ctrl.html +++ b/html/class_controllers_1_1_project_ctrl.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -306,7 +307,7 @@ array $_arrData = array()
The documentation for this class was generated from the following file: diff --git a/html/class_controllers_1_1_user_ctrl.html b/html/class_controllers_1_1_user_ctrl.html index 955b250..705ea24 100644 --- a/html/class_controllers_1_1_user_ctrl.html +++ b/html/class_controllers_1_1_user_ctrl.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -109,16 +110,10 @@ Public Member Functions  user ()  edit () - - - - - -

-Protected Member Functions

_verifInfos (User $objUser)
 _verifPwd (User $objUser, string $strPwdConfirm)
Protected Member Functions inherited from MotherCtrl
 _display ($strView, bool $boolDisplay=true)
+ + @@ -126,36 +121,6 @@ array 

Detailed Description

Le controller de la page d'aide utilisateur

Author
Guillaume & Besnik & Yasser

Member Function Documentation

- -

◆ _verifPwd()

- -
-
-

Additional Inherited Members

Protected Member Functions inherited from MotherCtrl
 _display ($strView, bool $boolDisplay=true)
Protected Attributes inherited from MotherCtrl
array $_arrData = array()
$_arrData = array()
- - - - -
- - - - - - - - - - - -
_verifPwd (User $objUser,
string $strPwdConfirm )
-
-protected
-
-

Vérification du mot de passe

- -
-

◆ edit()

@@ -247,7 +212,7 @@ array $_arrData = array()
The documentation for this class was generated from the following file: diff --git a/html/class_controllers_1_1_user_ctrl.js b/html/class_controllers_1_1_user_ctrl.js index aaaddc0..ffd55eb 100644 --- a/html/class_controllers_1_1_user_ctrl.js +++ b/html/class_controllers_1_1_user_ctrl.js @@ -1,6 +1,5 @@ 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 ], [ "login", "class_controllers_1_1_user_ctrl.html#aa311da27ba5706f5710cea7706c8eae1", null ], [ "logout", "class_controllers_1_1_user_ctrl.html#a082405d89acd6835c3a7c7a08a7adbab", null ], diff --git a/html/class_entities_1_1_authorisation.html b/html/class_entities_1_1_authorisation.html index f9844b0..5113dfd 100644 --- a/html/class_entities_1_1_authorisation.html +++ b/html/class_entities_1_1_authorisation.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -221,7 +222,7 @@ string $_prefix = ''
The documentation for this class was generated from the following file: diff --git a/html/class_entities_1_1_category.html b/html/class_entities_1_1_category.html index ad75150..4dea3ca 100644 --- a/html/class_entities_1_1_category.html +++ b/html/class_entities_1_1_category.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -276,7 +277,7 @@ Additional Inherited Members
The documentation for this class was generated from the following file: diff --git a/html/class_entities_1_1_image.html b/html/class_entities_1_1_image.html index ed5c0e7..0814489 100644 --- a/html/class_entities_1_1_image.html +++ b/html/class_entities_1_1_image.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -312,7 +313,7 @@ string $_prefix = ''
The documentation for this class was generated from the following file: diff --git a/html/class_entities_1_1_mother.html b/html/class_entities_1_1_mother.html index 544b990..91a1fd5 100644 --- a/html/class_entities_1_1_mother.html +++ b/html/class_entities_1_1_mother.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -123,7 +124,7 @@ string $_prefix = ''

Detailed Description

Classe d'un Mere de tout objet

Author
Yass & Laura

The documentation for this class was generated from the following file: diff --git a/html/class_entities_1_1_project.html b/html/class_entities_1_1_project.html index 14db5ea..aef01ff 100644 --- a/html/class_entities_1_1_project.html +++ b/html/class_entities_1_1_project.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -126,8 +127,8 @@ Public Member Functions  setCreatorName ($creatorname)  getUser_image ()  setUser_image ($user_image) - getDeleted_at () - setDeleted_at ($project_deleted_at) + getProject_deleted_at () + setProject_deleted_at ($project_deleted_at) Public Member Functions inherited from Mother  hydrate (array $arrData) @@ -239,24 +240,6 @@ string $_prefix = ''

Récupération du nom du créateur

Returns
string nom du créateur
-
- - -

◆ getDeleted_at()

- -
-
- - - - - - - -
getDeleted_at ()
-
-

Récupération de la date du projet supprimer

Returns
string date du projet
-
@@ -293,6 +276,24 @@ string $_prefix = ''

Récuperation de l'id du projet

Returns
int l'id du projet
+
+ + +

◆ getProject_deleted_at()

+ +
+
+ + + + + + + +
getProject_deleted_at ()
+
+

Récupération de la date du projet supprimer

Returns
string date du projet
+
@@ -475,29 +476,6 @@ string $_prefix = '' - - - -

◆ setDeleted_at()

- -
-
- - - - - - - -
setDeleted_at ( $project_deleted_at)
-
-

Mise à jour de la date de suppression de projet

Parameters
- - -
stringdate du projet
-
-
-
@@ -544,6 +522,29 @@ string $_prefix = '' + + + +

◆ setProject_deleted_at()

+ +
+
+ + + + + + + +
setProject_deleted_at ( $project_deleted_at)
+
+

Mise à jour de la date de suppression de projet

Parameters
+ + +
stringdate du projet
+
+
+
@@ -662,7 +663,7 @@ string $_prefix = ''
The documentation for this class was generated from the following file: diff --git a/html/class_entities_1_1_project.js b/html/class_entities_1_1_project.js index f2ec43b..75e289e 100644 --- a/html/class_entities_1_1_project.js +++ b/html/class_entities_1_1_project.js @@ -5,9 +5,9 @@ var class_entities_1_1_project = [ "getContent", "class_entities_1_1_project.html#a58e43f09a06ce4e29b192c4e17ce7915", null ], [ "getCreation_date", "class_entities_1_1_project.html#a9e04be8cffd5e222d3d30316f4dc4b91", 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 ], [ "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 ], [ "getThumbnail", "class_entities_1_1_project.html#a25efdffda986e6e4b814f422dfbc4707", 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 ], [ "setCreation_date", "class_entities_1_1_project.html#a547ac5297a9b9efc8a4b6bef00eb6c2e", 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 ], [ "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 ], [ "setThumbnail", "class_entities_1_1_project.html#a89bdfd911301f4ac284a937e93f4de50", null ], [ "setTitle", "class_entities_1_1_project.html#a884ba9bb0d54bde7839e798db7964476", null ], diff --git a/html/class_entities_1_1_user.html b/html/class_entities_1_1_user.html index fbed36b..03c57eb 100644 --- a/html/class_entities_1_1_user.html +++ b/html/class_entities_1_1_user.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -696,7 +697,7 @@ string $_prefix = ''
The documentation for this class was generated from the following file: diff --git a/html/class_models_1_1_authorisation_model.html b/html/class_models_1_1_authorisation_model.html index 96c4025..4ff6438 100644 --- a/html/class_models_1_1_authorisation_model.html +++ b/html/class_models_1_1_authorisation_model.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -153,7 +154,7 @@ Additional Inherited Members
The documentation for this class was generated from the following file: diff --git a/html/class_models_1_1_category_model.html b/html/class_models_1_1_category_model.html index 5529a58..5d486dd 100644 --- a/html/class_models_1_1_category_model.html +++ b/html/class_models_1_1_category_model.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -214,7 +215,7 @@ Additional Inherited Members
The documentation for this class was generated from the following file: diff --git a/html/class_models_1_1_image_model.html b/html/class_models_1_1_image_model.html index 17b0ec2..5da3c94 100644 --- a/html/class_models_1_1_image_model.html +++ b/html/class_models_1_1_image_model.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -139,7 +140,7 @@ Additional Inherited Members
The documentation for this class was generated from the following file: diff --git a/html/class_models_1_1_mother_model.html b/html/class_models_1_1_mother_model.html index d5a9879..1ee0d37 100644 --- a/html/class_models_1_1_mother_model.html +++ b/html/class_models_1_1_mother_model.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -111,7 +112,7 @@ Protected Attributes  $_db
The documentation for this class was generated from the following file: diff --git a/html/class_models_1_1_project_model.html b/html/class_models_1_1_project_model.html index 9822d70..efaf2a4 100644 --- a/html/class_models_1_1_project_model.html +++ b/html/class_models_1_1_project_model.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -468,7 +469,7 @@ Additional Inherited Members
The documentation for this class was generated from the following file: diff --git a/html/class_models_1_1_user_model.html b/html/class_models_1_1_user_model.html index dc92ca4..5b6f02c 100644 --- a/html/class_models_1_1_user_model.html +++ b/html/class_models_1_1_user_model.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -464,7 +465,7 @@ Additional Inherited Members
The documentation for this class was generated from the following file: diff --git a/html/classes.html b/html/classes.html index 445742a..0f8ca6d 100644 --- a/html/classes.html +++ b/html/classes.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
diff --git a/html/dir_8cda09ff854d40050da1c2ce363c05a3.html b/html/dir_1c617d677ef58765205e8a044aafa06e.html similarity index 91% rename from html/dir_8cda09ff854d40050da1c2ce363c05a3.html rename to html/dir_1c617d677ef58765205e8a044aafa06e.html index 8004643..0431c3a 100644 --- a/html/dir_8cda09ff854d40050da1c2ce363c05a3.html +++ b/html/dir_1c617d677ef58765205e8a044aafa06e.html @@ -5,7 +5,7 @@ -Folliow: D:/projetphp/models Directory Reference +Folliow: C:/Users/Guill/projet_php/models Directory Reference @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -62,7 +63,7 @@ $(function() {
@@ -104,7 +105,7 @@ $(function(){initNavTree('dir_8cda09ff854d40050da1c2ce363c05a3.html','',''); }); diff --git a/html/dir_289ba97191cb416d15fc46c2ac7c67a8.html b/html/dir_2756e6070b02be5d362619ded783829c.html similarity index 90% rename from html/dir_289ba97191cb416d15fc46c2ac7c67a8.html rename to html/dir_2756e6070b02be5d362619ded783829c.html index cf70a45..4ec760a 100644 --- a/html/dir_289ba97191cb416d15fc46c2ac7c67a8.html +++ b/html/dir_2756e6070b02be5d362619ded783829c.html @@ -5,7 +5,7 @@ -Folliow: D:/projetphp/controllers Directory Reference +Folliow: C:/Users/Guill/projet_php/controllers Directory Reference @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -62,7 +63,7 @@ $(function() {
@@ -94,7 +95,7 @@ $(function(){initNavTree('dir_289ba97191cb416d15fc46c2ac7c67a8.html','',''); }); - +

Directories

 
templates_c
 
templates_c
@@ -109,7 +110,7 @@ Directories diff --git a/html/dir_2c23dcab3ba0e8633898b60485787967.html b/html/dir_2c23dcab3ba0e8633898b60485787967.html new file mode 100644 index 0000000..49553a7 --- /dev/null +++ b/html/dir_2c23dcab3ba0e8633898b60485787967.html @@ -0,0 +1,201 @@ + + + + + + + +Folliow: C:/Users/Guill/projet_php Directory Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
Folliow +
+
Un projet de site web réaliser en PHP
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
projet_php Directory Reference
+
+
+ + + + + +

+Directories

 
controllers
 
entities
 
models
+

Detailed Description

+

+Folliow – Projet PHP

+

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.

+

This project was developed as part of the DWWM (Développeur Web et Web Mobile) training.

+
+

+Features

+
    +
  • User authentication and profile management
  • +
  • Portfolio and project creation
  • +
  • Project showcase with descriptions and technologies
  • +
  • User connections / follow system
  • +
  • Project feed and discovery
  • +
  • Profile and project search
  • +
+
+

+Tech Stack

+

Client: HTML, CSS, JavaScript
+ Server: PHP (MVC architecture)
+ Database: MySQL
+ Web Server: Apache

+
+

+Project Structure

+
folliow/
+
├── app/
+
│ ├── controllers/
+
│ ├── models/
+
│ └── views/
+
├── public/
+
│ ├── assets/
+
│ └── index.php
+
├── config/
+
│ └── database.php
+
├── sql/
+
│ └── folliow.sql
+
└── README.md
+

+

+Installation

+

Clone the project

+
git clone https://github.com/Yasder5/projet_php.git
+

Go to the project directory

+
cd projet_php
+

Import the database

+
    +
  • Use the SQL file located in the sql/ directory
  • +
+

Configure database access

+
    +
  • Update credentials in config/database.php
  • +
+

Run the project

+
    +
  • Use a local server (XAMPP, WAMP, or Apache on Linux)
  • +
+
+

+Learning Objectives

+
    +
  • Build a complete PHP web application
  • +
  • Apply MVC architecture
  • +
  • Manage a relational database
  • +
  • Design a user-oriented portfolio platform
  • +
+
+

+Future Improvements

+
    +
  • Private messaging
  • +
  • Likes and comments on projects
  • +
  • Tags and categories
  • +
  • Improved responsive design
  • +
  • Advanced authentication and roles
  • +
+
+

+License

+

This project is for educational purposes.

+
+
+ +
+ + + + diff --git a/html/dir_a5c8546d1da94454b8cc2e090dc39ad0.html b/html/dir_3a74e34fc6fa82edd10e4beee4ded801.html similarity index 92% rename from html/dir_a5c8546d1da94454b8cc2e090dc39ad0.html rename to html/dir_3a74e34fc6fa82edd10e4beee4ded801.html index 47d3ccb..382c5f0 100644 --- a/html/dir_a5c8546d1da94454b8cc2e090dc39ad0.html +++ b/html/dir_3a74e34fc6fa82edd10e4beee4ded801.html @@ -5,7 +5,7 @@ -Folliow: D:/projetphp Directory Reference +Folliow: C:/Users/Guill/projet_php Directory Reference @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -62,7 +63,7 @@ $(function() {
@@ -88,15 +89,15 @@ $(function(){initNavTree('dir_a5c8546d1da94454b8cc2e090dc39ad0.html','',''); });
-
projetphp Directory Reference
+
projet_php Directory Reference
- - - + + +

Directories

 
controllers
 
entities
 
models
 
controllers
 
entities
 
models

Detailed Description

@@ -192,7 +193,7 @@ License

diff --git a/html/dir_5498806e52ccd7d2d905ac8baf67301b.html b/html/dir_5498806e52ccd7d2d905ac8baf67301b.html new file mode 100644 index 0000000..3d5d1c1 --- /dev/null +++ b/html/dir_5498806e52ccd7d2d905ac8baf67301b.html @@ -0,0 +1,113 @@ + + + + + + + +Folliow: C:/Users/Guill/projet_php/controllers/templates_c Directory Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
Folliow +
+
Un projet de site web réaliser en PHP
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
templates_c Directory Reference
+
+
+
+
+ +
+ + + + diff --git a/html/dir_6a59aaef8e4f4bee39467ed807742262.html b/html/dir_6a59aaef8e4f4bee39467ed807742262.html new file mode 100644 index 0000000..c7d7fad --- /dev/null +++ b/html/dir_6a59aaef8e4f4bee39467ed807742262.html @@ -0,0 +1,113 @@ + + + + + + + +Folliow: C:/Users/Guill/projet_php/entities Directory Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
Folliow +
+
Un projet de site web réaliser en PHP
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
entities Directory Reference
+
+
+
+
+ +
+ + + + diff --git a/html/dir_752aea892024e86dcc14a68c41af5d30.html b/html/dir_91977dd5ba3542af9d4aecff9e888690.html similarity index 91% rename from html/dir_752aea892024e86dcc14a68c41af5d30.html rename to html/dir_91977dd5ba3542af9d4aecff9e888690.html index a8e5edb..ce5c2e0 100644 --- a/html/dir_752aea892024e86dcc14a68c41af5d30.html +++ b/html/dir_91977dd5ba3542af9d4aecff9e888690.html @@ -5,7 +5,7 @@ -Folliow: D:/projetphp/entities Directory Reference +Folliow: C:/Users/Guill/projet_php/entities Directory Reference @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -62,7 +63,7 @@ $(function() {
@@ -104,7 +105,7 @@ $(function(){initNavTree('dir_752aea892024e86dcc14a68c41af5d30.html','',''); }); diff --git a/html/dir_0b53b61bc412610701a881d549195dc3.html b/html/dir_a64c5c967bbc6a18c5d8eb713e8e97ff.html similarity index 90% rename from html/dir_0b53b61bc412610701a881d549195dc3.html rename to html/dir_a64c5c967bbc6a18c5d8eb713e8e97ff.html index 92bfad0..9fe4f9e 100644 --- a/html/dir_0b53b61bc412610701a881d549195dc3.html +++ b/html/dir_a64c5c967bbc6a18c5d8eb713e8e97ff.html @@ -5,7 +5,7 @@ -Folliow: D:/projetphp/controllers/templates_c Directory Reference +Folliow: C:/Users/Guill/projet_php/controllers/templates_c Directory Reference @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -62,7 +63,7 @@ $(function() {
@@ -104,7 +105,7 @@ $(function(){initNavTree('dir_0b53b61bc412610701a881d549195dc3.html','',''); }); diff --git a/html/dir_bfcb6842af0098861ea59b43701e0022.html b/html/dir_bfcb6842af0098861ea59b43701e0022.html new file mode 100644 index 0000000..523aea6 --- /dev/null +++ b/html/dir_bfcb6842af0098861ea59b43701e0022.html @@ -0,0 +1,118 @@ + + + + + + + +Folliow: C:/Users/Guill/projet_php/controllers Directory Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
Folliow +
+
Un projet de site web réaliser en PHP
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
controllers Directory Reference
+
+
+ + + +

+Directories

 
templates_c
+
+
+ +
+ + + + diff --git a/html/dir_d522931ffa1371640980b621734a4381.html b/html/dir_d522931ffa1371640980b621734a4381.html new file mode 100644 index 0000000..b86beaf --- /dev/null +++ b/html/dir_d522931ffa1371640980b621734a4381.html @@ -0,0 +1,113 @@ + + + + + + + +Folliow: C:/Users Directory Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
Folliow +
+
Un projet de site web réaliser en PHP
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
Users Directory Reference
+
+
+
+
+ +
+ + + + diff --git a/html/dir_275089585c7fc1b5fd5d7d42c69cb1da.html b/html/dir_d6b6a3db1c3a00708b1a36123c6a63cc.html similarity index 86% rename from html/dir_275089585c7fc1b5fd5d7d42c69cb1da.html rename to html/dir_d6b6a3db1c3a00708b1a36123c6a63cc.html index bcb3113..d9b5324 100644 --- a/html/dir_275089585c7fc1b5fd5d7d42c69cb1da.html +++ b/html/dir_d6b6a3db1c3a00708b1a36123c6a63cc.html @@ -5,7 +5,7 @@ -Folliow: D: Directory Reference +Folliow: C:/Users/Guill Directory Reference @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -62,7 +63,7 @@ $(function() {
@@ -88,13 +89,13 @@ $(function(){initNavTree('dir_275089585c7fc1b5fd5d7d42c69cb1da.html','',''); });
-
D: Directory Reference
+
Guill Directory Reference
- +

Directories

 
projetphp
 
projet_php
@@ -109,7 +110,7 @@ Directories diff --git a/html/dir_f880fbcdfabe64616040b95a4e03089d.html b/html/dir_f880fbcdfabe64616040b95a4e03089d.html new file mode 100644 index 0000000..7ba12b4 --- /dev/null +++ b/html/dir_f880fbcdfabe64616040b95a4e03089d.html @@ -0,0 +1,113 @@ + + + + + + + +Folliow: C:/Users/Guill/projet_php/models Directory Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
Folliow +
+
Un projet de site web réaliser en PHP
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
models Directory Reference
+
+
+
+
+ +
+ + + + diff --git a/html/doxygen_crawl.html b/html/doxygen_crawl.html index 75f80ab..e20d408 100644 --- a/html/doxygen_crawl.html +++ b/html/doxygen_crawl.html @@ -34,7 +34,6 @@ - @@ -67,7 +66,6 @@ - @@ -77,6 +75,7 @@ + @@ -85,7 +84,7 @@ - + @@ -158,12 +157,11 @@ - - - - - - + + + + + diff --git a/html/functions.html b/html/functions.html index 7970491..5faf08f 100644 --- a/html/functions.html +++ b/html/functions.html @@ -28,6 +28,7 @@
Folliow
+
Un projet de site web réaliser en PHP
@@ -93,7 +94,6 @@ $(function(){initNavTree('functions.html','',''); });

- _ -

@@ -153,7 +153,6 @@ $(function(){initNavTree('functions.html','',''); });
  • getContent() : Project
  • getCreation_date() : Project
  • getCreatorName() : Project
  • -
  • getDeleted_at() : Project
  • getDescription() : Project, User
  • getFirstname() : User
  • getId() : Authorisation, Category, Image, Project, User
  • @@ -164,6 +163,7 @@ $(function(){initNavTree('functions.html','',''); });
  • getName() : Authorisation, Category, Image, User
  • getParent() : Category
  • getPhone() : User
  • +
  • getProject_deleted_at() : Project
  • getPseudo() : User
  • getPwd() : User
  • getPwdHash() : User
  • @@ -222,7 +222,6 @@ $(function(){initNavTree('functions.html','',''); });
  • setContent() : Project
  • setCreation_date() : Project
  • setCreatorName() : Project
  • -
  • setDeleted_at() : Project
  • setDescription() : Project, User
  • setFirstname() : User
  • setId() : Authorisation, Category, Image, Project, User
  • @@ -232,6 +231,7 @@ $(function(){initNavTree('functions.html','',''); });
  • setName() : Authorisation, Category, Image, User
  • setParent() : Category
  • setPhone() : User
  • +
  • setProject_deleted_at() : Project
  • setPseudo() : User
  • setPwd() : User
  • setStatus() : Image, Project, User
  • diff --git a/html/functions_func.html b/html/functions_func.html index 30faf3d..643e105 100644 --- a/html/functions_func.html +++ b/html/functions_func.html @@ -28,6 +28,7 @@
    Folliow
    +
    Un projet de site web réaliser en PHP
    @@ -93,7 +94,6 @@ $(function(){initNavTree('functions_func.html','',''); });

    - _ -

    @@ -153,7 +153,6 @@ $(function(){initNavTree('functions_func.html','',''); });
  • getContent() : Project
  • getCreation_date() : Project
  • getCreatorName() : Project
  • -
  • getDeleted_at() : Project
  • getDescription() : Project, User
  • getFirstname() : User
  • getId() : Authorisation, Category, Image, Project, User
  • @@ -164,6 +163,7 @@ $(function(){initNavTree('functions_func.html','',''); });
  • getName() : Authorisation, Category, Image, User
  • getParent() : Category
  • getPhone() : User
  • +
  • getProject_deleted_at() : Project
  • getPseudo() : User
  • getPwd() : User
  • getPwdHash() : User
  • @@ -222,7 +222,6 @@ $(function(){initNavTree('functions_func.html','',''); });
  • setContent() : Project
  • setCreation_date() : Project
  • setCreatorName() : Project
  • -
  • setDeleted_at() : Project
  • setDescription() : Project, User
  • setFirstname() : User
  • setId() : Authorisation, Category, Image, Project, User
  • @@ -232,6 +231,7 @@ $(function(){initNavTree('functions_func.html','',''); });
  • setName() : Authorisation, Category, Image, User
  • setParent() : Category
  • setPhone() : User
  • +
  • setProject_deleted_at() : Project
  • setPseudo() : User
  • setPwd() : User
  • setStatus() : Image, Project, User
  • diff --git a/html/hierarchy.html b/html/hierarchy.html index a10be6e..908ebcb 100644 --- a/html/hierarchy.html +++ b/html/hierarchy.html @@ -28,6 +28,7 @@
    Folliow
    +
    Un projet de site web réaliser en PHP
    diff --git a/html/index.html b/html/index.html index 72c8522..48abdd8 100644 --- a/html/index.html +++ b/html/index.html @@ -28,6 +28,7 @@
    Folliow
    +
    Un projet de site web réaliser en PHP
    diff --git a/html/navtreeindex0.js b/html/navtreeindex0.js index 133c695..264976c 100644 --- a/html/navtreeindex0.js +++ b/html/navtreeindex0.js @@ -24,12 +24,11 @@ var NAVTREEINDEX0 = "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_user_ctrl.html":[0,0,0,5], -"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,1], -"class_controllers_1_1_user_ctrl.html#a71540a02a146cc3ae08fb320893f6d23":[0,0,0,5,0], -"class_controllers_1_1_user_ctrl.html#a852ed40b79f143c1478699d908f46957":[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_controllers_1_1_user_ctrl.html#a082405d89acd6835c3a7c7a08a7adbab":[0,0,0,5,2], +"class_controllers_1_1_user_ctrl.html#a5cb75cbb16467eb1768837d126dc535b":[0,0,0,5,0], +"class_controllers_1_1_user_ctrl.html#a852ed40b79f143c1478699d908f46957":[0,0,0,5,3], +"class_controllers_1_1_user_ctrl.html#aa311da27ba5706f5710cea7706c8eae1":[0,0,0,5,1], +"class_controllers_1_1_user_ctrl.html#ae8a275690ff1b618e1947378b0ed73ae":[0,0,0,5,4], "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#a12251d0c022e9e21c137a105ff683f13":[0,0,1,0,1], @@ -59,16 +58,16 @@ var NAVTREEINDEX0 = "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#a0c364ca2ee0d0adc004090ca9893b4d6":[0,0,1,4,12], -"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#a12251d0c022e9e21c137a105ff683f13":[0,0,1,4,6], "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#a2e7bb35c71bf1824456ceb944cb7a845":[0,0,1,4,6], +"class_entities_1_1_project.html#a2e7bb35c71bf1824456ceb944cb7a845":[0,0,1,4,5], "class_entities_1_1_project.html#a309475f82c8fca1a84f96f802f05a5fb":[0,0,1,4,13], -"class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627":[0,0,1,4,18], +"class_entities_1_1_project.html#a31fad3e39336ea079ea758e051866627":[0,0,1,4,17], "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#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#a7d02c100d684fe1dffc6cb3486a48511":[0,0,1,4,20], "class_entities_1_1_project.html#a884ba9bb0d54bde7839e798db7964476":[0,0,1,4,22], @@ -77,10 +76,10 @@ var NAVTREEINDEX0 = "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#aa37594941aea25a0f0d3a33d6a8757b7":[0,0,1,4,16], -"class_entities_1_1_project.html#ab1ccf4e8782d3c732f8d9c426083121b":[0,0,1,4,17], +"class_entities_1_1_project.html#aacef5b0179bbf99069ded55d76593b5d":[0,0,1,4,7], "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#af8e956b8b0343ff7d1b955c26cb0c780":[0,0,1,4,19], +"class_entities_1_1_project.html#af8e956b8b0343ff7d1b955c26cb0c780":[0,0,1,4,18], "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#a02d546b854db37406ec591d3e16809eb":[0,0,1,5,26], diff --git a/html/search/all_0.js b/html/search/all_0.js index c982f43..7504023 100644 --- a/html/search/all_0.js +++ b/html/search/all_0.js @@ -1,6 +1,5 @@ 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()']]], - ['_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']]] + ['_5fdisplay_1',['_display',['../class_controllers_1_1_mother_ctrl.html#a70d1b27fa6bc8521e8a463a94f45a8a7',1,'Controllers::MotherCtrl']]] ]; diff --git a/html/search/all_12.js b/html/search/all_12.js index 6c073a6..93dc4b6 100644 --- a/html/search/all_12.js +++ b/html/search/all_12.js @@ -1,4 +1,4 @@ var searchData= [ - ['–_20projet_20php_0',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]] + ['–_20projet_20php_0',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]] ]; diff --git a/html/search/all_5.js b/html/search/all_5.js index de441b6..be7e39a 100644 --- a/html/search/all_5.js +++ b/html/search/all_5.js @@ -1,6 +1,6 @@ var searchData= [ - ['features_0',['Features',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md2',1,'']]], + ['features_0',['Features',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md2',1,'']]], ['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']]], ['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']]], ['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']]], - ['folliow_20–_20projet_20php_10',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]], - ['future_20improvements_11',['Future Improvements',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md12',1,'']]] + ['folliow_20–_20projet_20php_10',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]], + ['future_20improvements_11',['Future Improvements',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md12',1,'']]] ]; diff --git a/html/search/all_6.js b/html/search/all_6.js index 1e4cf7c..0e4336f 100644 --- a/html/search/all_6.js +++ b/html/search/all_6.js @@ -7,17 +7,17 @@ var searchData= ['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']]], ['getcreatorname_6',['getCreatorName',['../class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8',1,'Entities::Project']]], - ['getdeleted_5fat_7',['getDeleted_at',['../class_entities_1_1_project.html#a0d19036e097422be58c7b7e75927671b',1,'Entities::Project']]], - ['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()']]], - ['getfirstname_9',['getFirstname',['../class_entities_1_1_user.html#a42c9621713b6dcdfb9edd5a7630b6d93',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()']]], - ['getimage_11',['getImage',['../class_entities_1_1_user.html#a2af8add37797384585cae101fb8cbfe7',1,'Entities::User']]], - ['getimagesbyprojectid_12',['getImagesByProjectId',['../class_models_1_1_project_model.html#ad587665f8aff5eedac96881cb604ccd7',1,'Models::ProjectModel']]], - ['getlocation_13',['getLocation',['../class_entities_1_1_user.html#a270a747ff748def87f313beeef64f3b3',1,'Entities::User']]], - ['getmail_14',['getMail',['../class_entities_1_1_user.html#ae4923d9ec6cf4408080fc1c37e20e0ba',1,'Entities::User']]], - ['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()']]], - ['getparent_16',['getParent',['../class_entities_1_1_category.html#a95ecaee3537b1ad29b04ef383a57bbae',1,'Entities::Category']]], - ['getphone_17',['getPhone',['../class_entities_1_1_user.html#a5e8a94cd59635ac689687849b9f5cd9d',1,'Entities::User']]], + ['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()']]], + ['getfirstname_8',['getFirstname',['../class_entities_1_1_user.html#a42c9621713b6dcdfb9edd5a7630b6d93',1,'Entities::User']]], + ['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()']]], + ['getimage_10',['getImage',['../class_entities_1_1_user.html#a2af8add37797384585cae101fb8cbfe7',1,'Entities::User']]], + ['getimagesbyprojectid_11',['getImagesByProjectId',['../class_models_1_1_project_model.html#ad587665f8aff5eedac96881cb604ccd7',1,'Models::ProjectModel']]], + ['getlocation_12',['getLocation',['../class_entities_1_1_user.html#a270a747ff748def87f313beeef64f3b3',1,'Entities::User']]], + ['getmail_13',['getMail',['../class_entities_1_1_user.html#ae4923d9ec6cf4408080fc1c37e20e0ba',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()']]], + ['getparent_15',['getParent',['../class_entities_1_1_category.html#a95ecaee3537b1ad29b04ef383a57bbae',1,'Entities::Category']]], + ['getphone_16',['getPhone',['../class_entities_1_1_user.html#a5e8a94cd59635ac689687849b9f5cd9d',1,'Entities::User']]], + ['getproject_5fdeleted_5fat_17',['getProject_deleted_at',['../class_entities_1_1_project.html#aacef5b0179bbf99069ded55d76593b5d',1,'Entities::Project']]], ['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']]], ['getpwdhash_20',['getPwdHash',['../class_entities_1_1_user.html#a91fabc9c7c6ebd4973f7587f60453c10',1,'Entities::User']]], diff --git a/html/search/all_8.js b/html/search/all_8.js index c8728fc..91ecce8 100644 --- a/html/search/all_8.js +++ b/html/search/all_8.js @@ -2,8 +2,8 @@ var searchData= [ ['image_0',['Image',['../class_entities_1_1_image.html',1,'Entities']]], ['imagemodel_1',['ImageModel',['../class_models_1_1_image_model.html',1,'Models']]], - ['improvements_2',['Future Improvements',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md12',1,'']]], + ['improvements_2',['Future Improvements',['../dir_3a74e34fc6fa82edd10e4beee4ded801.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()']]], ['insertcategory_4',['insertCategory',['../class_models_1_1_category_model.html#a1102f9228de8f7938a1f35a3abbc2dc7',1,'Models::CategoryModel']]], - ['installation_5',['Installation',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md8',1,'']]] + ['installation_5',['Installation',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md8',1,'']]] ]; diff --git a/html/search/all_9.js b/html/search/all_9.js index 9609994..755a71a 100644 --- a/html/search/all_9.js +++ b/html/search/all_9.js @@ -1,7 +1,7 @@ var searchData= [ - ['learning_20objectives_0',['Learning Objectives',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md10',1,'']]], - ['license_1',['License',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md14',1,'']]], + ['learning_20objectives_0',['Learning Objectives',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md10',1,'']]], + ['license_1',['License',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md14',1,'']]], ['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']]] ]; diff --git a/html/search/all_b.js b/html/search/all_b.js index 4646a07..3c88a3a 100644 --- a/html/search/all_b.js +++ b/html/search/all_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['objectives_0',['Learning Objectives',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md10',1,'']]] + ['objectives_0',['Learning Objectives',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md10',1,'']]] ]; diff --git a/html/search/all_c.js b/html/search/all_c.js index 8a42876..b4b41a3 100644 --- a/html/search/all_c.js +++ b/html/search/all_c.js @@ -1,11 +1,11 @@ var searchData= [ ['pagectrl_0',['PageCtrl',['../class_controllers_1_1_page_ctrl.html',1,'Controllers']]], - ['php_1',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]], + ['php_1',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]], ['project_2',['Project',['../class_entities_1_1_project.html',1,'Entities']]], - ['project_20structure_3',['Project Structure',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md6',1,'']]], + ['project_20structure_3',['Project Structure',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md6',1,'']]], ['projectctrl_4',['ProjectCtrl',['../class_controllers_1_1_project_ctrl.html',1,'Controllers']]], ['projectmodel_5',['ProjectModel',['../class_models_1_1_project_model.html',1,'Models']]], - ['projet_20php_6',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]], + ['projet_20php_6',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]], ['pseudoexists_7',['pseudoExists',['../class_models_1_1_user_model.html#aaf42cd7de4bddf6d3a075aa9bc252b8f',1,'Models::UserModel']]] ]; diff --git a/html/search/all_e.js b/html/search/all_e.js index 7f04fe4..a013425 100644 --- a/html/search/all_e.js +++ b/html/search/all_e.js @@ -9,16 +9,16 @@ var searchData= ['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']]], ['setcreatorname_8',['setCreatorName',['../class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7',1,'Entities::Project']]], - ['setdeleted_5fat_9',['setDeleted_at',['../class_entities_1_1_project.html#ab1ccf4e8782d3c732f8d9c426083121b',1,'Entities::Project']]], - ['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)']]], - ['setfirstname_11',['setFirstname',['../class_entities_1_1_user.html#a102793bdeeaa7eaa2bca4e31eb3782e5',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)']]], - ['setimage_13',['setImage',['../class_entities_1_1_user.html#a6c7550f5363e74b3ee9225bf85e11b8d',1,'Entities::User']]], - ['setlocation_14',['setLocation',['../class_entities_1_1_user.html#a4c5c6e78f1e8c0ae4bf416d0f0d73ef1',1,'Entities::User']]], - ['setmail_15',['setMail',['../class_entities_1_1_user.html#ad5ba083b208ed11aa16938a8ba87a78c',1,'Entities::User']]], - ['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()']]], - ['setparent_17',['setParent',['../class_entities_1_1_category.html#a3b949fc022c82eb25e8650e0e01404fa',1,'Entities::Category']]], - ['setphone_18',['setPhone',['../class_entities_1_1_user.html#a652bfdb5ce275246ece54449fe5ca59e',1,'Entities::User']]], + ['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)']]], + ['setfirstname_10',['setFirstname',['../class_entities_1_1_user.html#a102793bdeeaa7eaa2bca4e31eb3782e5',1,'Entities::User']]], + ['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)']]], + ['setimage_12',['setImage',['../class_entities_1_1_user.html#a6c7550f5363e74b3ee9225bf85e11b8d',1,'Entities::User']]], + ['setlocation_13',['setLocation',['../class_entities_1_1_user.html#a4c5c6e78f1e8c0ae4bf416d0f0d73ef1',1,'Entities::User']]], + ['setmail_14',['setMail',['../class_entities_1_1_user.html#ad5ba083b208ed11aa16938a8ba87a78c',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()']]], + ['setparent_16',['setParent',['../class_entities_1_1_category.html#a3b949fc022c82eb25e8650e0e01404fa',1,'Entities::Category']]], + ['setphone_17',['setPhone',['../class_entities_1_1_user.html#a652bfdb5ce275246ece54449fe5ca59e',1,'Entities::User']]], + ['setproject_5fdeleted_5fat_18',['setProject_deleted_at',['../class_entities_1_1_project.html#a621433ce4917a196047b78e58e38d7fe',1,'Entities::Project']]], ['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']]], ['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']]], ['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']]], - ['stack_28',['Tech Stack',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md4',1,'']]], - ['structure_29',['Project Structure',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md6',1,'']]] + ['stack_28',['Tech Stack',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md4',1,'']]], + ['structure_29',['Project Structure',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md6',1,'']]] ]; diff --git a/html/search/all_f.js b/html/search/all_f.js index 4a4d83b..cabc0de 100644 --- a/html/search/all_f.js +++ b/html/search/all_f.js @@ -1,4 +1,4 @@ var searchData= [ - ['tech_20stack_0',['Tech Stack',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md4',1,'']]] + ['tech_20stack_0',['Tech Stack',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md4',1,'']]] ]; diff --git a/html/search/functions_0.js b/html/search/functions_0.js index c982f43..7504023 100644 --- a/html/search/functions_0.js +++ b/html/search/functions_0.js @@ -1,6 +1,5 @@ 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()']]], - ['_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']]] + ['_5fdisplay_1',['_display',['../class_controllers_1_1_mother_ctrl.html#a70d1b27fa6bc8521e8a463a94f45a8a7',1,'Controllers::MotherCtrl']]] ]; diff --git a/html/search/functions_6.js b/html/search/functions_6.js index 1e4cf7c..0e4336f 100644 --- a/html/search/functions_6.js +++ b/html/search/functions_6.js @@ -7,17 +7,17 @@ var searchData= ['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']]], ['getcreatorname_6',['getCreatorName',['../class_entities_1_1_project.html#ab452dabc35c0719f920939e723fbf7a8',1,'Entities::Project']]], - ['getdeleted_5fat_7',['getDeleted_at',['../class_entities_1_1_project.html#a0d19036e097422be58c7b7e75927671b',1,'Entities::Project']]], - ['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()']]], - ['getfirstname_9',['getFirstname',['../class_entities_1_1_user.html#a42c9621713b6dcdfb9edd5a7630b6d93',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()']]], - ['getimage_11',['getImage',['../class_entities_1_1_user.html#a2af8add37797384585cae101fb8cbfe7',1,'Entities::User']]], - ['getimagesbyprojectid_12',['getImagesByProjectId',['../class_models_1_1_project_model.html#ad587665f8aff5eedac96881cb604ccd7',1,'Models::ProjectModel']]], - ['getlocation_13',['getLocation',['../class_entities_1_1_user.html#a270a747ff748def87f313beeef64f3b3',1,'Entities::User']]], - ['getmail_14',['getMail',['../class_entities_1_1_user.html#ae4923d9ec6cf4408080fc1c37e20e0ba',1,'Entities::User']]], - ['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()']]], - ['getparent_16',['getParent',['../class_entities_1_1_category.html#a95ecaee3537b1ad29b04ef383a57bbae',1,'Entities::Category']]], - ['getphone_17',['getPhone',['../class_entities_1_1_user.html#a5e8a94cd59635ac689687849b9f5cd9d',1,'Entities::User']]], + ['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()']]], + ['getfirstname_8',['getFirstname',['../class_entities_1_1_user.html#a42c9621713b6dcdfb9edd5a7630b6d93',1,'Entities::User']]], + ['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()']]], + ['getimage_10',['getImage',['../class_entities_1_1_user.html#a2af8add37797384585cae101fb8cbfe7',1,'Entities::User']]], + ['getimagesbyprojectid_11',['getImagesByProjectId',['../class_models_1_1_project_model.html#ad587665f8aff5eedac96881cb604ccd7',1,'Models::ProjectModel']]], + ['getlocation_12',['getLocation',['../class_entities_1_1_user.html#a270a747ff748def87f313beeef64f3b3',1,'Entities::User']]], + ['getmail_13',['getMail',['../class_entities_1_1_user.html#ae4923d9ec6cf4408080fc1c37e20e0ba',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()']]], + ['getparent_15',['getParent',['../class_entities_1_1_category.html#a95ecaee3537b1ad29b04ef383a57bbae',1,'Entities::Category']]], + ['getphone_16',['getPhone',['../class_entities_1_1_user.html#a5e8a94cd59635ac689687849b9f5cd9d',1,'Entities::User']]], + ['getproject_5fdeleted_5fat_17',['getProject_deleted_at',['../class_entities_1_1_project.html#aacef5b0179bbf99069ded55d76593b5d',1,'Entities::Project']]], ['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']]], ['getpwdhash_20',['getPwdHash',['../class_entities_1_1_user.html#a91fabc9c7c6ebd4973f7587f60453c10',1,'Entities::User']]], diff --git a/html/search/functions_d.js b/html/search/functions_d.js index de6d2ba..ad2e860 100644 --- a/html/search/functions_d.js +++ b/html/search/functions_d.js @@ -9,16 +9,16 @@ var searchData= ['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']]], ['setcreatorname_8',['setCreatorName',['../class_entities_1_1_project.html#aa37594941aea25a0f0d3a33d6a8757b7',1,'Entities::Project']]], - ['setdeleted_5fat_9',['setDeleted_at',['../class_entities_1_1_project.html#ab1ccf4e8782d3c732f8d9c426083121b',1,'Entities::Project']]], - ['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)']]], - ['setfirstname_11',['setFirstname',['../class_entities_1_1_user.html#a102793bdeeaa7eaa2bca4e31eb3782e5',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)']]], - ['setimage_13',['setImage',['../class_entities_1_1_user.html#a6c7550f5363e74b3ee9225bf85e11b8d',1,'Entities::User']]], - ['setlocation_14',['setLocation',['../class_entities_1_1_user.html#a4c5c6e78f1e8c0ae4bf416d0f0d73ef1',1,'Entities::User']]], - ['setmail_15',['setMail',['../class_entities_1_1_user.html#ad5ba083b208ed11aa16938a8ba87a78c',1,'Entities::User']]], - ['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()']]], - ['setparent_17',['setParent',['../class_entities_1_1_category.html#a3b949fc022c82eb25e8650e0e01404fa',1,'Entities::Category']]], - ['setphone_18',['setPhone',['../class_entities_1_1_user.html#a652bfdb5ce275246ece54449fe5ca59e',1,'Entities::User']]], + ['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)']]], + ['setfirstname_10',['setFirstname',['../class_entities_1_1_user.html#a102793bdeeaa7eaa2bca4e31eb3782e5',1,'Entities::User']]], + ['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)']]], + ['setimage_12',['setImage',['../class_entities_1_1_user.html#a6c7550f5363e74b3ee9225bf85e11b8d',1,'Entities::User']]], + ['setlocation_13',['setLocation',['../class_entities_1_1_user.html#a4c5c6e78f1e8c0ae4bf416d0f0d73ef1',1,'Entities::User']]], + ['setmail_14',['setMail',['../class_entities_1_1_user.html#ad5ba083b208ed11aa16938a8ba87a78c',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()']]], + ['setparent_16',['setParent',['../class_entities_1_1_category.html#a3b949fc022c82eb25e8650e0e01404fa',1,'Entities::Category']]], + ['setphone_17',['setPhone',['../class_entities_1_1_user.html#a652bfdb5ce275246ece54449fe5ca59e',1,'Entities::User']]], + ['setproject_5fdeleted_5fat_18',['setProject_deleted_at',['../class_entities_1_1_project.html#a621433ce4917a196047b78e58e38d7fe',1,'Entities::Project']]], ['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']]], ['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()']]], diff --git a/html/search/pages_0.js b/html/search/pages_0.js index 99ac747..0fea1ad 100644 --- a/html/search/pages_0.js +++ b/html/search/pages_0.js @@ -1,6 +1,6 @@ var searchData= [ - ['features_0',['Features',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md2',1,'']]], - ['folliow_20–_20projet_20php_1',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]], - ['future_20improvements_2',['Future Improvements',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md12',1,'']]] + ['features_0',['Features',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md2',1,'']]], + ['folliow_20–_20projet_20php_1',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]], + ['future_20improvements_2',['Future Improvements',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md12',1,'']]] ]; diff --git a/html/search/pages_1.js b/html/search/pages_1.js index e914a7b..51cc0fb 100644 --- a/html/search/pages_1.js +++ b/html/search/pages_1.js @@ -1,5 +1,5 @@ var searchData= [ - ['improvements_0',['Future Improvements',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md12',1,'']]], - ['installation_1',['Installation',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md8',1,'']]] + ['improvements_0',['Future Improvements',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md12',1,'']]], + ['installation_1',['Installation',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md8',1,'']]] ]; diff --git a/html/search/pages_2.js b/html/search/pages_2.js index 4678e4c..9c9b847 100644 --- a/html/search/pages_2.js +++ b/html/search/pages_2.js @@ -1,5 +1,5 @@ var searchData= [ - ['learning_20objectives_0',['Learning Objectives',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md10',1,'']]], - ['license_1',['License',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md14',1,'']]] + ['learning_20objectives_0',['Learning Objectives',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md10',1,'']]], + ['license_1',['License',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md14',1,'']]] ]; diff --git a/html/search/pages_3.js b/html/search/pages_3.js index 4646a07..3c88a3a 100644 --- a/html/search/pages_3.js +++ b/html/search/pages_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['objectives_0',['Learning Objectives',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md10',1,'']]] + ['objectives_0',['Learning Objectives',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md10',1,'']]] ]; diff --git a/html/search/pages_4.js b/html/search/pages_4.js index 40d71fa..00a588a 100644 --- a/html/search/pages_4.js +++ b/html/search/pages_4.js @@ -1,6 +1,6 @@ var searchData= [ - ['php_0',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]], - ['project_20structure_1',['Project Structure',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md6',1,'']]], - ['projet_20php_2',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]] + ['php_0',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]], + ['project_20structure_1',['Project Structure',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md6',1,'']]], + ['projet_20php_2',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]] ]; diff --git a/html/search/pages_5.js b/html/search/pages_5.js index 4b7557d..cc6d51c 100644 --- a/html/search/pages_5.js +++ b/html/search/pages_5.js @@ -1,5 +1,5 @@ var searchData= [ - ['stack_0',['Tech Stack',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md4',1,'']]], - ['structure_1',['Project Structure',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md6',1,'']]] + ['stack_0',['Tech Stack',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md4',1,'']]], + ['structure_1',['Project Structure',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md6',1,'']]] ]; diff --git a/html/search/pages_6.js b/html/search/pages_6.js index 4a4d83b..cabc0de 100644 --- a/html/search/pages_6.js +++ b/html/search/pages_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['tech_20stack_0',['Tech Stack',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md4',1,'']]] + ['tech_20stack_0',['Tech Stack',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md4',1,'']]] ]; diff --git a/html/search/pages_7.js b/html/search/pages_7.js index 6c073a6..93dc4b6 100644 --- a/html/search/pages_7.js +++ b/html/search/pages_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['–_20projet_20php_0',['Folliow – Projet PHP',['../dir_a5c8546d1da94454b8cc2e090dc39ad0.html#autotoc_md0',1,'']]] + ['–_20projet_20php_0',['Folliow – Projet PHP',['../dir_3a74e34fc6fa82edd10e4beee4ded801.html#autotoc_md0',1,'']]] ];