Wednesday, November 30, 2011

Re: Spaces in Filenames (Theme / Themed / Upgrade Cake 1.3 to Cake 2.0)

I don't believe symlink will be possible (or at a minimum would be a big annoyance) because I run an unlimited number of apps from custom directories and each one contains its own theme directory.   I would much rather just figure out where to do something like... 

$fileName = str_replace('%20', ' ', $fileName); 

...to get it to show, but can't find where to do that in the core.  I tried ThemeView.php, View.php, Helper.php, MediaView.php, CakeResponse.php and no luck. 

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: