资 源 简 介
What is Itik (ETK)?
Itik is Indonesian term for duck, while ETK means Easy ToolKit. So, this framework hopefully empowers the new (and newbie) programmer in PHP web-based applications to do some prototyping way quicker and faster.
The Itik consists of just one main class and file, and some other supporting files for styling, basic layout, basic JS interactions and basic configuration.
The main class, doCrud() is the central idea of Itik. Basically it will handle some main routines for accessing tables on MySQL database (Create-Read-Update-Delete) in such an incredibly easy way, just not like any other CRUD framework you"ve might seen/used before.
Let"s take a quick shot:
insertData("guest");else:$d->addForm("guest"); endif;// EOF, no closing PHP tag is needed
Voila! Save that file as eg. guest.php and access it via browser, and you"ll get a table-less form