Re: adressing css-files (for yui) outside the css folder

2007-03-23 Thread cc96ai

it seems the helper is outdated, YUI came with new version, I cant
make it works
I m still trying,

anyone implemented already ?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: adressing css-files (for yui) outside the css folder

2007-03-20 Thread Cheeze

 $this-controler-webroot.$this-yui_folder . DS . $file . DS .
 $file . .css;

I don't understand what you are trying to achieve with this line. What
kind of result do you expect to get from this line?



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: adressing css-files (for yui) outside the css folder

2007-03-20 Thread dfgonzalez

I don't understand your line neither, anyway, /vendors isn't visible
from the web browser, I think you must put it inside /app/webroot.

On Mar 18, 8:44 am, symfony [EMAIL PROTECTED] wrote:
 Hey,
 is it possible (with url-rewrite) to adress css-files outside the css-
 folder in webroot? I want to use yui and save it in /vendors/yui. But
 I cannot acces the css! I've tried it like this, but it didn't work :(
 $this-controler-webroot.$this-yui_folder . DS . $file . DS .
 $file . .css;
 Can anyone help me?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: adressing css-files (for yui) outside the css folder

2007-03-20 Thread dfgonzalez

BTW: I've just found this, may be it owrks for you :-)

http://cakeforge.org/projects/yahoouihelper/

On Mar 18, 8:44 am, symfony [EMAIL PROTECTED] wrote:
 Hey,
 is it possible (with url-rewrite) to adress css-files outside the css-
 folder in webroot? I want to use yui and save it in /vendors/yui. But
 I cannot acces the css! I've tried it like this, but it didn't work :(
 $this-controler-webroot.$this-yui_folder . DS . $file . DS .
 $file . .css;
 Can anyone help me?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---