Hello

Using: PHP 5, MySql 5.0.x, last cakephp.

I have the following store procedure on a Mysql 5.0.x instance:

procedure zz(
  in a int,
  in b int,
  out errmsg char(255)
)
...

Does anyone have an example on how to call the store procedure
from cakephp?

Thanks,

M.


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

Reply via email to