> Without some special tricks, protected functions are only available in > PHP 5, and since Cake 1.x is supposed to work on both PHP 4 and PHP 5, > well, you can fill in the rest.
Yes, I know :) And since quite a few hosts my clients' websites run on still use PHP4, I'm really greatful for that. I meant pseudo-protected, like _deconstruct(). A 'hint' that it's supposed to have protected scope. What 'special tricks'? Sounds interesting. On Jan 25, 5:10 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On Jan 25, 2008 12:07 PM, grigri <[EMAIL PROTECTED]> wrote: > > > > > > You don't call it directly. Just use Model::set(). > > > Shouldn't it be protected then? > > Without some special tricks, protected functions are only available in > PHP 5, and since Cake 1.x is supposed to work on both PHP 4 and PHP 5, > well, you can fill in the rest. > > -- > Chris Hartjes > Internet Loudmouth > Motto for 2008: "Moving from herding elephants to handling snakes..." > @TheKeyBoard:http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
