Sponsored Links

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 implementation of latest flexigrid with codeigniter 2.1.0 Download Flexigrid_CI_v0.36.1 Flexigrid with Custom Search Forms ThereRead 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 desktop and the upload process can start automatically or just click the upload button andRead More…

Sponsored Links

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 project started by a CodeIgniter developer Lonnie Ezell in 2011. And  Bonfire does not intendRead 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 “This is an OOP framework that is extremely DRY. Everything is built using strict PHPRead More…

Sponsored Links

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, Models are entirely optional. But to stick with MVC normally all database interactions are doneRead More…

post Json like getJson in Jquery

In Jquery getJson is a great function. it used to Load JSON-encoded data from the server using a GET HTTP request.  In the server side also we can handle json very easly. In PHP just use json_encode () will do the magic. So ajax transportation using PHP and jquery is easy. the problem is PHPVersion  Description 5.3.0       The options parameter was added. 5.2.1          Added support toRead 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 Developer)’s Blog. And It was Great. I am copying the code for my future reference.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 proper status codes. Numerous bug fixes It is a minor bug fix release of CodeigniterRead 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 servers it is there. If not install httpd packages by using yum install httpd orRead 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 …

Related Posts Plugin for WordPress, Blogger...