First commit

This commit is contained in:
Marien Fressinaud
2012-10-21 18:47:57 +02:00
commit fb57be5a5a
47 changed files with 17118 additions and 0 deletions

12
lib/Model.php Executable file
View File

@@ -0,0 +1,12 @@
<?php
/**
* MINZ - Copyright 2011 Marien Fressinaud
* Sous licence AGPL3 <http://www.gnu.org/licenses/>
*/
/**
* La classe Model représente un modèle de l'application (représentation MVC)
*/
class Model {
}