Tag Archives | CodeIgniter

Book : CodeIgniter 1.7 Professional Development

Title : CodeIgniter 1.7 Professional Development Authors : Adam Griffiths This books covers both the basic and advanced features of CodeIgniter (MVC PHP development framework). It explains how to use correctly the CodeIgniter (CI) API and libraries and how to build your own plugins and libraries. It covers every aspect of the development with CI [...]

Read full story Comments { 2 }

Book : CodeIgniter 1.7

Title : CodeIgniter 1.7 Authors : Jode Argudo Bianco & David Upton This book explains the benefits of using CodeIgniter as PHP framework for developing PHP web applications. This book isn’t a substitute for the CodeIgniter online user guide, but is very useful to understand the philosophy and the concepts of CI. It covers the [...]

Read full story Comments { 0 }

Book : CodeIgniter for Rapid PHP Application Development

Title : CodeIgniter for Rapid PHP Application Development Authors : David Upton CodeIgniter is a powerful PHP framework created by EllisLab. CodeIgniter has been used as foundation for the new upcoming version of EllisLab CMS ExpressionEngine. CodeIgniter has already a very exhaustive documentation that describes in depth its API and provides useful examples. This book [...]

Read full story Comments { 0 }

Etli travel agency – Honeymoon travel application

Etli is a local travel agency. They organize every kind of travels all around the world, included travels for large groups but also honeymoon travels. I have built for them a web application that permits to organize honeymoon travels and collect money to pay for them from friends and relatives. How it works : the [...]

Read full story Comments { 2 }

Accademia degli Agiati – Management application

Accademia degli Agiati is an Italian cultural institution founded in 1750. It promotes cultural events in several fields of the human knowledge : science, economy, politics, literature, archeology and so on. I have built their new management web application that permits to manage their members and contacts using CodeIgniter and MySQL database. These are the [...]

Read full story Comments { 0 }

Debugging a CodeIgniter application with FirePHP

FirePHP is an addon for FireBug extension for Firefox browser. FirePHP extends FireBug functionalities to show log or error messages coming from your PHP application. These messages won’t be printed on the application interface but instead on the FireBug console. What do you need to integrate this debugging feature in your application : Firefox browser [...]

Read full story Comments { 25 }