Check these : http://book.cakephp.org/2.0/en/core-libraries/helpers/html.html#HtmlHelper::image
http://book.cakephp.org/2.0/en/core-libraries/helpers/html.html#HtmlHelper::css 1.3 -> 2.0 its changed from $html->image to $this->Html->image etc... Andras On Aug 23, 2014, at 2:47 PM, 'Dallas' via CakePHP <[email protected]> wrote: > does anyone know how this should be > > <?php e($html->image('index_01.jpg'));?></td> > > and > <?php e($html->css('shark')); ?> > > shark being my stylesheet. when I removed the above css line, my background > came up. So I do not know if I no longer need these lines or if the language > has changed. They were calling for undefined functions in the error messages. > > Thanks for any help > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/d/optout. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
