Forum Moderators: coopster

Message Too Old, No Replies

Mysql CRUD/DataGrid

just a little help

         

SuperDuck

11:55 pm on Dec 27, 2009 (gmt 0)

10+ Year Member



First off all, i must say that my php knowledge is basic, and i developed only small applications until now !

My next step for learning php is to understand how can I make a DataGrid with CRUD functionality based on PHP OOP ( that is because i don't want to rewrite the code everytime) !
I won't ask you to write my entire code, because i want to learn! All I need is a tutorial which could learn me step by step how to do that (including how to use the class after creation) ! I must mention that I already search on google, but i didn't find something GOOD!

Of course i can also find a lot of classes, but most of times, i just don't understand them, so I prefer to learn by myself !

Thanks a lot, and sorry for my bad english!

coopster

1:19 pm on Mar 17, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I think perhaps the best way to accomplish this task and learn it at the same time is to start with a small table and develop the pieces. You could write the statements first to create, read, update and delete and then learn how to organize them to meet your needs.