mirror of
https://github.com/dg/dibi.git
synced 2025-08-02 12:21:06 +02:00
typos, changed nettephp.com -> nette.org
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
* Nette Framework
|
* Nette Framework
|
||||||
*
|
*
|
||||||
* @copyright Copyright (c) 2004, 2010 David Grudl
|
* @copyright Copyright (c) 2004, 2010 David Grudl
|
||||||
* @license http://nettephp.com/license Nette license
|
* @license http://nette.org/license Nette license
|
||||||
* @link http://nettephp.com
|
* @link http://nette.org
|
||||||
* @category Nette
|
* @category Nette
|
||||||
* @package Nette
|
* @package Nette
|
||||||
*/
|
*/
|
||||||
|
@@ -4,8 +4,8 @@
|
|||||||
* Nette Framework
|
* Nette Framework
|
||||||
*
|
*
|
||||||
* @copyright Copyright (c) 2004, 2010 David Grudl
|
* @copyright Copyright (c) 2004, 2010 David Grudl
|
||||||
* @license http://nettephp.com/license Nette license
|
* @license http://nette.org/license Nette license
|
||||||
* @link http://nettephp.com
|
* @link http://nette.org
|
||||||
* @category Nette
|
* @category Nette
|
||||||
* @package Nette
|
* @package Nette
|
||||||
*/
|
*/
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* DibiObject is the ultimate ancestor of all instantiable classes.
|
* DibiObject is the ultimate ancestor of all instantiable classes.
|
||||||
*
|
*
|
||||||
* DibiObject is copy of Nette\Object from Nette Framework (http://nettephp.com).
|
* DibiObject is copy of Nette\Object from Nette Framework (http://nette.org).
|
||||||
*
|
*
|
||||||
* It defines some handful methods and enhances object core of PHP:
|
* It defines some handful methods and enhances object core of PHP:
|
||||||
* - access to undeclared members throws exceptions
|
* - access to undeclared members throws exceptions
|
||||||
|
@@ -7,11 +7,11 @@
|
|||||||
* This source file is subject to the "Nette license" that is bundled
|
* This source file is subject to the "Nette license" that is bundled
|
||||||
* with this package in the file license.txt, and/or GPL license.
|
* with this package in the file license.txt, and/or GPL license.
|
||||||
*
|
*
|
||||||
* For more information please see http://nettephp.com
|
* For more information please see http://nette.org
|
||||||
*
|
*
|
||||||
* @copyright Copyright (c) 2004, 2010 David Grudl
|
* @copyright Copyright (c) 2004, 2010 David Grudl
|
||||||
* @license http://nettephp.com/license Nette license
|
* @license http://nette.org/license Nette license
|
||||||
* @link http://nettephp.com
|
* @link http://nette.org
|
||||||
* @category Nette
|
* @category Nette
|
||||||
* @package Nette
|
* @package Nette
|
||||||
*/
|
*/
|
||||||
@@ -105,7 +105,7 @@ as$panel){$panels[]=array('id'=>preg_replace('#[^a-z0-9]+#i','-',$panel->getId()
|
|||||||
|
|
||||||
|
|
||||||
<script id="nette-debug-script">/*<![CDATA[*//*
|
<script id="nette-debug-script">/*<![CDATA[*//*
|
||||||
http://nettephp.com/license Nette license
|
http://nette.org/license Nette license
|
||||||
*/
|
*/
|
||||||
var Nette=Nette||{};
|
var Nette=Nette||{};
|
||||||
(function(){Nette.Class=function(a){var b=a.constructor||function(){},c;delete a.constructor;if(a.Extends){var d=function(){this.constructor=b};d.prototype=a.Extends.prototype;b.prototype=new d;delete a.Extends}if(a.Static){for(c in a.Static)b[c]=a.Static[c];delete a.Static}for(c in a)b.prototype[c]=a[c];return b};Nette.Q=Nette.Class({Static:{factory:function(a){return new Nette.Q(a)},implement:function(a){var b,c=Nette.Q.implement,d=Nette.Q.prototype;for(b in a){c[b]=a[b];d[b]=function(f){return function(){return this.each(c[f],
|
(function(){Nette.Class=function(a){var b=a.constructor||function(){},c;delete a.constructor;if(a.Extends){var d=function(){this.constructor=b};d.prototype=a.Extends.prototype;b.prototype=new d;delete a.Extends}if(a.Static){for(c in a.Static)b[c]=a.Static[c];delete a.Static}for(c in a)b.prototype[c]=a[c];return b};Nette.Q=Nette.Class({Static:{factory:function(a){return new Nette.Q(a)},implement:function(a){var b,c=Nette.Q.implement,d=Nette.Q.prototype;for(b in a){c[b]=a[b];d[b]=function(f){return function(){return this.each(c[f],
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
This file is part of Nette Framework
|
This file is part of Nette Framework
|
||||||
|
|
||||||
For more information please see http://nettephp.com
|
For more information please see http://nette.org
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
<p>Dibi can display and log exceptions via Nette\Debug, part of Nette Framework.</p>
|
<p>Dibi can display and log exceptions via Nette\Debug, part of Nette Framework.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Nette Framework: http://nettephp.com
|
<li>Nette Framework: http://nette.org
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
<p>Dibi can dump variables via Nette\Debug, part of Nette Framework.</p>
|
<p>Dibi can dump variables via Nette\Debug, part of Nette Framework.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Nette Framework: http://nettephp.com
|
<li>Nette Framework: http://nette.org
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user