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

NClass moved to separate file

This commit is contained in:
David Grudl
2007-11-26 01:44:07 +00:00
parent a0febd3d50
commit 1a9abfb326
5 changed files with 53 additions and 32 deletions

View File

@@ -32,6 +32,7 @@ if (version_compare(PHP_VERSION , '5.1.0', '<')) {
// nette libraries
if (!class_exists('NObject', FALSE)) { require_once __FILE__ . '/../libs/NObject.php'; }
if (!class_exists('NClass', FALSE)) { require_once __FILE__ . '/../libs/NClass.php'; }
if (!class_exists('NException', FALSE)) { require_once __FILE__ . '/../libs/NException.php'; }
// dibi libraries