Archive | August, 2008

CakePHP : Change view file from controller

9. August 2008

3 Comments

With CakePHP, the controller core automatically detects the file name of the view file which needs to be rendered from a controller action. You might want to reuse an existent view for an action or specify a different file name.

Continue reading...

Wordpress.com Stats Stopped Working

6. August 2008

0 Comments

I recently integrated a blog and documentation base into the Tribulant.com website and noticed after a few days that my Wordpress.com stats stopped working completely after switching the theme.

Continue reading...

Wordpress Shopping Cart Plugin

5. August 2008

0 Comments

Wordpress Shopping Cart Plugin

The Wordpress Shopping Cart plugin gives you the ability to quickly and seamlessly integrate an online shop with a fully functional shopping cart interface into any Wordpress website.

Continue reading...

PHP : Increase memory limit

5. August 2008

0 Comments

Have you ever received a fatal error on your server similar to the one below when you tried to execute a script? The fatal error shown below, indicates that your PHP configuration has a memory limit set and the script which you are executing is trying to allocate more memory than what is available for use.

Continue reading...