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