Why is it good to write:
<?php echo $form->end(); ?>
instead of:
</form>
How do helpers support MVC?
I can't expect my designer to understand:
<?php echo $form->create(null, array('url' => '/recipes/add')); ?>
When I have to refer to the manual everytime I have to write it (or
debug it). I also have problems convincing my boss that this is a
quicker way of doing things when the output - in this case - amounts
to 53% more typing (in the case of the first example, 285% more
typing).
L.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---