The best way would be to create a pictures controller and put a view
function in that. Using the default way your url will be like
domain.com/pictures/view/#id
if you want to change that, you can always create a route which points
to the action in a different way.
in config/routes.php:
$Route->connect('/view', array('controller' => 'pictures', 'action' =>
'view'));
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---