Re: More about Behaviors ?

2007-06-19 Thread Max
Thanks a lot for explanation, Ad and Dan. I guess it will be interesting to work more with them :) Max On Jun 19, 12:00 pm, AD7six <[EMAIL PROTECTED]> wrote: > On Jun 19, 6:26 am, Max <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > I've been trying to find m

Re: More about Behaviors ?

2007-06-19 Thread Jonathan Langevin
dan, thanks for this post, it helped me out alot with the Tree behavior (struggled with that code for 2 days, lol) On 6/19/07, danfreak <[EMAIL PROTECTED]> wrote: > > > Hey Max, > > well behaviours are great in terms of code reusability. > They stand to modules as components stand to controllers.

Re: More about Behaviors ?

2007-06-19 Thread danfreak
Hey Max, well behaviours are great in terms of code reusability. They stand to modules as components stand to controllers. Just a small example. If you checked out Cake 1.2 you might have noticed the Tree behaviour. The Tree behaviour helps to handle situations that deel with commplex hierarchic

Re: More about Behaviors ?

2007-06-19 Thread AD7six
On Jun 19, 6:26 am, Max <[EMAIL PROTECTED]> wrote: > Hi All, > > I've been trying to find more about behaviors to start with them. But > I dont seem to find much information about them anywhere on the > CakePHP sites/Internet.. > > However, There are a lot of b

More about Behaviors ?

2007-06-18 Thread Max
Hi All, I've been trying to find more about behaviors to start with them. But I dont seem to find much information about them anywhere on the CakePHP sites/Internet.. However, There are a lot of behaviors code snippets available, but what I'm looking after is some more basic inform