tanakahisateru / pinoco

Web site development framework using PHP and (mainly) PHPTAL
http://tanakahisateru.github.io/pinoco/
Other
43 stars 10 forks source link

Autoload #34

Closed tanakahisateru closed 13 years ago

tanakahisateru commented 13 years ago

Well, do we need autoload management?

tanakahisateru commented 13 years ago

To use autoload mechanism Pinoco's class name to file name mapping was refactored. Now all Pinoco classes are loaded via autoload.

tanakahisateru commented 12 years ago

And then, loader implementation has be moved to Pinoco/_bootstrap.php 24f1a735c3dda70311252227ba3d71d4f342590a We can use Pinoco's componets without its large core runtime.