tel8618217223380 / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

Internal map of core classes #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Prebuild an internal map that contains paths to all core classes.

By doing so, we can remove all those Prado::using() calls in the core class
files, which will save quite some time. This also brings an additional
benefit: we no longer need to call Prado::using() to refer to a core class
in our applications.

Changes in Prado::autoload() and Prado::using to use self::$_coreClasses
array for lookups.

"phing autoload" will be used to generate this array => PradoAutoloadTask

Original issue reported on code.google.com by carlgmathisen on 7 Aug 2009 at 5:14

GoogleCodeExporter commented 9 years ago

Original comment by ctrlal...@gmail.com on 25 Jun 2012 at 1:56

GoogleCodeExporter commented 9 years ago

Original comment by ctrlal...@gmail.com on 21 Jan 2013 at 7:03

GoogleCodeExporter commented 9 years ago

Original comment by ctrlal...@gmail.com on 24 Jul 2013 at 1:46

GoogleCodeExporter commented 9 years ago
Moved to github: https://github.com/pradosoft/prado/issues

Original comment by ctrlal...@gmail.com on 1 Oct 2013 at 10:14