Re: Multiple N to Distinct N Model

2007-12-12 Thread sum1kul
Santa, I have tested the option 2 and it works as expected. - The structure of tables and $belongsTo variable that you proposed were kept unchanged. - Small modification: under score is used for the foreign keys (e.g. opening_id). I reviewed the cake core and found out that generatList() detects o

Re: versions of CakePHP - How to locate

2007-12-09 Thread sum1kul
9, 8:48 am, "Howard Glynn" <[EMAIL PROTECTED]> wrote: > On Dec 9, 2007 4:32 AM, sum1kul <[EMAIL PROTECTED]> wrote: > > > Was wondering how to locate some of them. Particularly, for cake 1.2, > > where can I locate the 'development' version? >

versions of CakePHP - How to locate

2007-12-08 Thread sum1kul
This page mentions about 5 versions of CakePHP. https://trac.cakephp.org/wiki/Developement/Process * stable * development * trunk * nightly * branch Was wondering how to locate some of them. Particularly, for cake 1.2, where can I locate the 'development' version? Is the st

Re: Xml layout name

2007-12-05 Thread sum1kul
Try this as well: option 1: - turn on Router::parseExtensions(); in routes.php - use xml extension for url, then the defaut.ctp in xml folder will be used by cake. - more info http://groups.google.com/group/cake-php/msg/3baf7b8e7256aae1 option 2: the default.ctp only outputs xml declaration head