1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-14 01:54:08 +02:00

updated headers

This commit is contained in:
David Grudl
2006-06-07 11:48:20 +00:00
parent 8e166989d6
commit 8361028ff3
14 changed files with 64 additions and 53 deletions

6
dibi/#todo.txt Normal file
View File

@@ -0,0 +1,6 @@
limit/offset support for select?
complete phpdoc
PostgreSql driver

View File

@@ -4,6 +4,8 @@
* dibi - Database Abstraction Layer according to dgx
* --------------------------------------------------
*
* For PHP 5.0.3 or newer
*
* This source file is subject to the GNU GPL license.
*
* @author David Grudl aka -dgx- <dave@dgx.cz>
@@ -12,11 +14,11 @@
* @license GNU GENERAL PUBLIC LICENSE
* @package dibi
* @category Database
* @version 0.5b (2006-05-31) for PHP5
* @version 0.5b $Revision$ $Date$
*/
define('dibi', 'Database Abstraction Layer (c) David Grudl, http://texy.info/dibi/');
define('DIBI', 'Version 0.5b $Revision$');
if (version_compare(PHP_VERSION , '5.0.3', '<'))

View File

@@ -12,12 +12,12 @@
* @license GNU GENERAL PUBLIC LICENSE
* @package dibi
* @category Database
* @version 0.5b (2006-05-31) for PHP5
* @version $Revision$ $Date$
*/
// security - include dibi.php, not this file
if (!defined('dibi')) die();
if (!defined('DIBI')) die();
/**

View File

@@ -12,12 +12,12 @@
* @license GNU GENERAL PUBLIC LICENSE
* @package dibi
* @category Database
* @version 0.5b (2006-05-31) for PHP5
* @version $Revision$ $Date$
*/
// security - include dibi.php, not this file
if (!defined('dibi')) die();
if (!defined('DIBI')) die();
/**

View File

@@ -12,12 +12,12 @@
* @license GNU GENERAL PUBLIC LICENSE
* @package dibi
* @category Database
* @version 0.5b (2006-05-31) for PHP5
* @version $Revision$ $Date$
*/
// security - include dibi.php, not this file
if (!defined('dibi')) die();
if (!defined('DIBI')) die();
/**

View File

@@ -12,12 +12,12 @@
* @license GNU GENERAL PUBLIC LICENSE
* @package dibi
* @category Database
* @version 0.5b (2006-05-31) for PHP5
* @version $Revision$ $Date$
*/
// security - include dibi.php, not this file
if (!defined('dibi')) die();
if (!defined('DIBI')) die();
/**

View File

@@ -12,12 +12,12 @@
* @license GNU GENERAL PUBLIC LICENSE
* @package dibi
* @category Database
* @version 0.5b (2006-05-31) for PHP5
* @version $Revision$ $Date$
*/
// security - include dibi.php, not this file
if (!defined('dibi')) die();
if (!defined('DIBI')) die();
// required since PHP 5.1.0

View File

@@ -12,12 +12,12 @@
* @license GNU GENERAL PUBLIC LICENSE
* @package dibi
* @category Database
* @version 0.5b (2006-05-31) for PHP5
* @version $Revision$ $Date$
*/
// security - include dibi.php, not this file
if (!defined('dibi')) die();
if (!defined('DIBI')) die();

View File

@@ -12,12 +12,12 @@
* @license GNU GENERAL PUBLIC LICENSE
* @package dibi
* @category Database
* @version 0.5b (2006-05-31) for PHP5
* @version $Revision$ $Date$
*/
// security - include dibi.php, not this file
if (!defined('dibi')) die();
if (!defined('DIBI')) die();

View File

@@ -12,12 +12,12 @@
* @license GNU GENERAL PUBLIC LICENSE
* @package dibi
* @category Database
* @version 0.5b (2006-05-31) for PHP5
* @version $Revision$ $Date$
*/
// security - include dibi.php, not this file
if (!defined('dibi')) die();
if (!defined('DIBI')) die();

View File

@@ -12,12 +12,12 @@
* @license GNU GENERAL PUBLIC LICENSE
* @package dibi
* @category Database
* @version 0.5b (2006-05-31) for PHP5
* @version $Revision$ $Date$
*/
// security - include dibi.php, not this file
if (!defined('dibi')) die();
if (!defined('DIBI')) die();