On Thu, Sep 16, 2010 at 11:27 AM, psybear83 <[email protected]> wrote: > Hi all > > I haven't done PHP coding for several years now, and I wonder what's > the "@" in front of some statements I found in the view of our web > application: > > @$this->params['controller']
That will suppress warnings/notices if the key doesn't exist in the array. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
