Hi
I'm working with CakePHP and I've encountered some syntax I don't recognise - {n} as in...
$this->set('locations', $this->Location->generateList(null, 'locationName ASC', null, '{n}.Location.id', '{n}.Location.locationName'));
What do those {n} mean? Are they even PHP syntax or maybe they're specific to CakePHP?
Thanks.