Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Fawad Hassan's Blog:
CRUD using jQuery and Codeigniter (Part 2)
Jun 30, 2010 @ 16:16:59

Fawad Hassan has posted the second part of his CodeIgniter and jQuery tutorial series about creating a simple CRUD (create, read, update, delete) interface using these simple but powerful technologies. This is a continuation from this first part of the series.

In this second part you'll learn how to:

  • put in an Ajax loader image as the requests are made,
  • make update and delete calls to you backend and
  • how to use jQuery's delegate method to bind events.

You can grab the source of the examples to get started right away or follow through the tutorial that comes complete with screenshots, code snippets and explanations of how it all first together.

tagged: codeigniter jquery crud interface tutorial

Link:


Trending Topics: