Blog | Shibbir Ahmed

Introduction To CodeIgniter Template Library

Today we are going to implement master page concept in our php application with a template library called CI template library by Colin Williams. Please keep in mind that this is not a codeigniter tutorial or how to set up a codeigniter...

Read this article

Displaying PHP Errors on LAMP

By default the LAMP server doesn't display any error if there are errors in your php file. It just shows a blank page. That means you cannot see in which line the error is occurred. Hopefully, you can enable the error display option easily...

Read this article