Re: Cakephp Paginate with associated tables

2008-10-28 Thread rainmore
Hi , I realize there is no one working on this google group. Finally, I found the solution by myself. That is to use "container", which can be found by http://book.cakephp.org/view/474/Containable. Also, in order to get the exactly result, I'd like to add more reference key or (foreign key).

Cakephp Paginate with associated tables

2008-10-23 Thread rainmore
Hi , This is the first time I post a request to this group. I wish I could find a solution for this problem. 2 tables are post ( id int not null auto_increment, latest_content_id int null primary key(id) ) postcontent( id int not null auto_increment, title varchar(255) not null, body text null