mirror of
https://github.com/dg/dibi.git
synced 2025-09-06 20:30:55 +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:
@@ -23,6 +23,13 @@
|
||||
/**
|
||||
* Custom output for Nette::Debug.
|
||||
*/
|
||||
interface IDebuggable
|
||||
interface Nette_IDebuggable
|
||||
{
|
||||
|
||||
/**
|
||||
* Returns custom panels.
|
||||
* @return array
|
||||
*/
|
||||
function getPanels();
|
||||
|
||||
}
|
||||
|
@@ -61,7 +61,7 @@
|
||||
* @package Nette
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
abstract class NObject
|
||||
abstract class Nette_Object
|
||||
{
|
||||
|
||||
/**
|
||||
|
@@ -112,7 +112,7 @@ class DirectoryNotFoundException extends IOException
|
||||
|
||||
|
||||
/**
|
||||
* User attempt to terminate the current script
|
||||
* User attempt to terminate the current script.
|
||||
*/
|
||||
class AbortException extends RuntimeException
|
||||
{
|
||||
|
Reference in New Issue
Block a user