drlndkhib08556095 2014-01-25 12:33
浏览 64

PHP CodeIgniter - MySQL Workbench

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

  • 写回答

1条回答

  • dongyan3562 2014-01-25 12:43
    关注

    Check How to write a stored procedure using phpMyAdmin and how to use it through php?

    delimiter //
    CREATE PROCEDURE sp_test()
    BEGIN
      SELECT 'Number of records: ', count(*) from test;
    END//
    

    But I recommend to use MySQL Workbench instead.

    More information: php.net stored procedure refrence

    评论

报告相同问题?

悬赏问题

  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!