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 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
To unsubscribe, reply using "remove me" as the subject.