My last few blog post’s are result of the project that I am currently working on, and this blog is also in that series. We needed to catch PHP Fatal Errors in the production environment and notify about it to developers, also at the same time, showing our beautiful fail whale page to user instead […]
Tag Archives: codeigniter
Simple Way To Add Global Exception Handling In CodeIgniter
I am working on a project where we needed to capture exceptions at a global level instead of doing it at every step as they were not critical, but important for us to know. The idea was that whenever such an exception occur on production we should send an email to developers mailing list so […]
CodeIgniter 2.0 Is Baking
Just when I was loosing all hopes about CodeIgniter, yesterday EllisLab announced about their move to assembla and mercurial, in that there was a small but significant news about CodeIgniter 2.0. A quick look into the change log revealed PHP 4 support is deprecated. Features new to 2.0.0 may not be support PHP 4, and […]
Integrating With Twitter API In CodeIgniter
I needed to integrate Twitter API in one of my web applications which uses CodeIgniter framework. As their is no direct library available in CI for twitter integration, at first go this might look very difficult, but it is really simple. Here is how you can do it.. First download the Twitter class […]
CodeIgniter is the fastest PHP framework
Ekerete Akpan, from AVNet Labs, released the results of his small experiment to measure the performance of four PHP frameworks.He used requests/sec as a performance yardstick, what it tells is that number of request your webserver can handle, if you use one of these frameworks.And the result of all his test says that between Zend […]