Questions tagged with selfjoin

1 answer

0 votes

Asked by saidbakr, on 16/6/10 in Models

Hierarchical categories - parent child -

Hi,

I made the following table which describes hierarchical relation of categories. The table name is categories


id:
name:
description:
category_id

I mean by this design to have self join for this table where the category_id field handles the id...

2 answers

0 votes

Asked by designvoid, on 27/1/11 in Models

Complex query into Cake query

Hi there,

I have a bit of a beastly query involving joins etc that is working fine using the $model-query() method, but I would like to make it the more 'cakey' way... but I'm having no luck, could anyone take a look for me?

Current method:


$sql =...
<< previous next >>