I am getting no where with the documentation.

function view($name = null) {
        $this->PageControl->name = $name;
        $this->set('post', $this->PageControl->read());
}

This outputs the following...

WHERE `PageControl`.`id` = 'index' LIMIT 1

I want it to output

WHERE `PageControl`.`title` = 'index' LIMIT 1


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to