Re: call store procedure in cakephp

2008-10-17 Thread mark_story
look at Model::query() You can run arbitrary SQL through that. -Mark On Oct 17, 1:31 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > i want to convert my whole system in store procedure, so that place > guide me how can i call store procedure, & how can i call view from > mysql. --~--~

Re: call store procedure in cakephp

2008-10-17 Thread spub
You want to call a view from a mysql stored procedure? You could probably make a request to a controller. Without a controller you wouldn't have much in your view!! On Oct 17, 6:31 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > i want to convert my whole system in store procedure, so that

call store procedure in cakephp

2008-10-16 Thread [EMAIL PROTECTED]
i want to convert my whole system in store procedure, so that place guide me how can i call store procedure, & how can i call view from mysql. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post t