CodeIgniter Forums
groceryCRUD version 0.8 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: groceryCRUD version 0.8 (/showthread.php?tid=37115)

Pages: 1 2 3 4


groceryCRUD version 0.8 - El Forum - 02-21-2011

[eluser]Frank Rocco[/eluser]
No problem, just wanted to make you aware.

Any plans to add validation?


groceryCRUD version 0.8 - El Forum - 02-21-2011

[eluser]web-johnny[/eluser]
[quote author="Frank Rocco" date="1298337496"]No problem, just wanted to make you aware.

Any plans to add validation?[/quote]

There is a javascript validation with the below code:
Code:
$this->crud->set_required_fields(array('name','title'...etc)); // The name of the fields
You can see my example. In future I will add the validation of codeigniter. In my experience there where no need for php validation ( true story :-) ) although I will add it.


groceryCRUD version 0.8 - El Forum - 02-21-2011

[eluser]Frank Rocco[/eluser]
Cool! Thanks


groceryCRUD version 0.8 - El Forum - 04-14-2011

[eluser]web-johnny[/eluser]
My new grocery CRUD v.1.0.0 is in this link. It has many many features that the old one didn't have. Try it ;-)


groceryCRUD version 0.8 - El Forum - 04-15-2011

[eluser]Atharva[/eluser]
Nice work!


groceryCRUD version 0.8 - El Forum - 08-08-2011

[eluser]David Tran[/eluser]
How set_relation_1_n work? I just dont understand the parameters in this function. Thanks