Hi everybody,
In the "Cake Philosophy", is it correct to extend an existent Helper
to overwrite some methods?
For example to write a file like this:
<?php
require(HELPERS.'form.php');
class MyHelper extends FormHelper
{
public function dateTime()
{
}
}
?>
Thanks by advance for your opinions about that!
BR
Avairet
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---