Page 1 of 1

Doctrine ORM and Framework or Form Helper

Posted: Tue Feb 19, 2008 9:53 am
by dimalta5
Hi,

I've just read the Doctrine documentation (http://www.phpdoctrine.org) and I really love it,

now to be complete I'm looking for something to assists form construction by considering

the table declarations from Doctrine and no longer have to write things like this:

Code: Select all

<input name="email" .... />
but this instead for example:

Code: Select all

<?=$Form->Input('email')?>
and then the system manage maxlength, javascript validations, ... automatically

Does something like this exists?

Thanks in advance for your help,

JD