18 Mar, 2009
Posted by: Mr Otter In: Joomla
Well, I never had to build such a big system in Joomla so I have never bothered about infrastructure plumbing codes like logging.
Logging is one of the most important aspects of application development. It allows the developers to track errors that have occurred without needing to reproduce them. Theoretically, we should be able to figure [...]
18 Mar, 2009
Posted by: Mr Otter In: Joomla
I was looking through the Joomla jimport. It sure reminded me of the way java did its packaging. Hmm. after some digging through, i find it pretty innovative. Joomla actually have some kind of delayed loading mechanism, so that they only load the file when the Class has actually been called.
This is best illustrated [...]