Zend studio 实现CI代码提示

简介: Zend studio 实现CI代码提示

在CI_Controller和CI_Model的类定义前追加如下代码。

既能够进行代码提示,也能够在自定义Model中访问$this->db了。

PHP
/**
* @property CI_Loader $load
* @property CI_DB_active_record $db
* @property CI_Calendar $calendar
* @property Email $email
* @property CI_Encrypt $encrypt
* @property CI_Ftp $ftp
* @property CI_Hooks $hooks
* @property CI_Image_lib $image_lib
* @property CI_Language $language
* @property CI_Log $log
* @property CI_Output $output
* @property CI_Pagination $pagination
* @property CI_Parser $parser
* @property CI_Session $session
* @property CI_Sha1 $sha1
* @property CI_Table $table
* @property CI_Trackback $trackback
* @property CI_Unit_test $unit
* @property CI_Upload $upload
* @property CI_URI $uri
* @property CI_User_agent $agent
* @property CI_Validation $validation
* @property CI_Xmlrpc $xmlrpc
* @property CI_Zip $zip
*/
class CI_Model {
//模型代码
}
目录
相关文章
|
IDE Go 开发工具
Go开发IDE全览:GoLand vs VSCode全面解析
Go开发IDE全览:GoLand vs VSCode全面解析
545 0
|
IDE Go 开发工具
【Go·编辑器IDE】GoLand集成开发环境安装及使用教程
【Go·编辑器IDE】GoLand集成开发环境安装及使用教程
【Go·编辑器IDE】GoLand集成开发环境安装及使用教程
|
5月前
|
C++
Visual Studio(clang)代码格式化
Visual Studio(clang)代码格式化
52 0
|
IDE 编译器 Linux
VScode 编译器配置IDE环境(C/C++/Go)
VScode 编译器配置IDE环境(C/C++/Go)
708 0
VScode 编译器配置IDE环境(C/C++/Go)
|
IDE Linux 开发工具
Lua IDE - ZeroBrane Studio
Lua IDE - ZeroBrane Studio
372 0
|
IDE 开发工具
Lua IDE - x-studio365
Lua IDE - x-studio365
210 0
|
JavaScript 前端开发 PHP
为新语言编写Visual Studio Code语法高亮插件
为一个简单的实验编程语言编写Visual Studio Code插件, 实现语法高亮. Develop a plugin for Visual Studio Code, to achieve syntax highlight for a simple experimental programming language.
2838 0
|
PHP C++
visual studio code 安装 PHP IntelliSense 报错
vs code (版本1.28)安装完PHP IntelliSense , 报错 :PHP executable not found. Install PHP 7 and add it to your PATH or set the php.
6255 0
|
IDE PHP 开发工具
更好的IDE代码提示:laravel-ide-helper
https://github.com/barryvdh/laravel-ide-helper 安装 composer require --dev barryvdh/laravel-ide-helper 设置服务提供者 config/app.
1503 0
|
IDE C# 开发工具
Lua IDE工具-Intellij IDEA+lua插件配置教程(Chianr出品)
Lua 编译工具IDE-Intellij IDEA 本文提供全流程,中文翻译。 Chinar 坚持将简单的生活方式,带给世人!(拥有更好的阅读体验 —— 高分辨率用户请根据需求调整网页缩放比例) ...
5697 0