As per the php doc...

As of PHP 5, this function returns the name of the methods as they were
declared (case-sensitive). In PHP 4 they were lowercased.

Seb.

On Jan 22, 9:55 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Crap, I'm stupid.  The example method should be...
>
> function addFieldFullName($x) {
>     return $x['first_name'] . ' ' . $x['last_name'];
> 
> }My bad!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to