You didn't look hard enough:
http://book.cakephp.org/view/1117/Plugin-assets
:)
On Apr 12, 11:49 am, Rebel 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 wrote:
>
> > Also be sure your assets
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 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
>
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 wrote:
> Try $this->Html
>
> Jeremy Burns
> jeremybu...@me.com
>
> On 11 Apr 2010, at 15:30, Rebel wrote:
>
>
>
> > I
Try $this->Html
Jeremy Burns
jeremybu...@me.com
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
>
>
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 :
but cake return a strange response: Missing Method (the css() methode)
in [plugin_name]Con