browse by tag: codeigniter
sort by
CRUD using jQuery and Codeigniter - Part 1
in PHP added by iFadey, on 29/6/2010 AJAX codeigniter crud jquery jqueryui tabs templating
In this tutorial you will learn: 1. How to use jQuery with Codeigniter. 2. How to send Ajax request to perform READ operation. 3. How to use jQuery UI tabs widget. 4. How to use Microsoft’s jQuery templating plugin.
1 comment save reportCRUD using jQuery and Codeigniter - Part 2
in PHP added by iFadey, on 29/6/2010 AJAX codeigniter crud jquery jqueryui
In Part 2, you will learn: 1. Displaying Ajax loader animation when an Ajax call is made. 2. How to inject Update/Delete link in each record using jQuery. 3. How to use jQueryUI dialog widget. 4. How to send Ajax request to perform DELETE operation. 5. How and when to use jQuery’s delegate method to bind events.
comment save reportFaceoff: CodeIgniter vs CakePHP
in PHP added by goodphptutorials, on 7/2/2010 cakephp codeigniter framework php5
In the red corner, we have CakePHP, the heavyweight fighter with guns to show. In the blue corner, we have CodeIgniter, the lightweight fighter, quick on the feet.
1 comment save reportCodeIgniter and jQuery - Real Live Search with Pagination
in PHP added by goodphptutorials, on 22/10/2009 AJAX advanced tutorials codeigniter framework jquery pagination
In this tutorial, we will create a search page with CodeIgniter and jQuery. We’re not gonna create only a default search page using CodeIgniter framework, but also a real time search with jQuery’s support. And one more, enable GET method in CodeIginter that was stupidly disable by default.
comment save reportPHP Framework Comparison
in PHP added by goodphptutorials, on 30/7/2009 Zend cakephp codeigniter framework
Yes this is yet another PHP Framework comparison. A few months back I was trying to decide which PHP framework to use on a project. I wanted to use a currently popular framework because that way I would get the best support from the devoted contributors and users. Choosing a popular or active project is important when dealing with open source tools.
comment save reportRapid Application Development with CodeIgniter
in PHP added by ducani, on 1/3/2008 codeigniter php frameworks rapid application development
Today I'll introduce you to CodeIgniter, a framework that does all three. CodeIgniter is an MVC application framework for PHP that gives you a consistent structure for your application, takes care of common tasks and helps you implement complex functionality with minimal effort.
comment save report