Categories
- Code (31)
- C# (4)
- emacs (4)
- Javascript (1)
- PHP (1)
- Python (6)
- Shell Script (2)
- silverlight (4)
- Blend (2)
- Sysadmin (3)
- unix (4)
- Code (31)
Meta
ad
Category Archives: PHP
Lazy Loading in php with spl_autload
Today, a very short post about the lazy loading in PHP : spl_autoload I’ll not expose everything about it here, cause it’s already done here : http://php.net/autoload Basically, a Lazy Loading allow you to predifine some paths where PHP should … Continue reading
Posted in Code, PHP
Leave a comment