Re: Joomla modules like functionality in CAKE PHP

2009-07-10 Thread Firas
I think elements can be cached. So you may get around querying the Models (which themselves use caching for when you do so) if the contents of the elements are not updated often. I came to Cake from Joomla as well and would like to hear about how to do this. So far it seems that elements (with s

Re: Connecting to web services

2009-06-26 Thread Firas
The DS documentation is still absent from the book. Is there a canonical list of required methods/attributes when building custom DSs? So far I found those two posted by gwoo http://bin.cakephp.org/saved/18892 http://bin.cakephp.org/view/925615535 On Jun 26, 1:04 pm, jperras wrote: > Use a cust

Re: SSL for some pages non-SSL for the rest

2009-04-27 Thread Firas
I want to join you in asking this question. I'm not familiar with other posts, but I think that this is related to the fact that session cookies created under SSL are only retrieved when the client logs back in in SSL. In other words the php session (or cake) cookies have the "secure" parameter

Re: Pulling data to use in default.ctp menu

2009-04-23 Thread Firas
I'm trying to do the same thing as well. I'm a little new to CakaPHP. I'm using elements, and for what them want it to do, they seem to work. On Apr 22, 9:58 am, blake wrote: > Hello, > > I have a menu being generated in my default.ctp file, and I need the > menu options to change depending on