1
0
mirror of https://github.com/dg/dibi.git synced 2025-10-22 02:06:27 +02:00

* better datetime converting in DibiResult (see http://forum.dibiphp.com/viewtopic.php?pid=2331)

* added support for Nette_Debug
* renamed NObject -> Nette_Object (Nette::Object in PHP 5.3)
This commit is contained in:
David Grudl
2008-04-03 12:40:04 +00:00
parent 2632953541
commit 24bf999cd9
23 changed files with 121 additions and 35 deletions

View File

@@ -26,7 +26,7 @@
* @package dibi
* @version $Revision$ $Date$
*/
abstract class DibiTable extends NObject
abstract class DibiTable extends Nette_Object
{
/** @var string primary key mask */
public static $primaryMask = 'id';