Wired Vision

Home to Keith McLaughlin, Freelance Web Developer from Dublin, Ireland.

Tag archive for ‘framework’

CodeIgniter Profiler: Globally Enable/Disable

Here is a quick tip for users of the CodeIgniter PHP Framework (and a reminder to myself). If you wish to enable or disable the profiler globally while developing your application (as opposed to changing the value in each seperate controller), you can do the following. 1. Open the config.php file in the application/config/ folder. [...]


Tagged as , , , + Categorized as Web Programming

PHP Frameworks

Recently I’ve been toying with the idea of using a PHP framework to help with the development of my web sites. The problem is, I don’t know which one to choose Some of the frameworks I’ve been looking at include: Symfony CakePHP Zend Framework CodeIgniter Each has there own unique advantages, but what is the [...]


Tagged as , + Categorized as Web Programming