crud

SpeckBoy.com: Getting Started with CRUD In PHP

PHPDeveloper.org  Fri, 02/18/2011 - 12:10

On SpeckBoy.com there's a new tutorial posted that introduces you to the concept of CRUD - Create, Read, Update, Delete - in the database interface for your application.

Technically CRUD can be applied to any sort of data store, but they chose to go with a MySQL-based example.


 

Fawad Hassan's Blog: CRUD using jQuery and Codeigniter (Part 2)

PHPDeveloper.org  Wed, 06/30/2010 - 10:16

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:


 

Fawad Hassan's Blog: CRUD using jQuery and Codeigniter - I

PHPDeveloper.org  Mon, 06/21/2010 - 12:25

On his blog today Fawad Hassan has the first part of a series where he's showing you how to create a CRUD interface by combining jQuery and the CodeIgniter framework.


 

Brian Swan's Blog: CRUD Operations with the OData SDK for PHP

PHPDeveloper.org  Wed, 03/24/2010 - 10:17

Brian Swan continues his look at using the oData data feeds from PHP with this new look at creating some of the basic CRUD (create, read, update, delete) operations via the oData SDK for PHP.


 

Till Klampaeckel's Blog: So you'd like to migrate from MySQL to ...

PHPDeveloper.org  Fri, 11/13/2009 - 07:58

Till Klampaeckel has posted the second part of his look at migrating your application away from the relational world of MySQL and into the document-oriented toolset CouchDB has to offer.

You can find part one here.