15 very useful PHP code snippets for PHP developers
Posted by admin on
July 4, 2009

A friend of mine linked me this awesome website with some cool PHP snippets.
Worth to check out.
http://viralpatel.net/blogs/2009/05/15-very-useful-php-code-snippets-for-php-developers.html
Joomla! 1.5 hello world component
Posted by admin on
March 10, 2009
This is an example of a component for Joomla 1.5, a simple hello world to understand the basic system of Joomla! development, from back-end and front-end perspective.
After you place the folders in his correct place, to see the example use:
http://host/?option=com_hello
and
http://host/administrator/?option=com_hello
This was coded by me.
