cakephp2-php8/lib/Cake/Core
AD7six 5bcb1346ab allow loading namespaced classes
This permits, e.g.

App::uses('Ns\Foo', 'Plugin.Lib');
...
new Ns\Foo();
new \Ns\Foo(); // Or

to work
2012-05-27 19:59:07 +02:00
..
App.php allow loading namespaced classes 2012-05-27 19:59:07 +02:00
CakePlugin.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
Configure.php Update dump() to allow partial dumps. 2012-05-01 21:00:42 -04:00
Object.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00