Doctrine ORM and Framework or Form Helper
Posted: Tue Feb 19, 2008 9:53 am
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:
but this instead for example:
and then the system manage maxlength, javascript validations, ... automatically
Does something like this exists?
Thanks in advance for your help,
JD
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" .... />Code: Select all
<?=$Form->Input('email')?>Does something like this exists?
Thanks in advance for your help,
JD