Yes, and you can also use the public, private, protected keywords instead of using underscores.
On Sat, Aug 8, 2009 at 10:07 AM, Benjamin Moses Lieb<[email protected]> wrote: > > New to cakephp here. The docs say to use the $name var to resolve some > naming issues in php4. I intend to use only php5. Can I safely skip > the $name var in my classes? > > class ArticleFixture extends CakeTestFixture { > var $name = 'Article'; > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
