Sam Spen Barnum

nicht wan sancho yamamoto, bonton von schlompfie.

Sunday, November 02, 2003

I've been over countless iterations of this, and have decided to write a CRUD interface in PHP. CRUD is an acronym for Create, Record, Update and Delete, which countless programmers have implemented countless times across myriad different systems. Why not standardize this?

Think about it, you've got your list view. Click on a record to edit. Or add a new record. Save changes. Validate. Return to list view. Delete a row.

CRUD!

Check back soon for more info.