Correction affichage recherche, maj bouton, suppression requêtes de controller, déplacer mention et about dans page_controller, nettoyage des commentaires pour ctrl, entities & models
This commit is contained in:
parent
8c89a6ec1b
commit
050c804d48
20 changed files with 244 additions and 282 deletions
|
|
@ -3,7 +3,7 @@
|
|||
require_once("mother_entity.php");
|
||||
|
||||
/**
|
||||
* Classe d'un objet Projet
|
||||
* Classe d'un objet Category
|
||||
* @author Laura
|
||||
*/
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ class Category extends Entity{
|
|||
protected ?int $_parent = null;
|
||||
|
||||
/**
|
||||
* Constructeur (j'ai toujours pas compris à quoi ça sert)
|
||||
* le constructeur de la table category
|
||||
*/
|
||||
public function __construct(){
|
||||
$this->_prefix = 'category_';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue