Header update on all the files

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@6095 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2020-09-07 14:08:26 +00:00
parent e583e9dd94
commit c5316826af
52 changed files with 221 additions and 122 deletions

View File

@@ -1,16 +1,16 @@
<?php
/** DomFramework
@package domframework
@author Dominique Fournier <dominique@fournier38.fr> */
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
*/
require_once ("domframework/route.php");
require_once ("domframework/form.php");
require_once ("domframework/renderer.php");
error_reporting (E_ALL);
/** Automatic Routing for SQL database
Allow to do CRUD on data with only one line in index.php */
* Allow to do CRUD on data with only one line in index.php
*/
class routeSQL
{
/** Activate the debug */