How to enable Auto Complete in PHPStorm for CodeIgniter framework

前端 未结 2 1520
悲哀的现实
悲哀的现实 2020-12-13 02:47

In CodeIgniter Project, I\'ve normally use following commands to execute sql.

$res = $this->db->select(\'*\')
                 ->from(\'customer\')
         


        
2条回答
  •  -上瘾入骨i
    2020-12-13 03:34

    download https://github.com/topdown/phpStorm-CC-Helpers/releases

    Mark as Plain Text

    • /system/core/Controller.php
    • /system/core/Model.php
    • /system/database/DB_active_rec.php

    Then Extract the downloaded archive, copy it to your project root

    That's all Mifas links do the same too though

提交回复
热议问题