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

used https

This commit is contained in:
David Grudl
2015-10-05 16:14:16 +02:00
parent f06425b9a0
commit 9ad502887b
44 changed files with 49 additions and 49 deletions

View File

@@ -2,14 +2,14 @@
/**
* This file is part of the "dibi" - smart database abstraction layer.
* Copyright (c) 2005 David Grudl (http://davidgrudl.com)
* Copyright (c) 2005 David Grudl (https://davidgrudl.com)
*/
/**
* DibiObject is the ultimate ancestor of all instantiable classes.
*
* DibiObject is copy of Nette\Object from Nette Framework (http://nette.org).
* DibiObject is copy of Nette\Object from Nette Framework (https://nette.org).
*
* It defines some handful methods and enhances object core of PHP:
* - access to undeclared members throws exceptions