Welcome Guest, Not a member yet? Register   Sign In
Automated Form Generation
#10

[eluser]sikkle[/eluser]
I think i'm looking for the same thing, not a full implemented solution but something like

mysql field are ->

Code:
name : description
attribute : varchar
varchar lenght :(100)

create a view file only with the name of the table :

let use 40 for size by default everywhere maybe an option to control if value is needed or not.

Code:
<?=form_input(array('name'=>'description', 'id'=>'description', 'maxlength'=>'100', 'size'=>'40',
                'value'=>(isset($this->validation) ? $this->validation->description  : '')))?>


Is it for what you've looking for ? and have you ever see this around ?


Messages In This Thread
Automated Form Generation - by El Forum - 06-21-2007, 08:53 AM
Automated Form Generation - by El Forum - 06-21-2007, 09:29 AM
Automated Form Generation - by El Forum - 06-21-2007, 01:13 PM
Automated Form Generation - by El Forum - 06-21-2007, 02:52 PM
Automated Form Generation - by El Forum - 06-21-2007, 05:23 PM
Automated Form Generation - by El Forum - 06-21-2007, 05:30 PM
Automated Form Generation - by El Forum - 06-21-2007, 05:57 PM
Automated Form Generation - by El Forum - 06-23-2007, 09:56 AM
Automated Form Generation - by El Forum - 06-24-2007, 04:43 PM
Automated Form Generation - by El Forum - 09-25-2007, 09:33 PM
Automated Form Generation - by El Forum - 09-26-2007, 03:21 AM
Automated Form Generation - by El Forum - 09-26-2007, 08:00 AM
Automated Form Generation - by El Forum - 09-26-2007, 10:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB