I will be developing a website with PHP CodeIgniter(Framework) and MySQL. I already have done different project using the tools.
Here is something new to me ... I ask about my Professor if I could make a stored procedure on PHP-MySQL then, he suggested me this "MySQL Workbench". I already have experience making stored procedure in SQL and it work so fine to me.
I already "googled" a lot but I could not find any tutorial from scratch about PHP CodeIgniter and MySQL Workbench interaction. Could any body help me? Any tutorial/reference would help. Thank you
DELIMITERCREATE TABLEorCREATE PROCEDUREstatements. What is your process for creating your tables now?query()call, and pass in its parameters. It's just a SQL query from codeigniter's point of view. But you asked about "making a stored procedure". You can make it in whatever MySQL client you already use to create your tables - the command linemysqlor phpmyadmin or whatever.