Home » CodeIgniter

CodeIgniter

Flexigrid 1.1 Implementation on Codeigniter 2.10

Flexigrid is a light weight jquery plugin with an ajax loading grid. This is excellent for handling various kinds of data. A codeigniter implementation was created by Frederico Carvalho. This implementation is with Codeigniter 1.7.2. But now in Codeigniter 2.1.0 lot of this changed. Also the website is now not working. So here is another …

Flexigrid 1.1 Implementation on Codeigniter 2.10 Read More »

Jquery Plugin for HTML5 File Upload

After the introduction of HTML5 the multiple file upload without flash script is possible. jQuery File Upload is a nice plugin for handling multiple file uploads with HTML5. For legacy browsers it falls back to an Ajaxed-like iframe-PHP solution. Multiple files can be selected for upload, a user  even be drag ‘n’ dropped from the …

Jquery Plugin for HTML5 File Upload Read More »

Bonfire – A ready to go Application Builder using CodeIgniter

Bonfire is a solid code base for starting a project in CodeIgniter, a powerfull framework for creating great PHP applications with lightning speed. Bonfire includes an elegent and customizable admin UI for every project. It also includes a module generator, by using this a developer can generate a database CRUD code from the scratch. The …

Bonfire – A ready to go Application Builder using CodeIgniter Read More »

Codeigniter 2.0 New Features and Changes

Codeigniter 2.0 aims new horizons of PHP. Every time codeigniter refered as the slik fastest framework that supports PHP 4.0 too. When we reached the release 2.0 the support for PHP 4.0 dropped. Also lot of changes in the total Framework structure. That is it is now strict OOPs like Kohana . Kohana Said that …

Codeigniter 2.0 New Features and Changes Read More »

CodeIgniter Cheet Sheet V2

CodeIgniter is a  best  open source PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured PHP based web applications with minimal code. The framework is based on Model-View-Controller [MVC] architecture. While view and controller classes are a necessary part of development under CodeIgniter, …

CodeIgniter Cheet Sheet V2 Read More »

Code Igniter Image Uploader / File Uploader – Multiple Files

Creating an image uploader or file uploader is a big problem in web domain coding. Code Igniter Made it easy for you. It uses two classes File Uploading Class and Image Manipulation Class. Great Programme made for save the life of a web developer. I Got a detailed post from Jefim Boressov (The Mighty Web …

Code Igniter Image Uploader / File Uploader – Multiple Files Read More »

CodeIgniter 1.7.2 – New Version works with PHP 5.3.0

A new version of codeigniter released on Sep 11, 2009. Derek Johns says it include Compatible with PHP 5.3.0 Added a new Cart Class. Improvements to the Form helper Added is_php() to Common functions to facilitate PHP version comparisons Modified show_error() to allow sending of HTTP server response codes, and all internal uses now send …

CodeIgniter 1.7.2 – New Version works with PHP 5.3.0 Read More »

Code Igniter for Beginners in Fedora 11

Code Igniter A Nice PHP Framework with low memmory footprint MVC (Model View Controller) Design Easy to learn and test Suitable for Most hosting accounts Base of Expression Engine 2 Deep Documentation and Tutorials How To Begin in Fedora 11. In Fedora 11 the Apache server is coming as pre-loaded . If you installed the …

Code Igniter for Beginners in Fedora 11 Read More »

CodeIgniter with firePHP – FireBug Extension

Debug Codeigniter Application with FireBug and FirePHP, famous webdeveloper extensions for firefox. This is very easy to get the messages, errors, notices from a codeigniter application using firePHP. And it is integrated into the firefox web extension FireBug. This is an essential combination for any PHP Developer those who working in CodeIgniter …