how to retrieving list of all models associated with a given model ..?

2009-03-12 Thread gunung pangrango
Hello, I'm new in cakephp and now i have one problem i have one model with nested associated with other model example: A - hasMany B B - hasMany C C - hasMany D C - hasMany E and if i call associated of A then the return result is Array ( [A] = Array ( [B] = Array

Re: Problems installing phpGACL for CakePHP 1.2

2008-11-21 Thread gunung pangrango
same promblem with me.. anyone can help..?? --~--~-~--~~~---~--~~ 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

Rails ActiveScaffold for Cake

2008-11-03 Thread gunung pangrango
Hello is there something like Rails ActiveScaffold for Cake? thanks --~--~-~--~~~---~--~~ 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

how to create table in database from cakephp

2008-10-10 Thread gunung pangrango
Hello everyone?? i'm newbie in cakephp and now i'm develop web application with cakephp and mysql... in my application user can add table or add field table from user interface...such us phpmyadmin user can define table name , field name , field type and more... and now i want to know how

Multi lingual label fieldname table

2008-09-23 Thread gunung pangrango
i'm newbie in cakephp and don't know how to create site has Multilingual label field name table..?? example i'm have blog table (id, 'name') but in display sometime i want display it as id and 'people name' sometime id and 'person name'.. and information about this data stored in database