On Wed, Oct 20, 2010 at 6:43 AM, Emulator
<thorsten.koer...@googlemail.com> wrote:
> Hi,
>
> I wonder if cakePHP still isn't able to have multiple cache prefixes
> for cached views.
> I am currently evaluating different MVC frameworks for a larger web
> project. One of the key requirements is to enable different views for
> different devices such as smartphones, TV, game consoles etc.
> It is required to use exacly the same URLs for all devices like
> http://www.example.com/products/detail/123/myproduct where "myproduct"
> is an addition to URL to have better SEO URLs.

Why don't you leave out the ID then and just use the slug?

> Infact cakePHP 1.3 is able to do this, by selecting different layout-
> and view-templates for different devices, but all the views will
> result in the same cache file, where all prefixes like 'ps3_',
> 'iphone_'  etc are set correct according to the documentation but
> completly ignored by the caching engines (tried with File and
> Memcache.)
> This will kill cakePHP as a possible selection.
> Is there a tip or a really functional running workaround, to have
> caching enabled in this setup?

CSS?

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to