merge - CakePHP how to list 2 different table which have same table structure -


hi have 2 different comments separated "user_id", "device_id".

i store comment user_id , comment device_id in 2 different tables.

i've used $this->tablename->find() method data single table, need data 2 table same.

is there way merge 2 data , order them 'created' in 2 tables?

thanks in advance


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -