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

    评论

报告相同问题?

悬赏问题

  • ¥15 gradio的web端页面格式不对的问题
  • ¥15 求大家看看Nonce如何配置
  • ¥15 Matlab怎么求解含参的二重积分?
  • ¥15 苹果手机突然连不上wifi了?
  • ¥15 cgictest.cgi文件无法访问
  • ¥20 删除和修改功能无法调用
  • ¥15 kafka topic 所有分副本数修改
  • ¥15 小程序中fit格式等运动数据文件怎样实现可视化?(包含心率信息))
  • ¥15 如何利用mmdetection3d中的get_flops.py文件计算fcos3d方法的flops?
  • ¥40 串口调试助手打开串口后,keil5的代码就停止了