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

    评论

报告相同问题?

悬赏问题

  • ¥20 腾讯企业邮箱邮件可以恢复么
  • ¥15 有人知道怎么将自己的迁移策略布到edgecloudsim上使用吗?
  • ¥15 错误 LNK2001 无法解析的外部符号
  • ¥50 安装pyaudiokits失败
  • ¥15 计组这些题应该咋做呀
  • ¥60 更换迈创SOL6M4AE卡的时候,驱动要重新装才能使用,怎么解决?
  • ¥15 让node服务器有自动加载文件的功能
  • ¥15 jmeter脚本回放有的是对的有的是错的
  • ¥15 r语言蛋白组学相关问题
  • ¥15 Python时间序列如何拟合疏系数模型