Hi,
i've written a console shell skript. I need to call the actions,
within the main action.
e.G.
function main() {
X-> Here i want to call update1 with argument
X-> Here i want to call update2 with argument
}
function update1($id) {
}
function update2($id) {
}
Is there a way to do this?
greetings,
Alexander
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---