New: Ajout d'un debut de script build_class_from_table qui crée une classe d'accès à une table depuis les infos de la table en base.

This commit is contained in:
Laurent Destailleur 2008-01-11 18:47:30 +00:00
parent 3c71b2be99
commit 7ebf31e739
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
/* Copyright (C) 2008 Laurent Destailleur <eldy@users.sourceforge.net> /* Copyright (C) 2007 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
<?php <?php
/* Copyright (C) 2007 Laurent Destailleur <eldy@users.sourceforge.net> /* Copyright (C) 2007-2008 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) ---Put here your own copyright and developer email--- * Copyright (C) ---Put here your own copyright and developer email---
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -142,7 +142,7 @@ else
*/ */
// -------------------- END OY YOUR CODE -------------------- // -------------------- END OF YOUR CODE --------------------
return $error; return $error;