hi,
I have may function in controller, & i create view for all function
like
class cartcontroller extends AppController
{
var $name= 'carts';
var $uses= array('carts','products','categorys');
function Add()
{
}
function Edit()
{
}function Delete()
{
}
}
My question is that ::
1) it's necessary to crate view for every function ?
2) if i don't required view for delete function then what i have to
do?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---