Tag Archives | PHP

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 }

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 }

Object relational mapper and authentication libraries for CodeIgniter

CodeIgniter is a very powerful framework and some great libraries have been created by the community to extend its functionalities. By itself CI (CodeIgniter) doesn’t provide too much sophisticated functions to interact with your models and database tables. You have to write your own code to retrieve objects form the database or save your data. [...]

Read full story Comments { 0 }