How to solve JFolder::create: Could not create directory

One of most common headache when you deploying from local version joomla to production server is : JFolder::create: Could not create directory So from where is coming this problem?

Simulating method overloading

Nov 25, 2010 Author: GDchart-Master
One neat trick offered by some OOP languages (and not offered by PHP) is automatic overloading of member functions.

Templating Your Site with Smarty

Sep 24, 2009 Author: Dr_ViRuS
Most sites have a consistent look and feel. Although the dynamic content in the middle of the page may change, there's usually a header, a navigation bar on the side, and maybe an advertisement or two.…

Dynamic copyright year with php

Nov 24, 2008 Author: vvaswani
On the footer on web sites we see All rights reserved John Smith copyright 2000 - 2007 That is hard for editing on all your pages every year . With PHP we can do this process very simple.