Posts tagged as:

CodeIgniter

Post image for 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 : sending email, uploading files, pagination support and session usage.

You’ll learn also how to build correctly an HTML form with CI and to use the extended and completed database API support of CI that permits also to manage easily your database, tables and fields called Database Forge.

Two chapters are dedicated to user authentication to your application and connect to external applications like Twitter and Facebook.
Application security, building large scale application and optimization are also topics covered.

The last chapters are dedicated to building web services and ho to extend CI using its hook systems.

In my opinion this is the best CodeIgniter book I have. It is an amazing resource if you use CI as your development framework and help a lot to write robust and clean code.

{ 0 comments }

Book : CodeIgniter 1.7

by Roberto on May 26, 2010

in Guides & Books

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 most important features that CI offers to a PHP developer to simplify and speed up his work and outlines the best and effective practices to adopt to use the CI framework.

It introduces also some important and useful concepts of CI, like helpers and libraries to help the developer to write reusable code in different applications.

What you can learn from this book about CodeIgniter :

  • Download, install, and configure a CodeIgniter site and learn how to use mod_rewrite to generate better URLs
  • Organize a dynamic web site using the Model-View-Controller (MVC) pattern
  • Simplify your database access by integrating databases such as MySQL
  • Make your site more robust and professional by using CI’s built-in classes
  • Understand the structure of a CI site and its object-oriented aspects
  • Reduce the code necessary to create a form using form helper – one of the fine features of CodeIgniter
  • Take any library or code, from your previous work, third-party code, etc. and put it to use inside CodeIgniter
  • Generate Create, Update, Delete, and Read (C.R.U.D) entries on each database table
  • Create multi-language sites, handle files, images, sessions, and send email easily with the help of CI
  • Work with files easily – upload them, download them, and put them into a Zip file
  • Test your code with error handling, unit testing, benchmarking, and profiling with the help of CI
  • Build a dynamic web site quickly and easily using CodeIgniter’s prepared code

{ 0 comments }

Book : CodeIgniter for Rapid PHP Application Development

September 25, 2009
Thumbnail image for 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 the full article →

Etli travel agency – Honeymoon travel application

June 20, 2009
Thumbnail image for 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 the full article →

Accademia degli Agiati – Management application

May 31, 2009
Thumbnail image for 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 the full article →

Debugging a CodeIgniter application with FirePHP

May 10, 2009
Thumbnail image for 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 the full article →