You didn't look hard enough: http://book.cakephp.org/view/1117/Plugin-assets
:) On Apr 12, 11:49 am, Rebel <[email protected]> wrote: > It's the /plugin/webroot dir that i need. But, I did not find this in > the manual (1.3 Collection) > thanks > > On Apr 11, 10:19 pm, nurvzy <[email protected]> wrote: > > > Also be sure your assets are in /plugin/webroot/css as that is now > > where cake 1.3 expects to find css assets for a plugin. > > > Hope that helps, > > Nick > > > On Apr 11, 1:20 pm, Jeremy Burns <[email protected]> wrote: > > > > Try $this->Html > > > > Jeremy Burns > > > [email protected] > > > > On 11 Apr 2010, at 15:30, Rebel wrote: > > > > > I developed a plugin for cake 1.2.5, it work great. I tried to use it > > > > with 1.3 beta > > > > > I have this : > > > > echo $html->css( '/plugin_name/css/file_name'); > > > > in my plugin layout > > > > > It generat : <link href="/cakeproject/plugin/css/file_name.css" > > > > type="text/css" rel="stylesheet"> > > > > > but cake return a strange response: Missing Method (the css() methode) > > > > in [plugin_name]Controller > > > > > I use .htaccess files with mod_rewrite enabled > > > > > thanks. > > > > > Check out the new CakePHP Questions sitehttp://cakeqs.organdhelpothers > > > > 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 athttp://groups.google.com/group/cake-php?hl=en > > > > > To unsubscribe, reply using "remove me" as the subject. > > 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
