Welcome Guest, Not a member yet? Register   Sign In
looking for a Form and Crud library
#1

(This post was last modified: 04-23-2015, 01:29 AM by badpenguin.)

Hello,
can anybody suggest me:

1) a Form library, for faster prototyping a Contact form, that will support not only the form's validation but also the generation of the HTML for the input, the displaying of errors, handling of the POST, etc.; something like:
$form = FormFactory('myform');
$field1 = $form->Add('TextField','name')->SetMandatory()->AddValidateCallback('filter_name')->setErrorMessage('the name is mandatory and must be uppercase')->setPlaceholder('service name');
$form->Build()->OutputHtml();

2) a Crud library, like grocerycrud.com, but that i can use within CI for faster prototyping a backoffice/admin panel?
i don't know if you know the ATK/Achievo framework, it supports relations 1-to-1, many-to-many, one-to-many with nested windows;
i'm looking something to port it to C.I.


Thanks in advance! Heart
Antonio Gallo
http://www.badpenguin.org/ - No Profit, Open Source Software Association
http://www.antoniogallo.it/ - Freelancer
Reply


Messages In This Thread
looking for a Form and Crud library - by badpenguin - 04-22-2015, 03:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB