ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

cotonti

cotonti ALL

cotonti CMF 插件包用于 SublimeText 2 和 SublimeText 3

详细信息

  • 2013.12.18.21.41.20
  • github.com
  • 11年前
  • 57分钟前
  • 12年前

安装次数

  • 总计 131
  • Win 78
  • Mac 26
  • Linux 27
8月6日 8月5日 8月4日 8月3日 8月2日 8月1日 7月31日 7月30日 7月29日 7月28日 7月27日 7月26日 7月25日 7月24日 7月23日 7月22日 7月21日 7月20日 7月19日 7月18日 7月17日 7月16日 7月15日 7月14日 7月13日 7月12日 7月11日 7月10日 7月9日 7月8日 7月7日 7月6日 7月5日 7月4日 7月3日 7月2日 7月1日 6月30日 6月29日 6月28日 6月27日 6月26日 6月25日 6月24日 6月23日
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

源代码
raw.githubusercontent.com

这是一个包含cotonti CMF 开发者常用代码片段的 Sublime Text 扩展包。

代码片段列表

  • cotajax - 生成扩展的 AJAX 部分;
  • cotass - 为模板标签赋值的片段;
  • cotcheck - 通过 cot_check() 进行输入验证的片段;
  • cotconf - 在扩展设置文件中插入新的配置行;
  • cotdbcol - 从数据库中获取单个列值;
  • cotdbdel - 从数据库中删除匹配的行;
  • cotdbins - 将行插入到数据库表;
  • cotdbname - 为类似 $db_table_name 的变量声明全局表名;
  • cotdbsel - 从数据库中选择数据的通用片段;
  • cotdbupd - 更新数据库表中的数据;
  • cotforall - 从数据库中获取数据并在模板中渲染行的通用片段;
  • cothook - 插入钩子;
  • cotimp - cot_import() 函数调用的片段;
  • cotimppagenav - 导入分页参数;
  • cotlang - 生成 lang 文件;
  • cotnewxt - 创建新的 XTemplate 对象结构;
  • cotpagenav - 生成带有模板赋值的分页代码;
  • cotparse - 插入 $t->parse() 调用;
  • cotplug - 插件中管理员工具部分的框架;
  • cotplugtpl - 插件中管理员工具部分模板的框架;
  • cotreq - 插入 require_once cot_incfile() 语句;
  • cotset - 生成设置文件;
  • cotsqlcreate - 插入具有常见属性的 CREATE TABLE 语句;
  • cottool - 管理员工具部分的框架;
  • cottooltpl - 管理员工具部分模板的框架;
  • cottpl - 生成 TPL 文件的主块;
  • cottplblock - 在 TPL 文件中插入一个块;
  • cottplcbk - 插入 CoTemplate 回调标签。
  • cottplfile - 插入 CoTemplate FILE 语句;
  • cottplfor - 插入 CoTemplate FOR 语句;
  • cottplif - 插入 CoTemplate IF 语句;
  • cottplifels - 插入 CoTemplate IF … ELSE 语句;

快捷键

选择包含以 cot_ 前缀开头的 Cotonti API 函数调用的一行,例如 cot_input(...,然后按“Ctrl + Alt + C”打开该函数的 Cotonti 参考条目。

安装

使用 Package Control

如果您已安装 Package Control 插件包,您可以直接在 Sublime Text 中安装 Cotonti Snippets。打开命令面板并选择“Package Control: 添加仓库”,然后输入此仓库 URL。重新打开命令面板并选择“Package Control: 安装包”,然后搜索 Cotonti。

不使用 Package Control

如果您还没有安装 Package Control(非常建议您安装它!),您需要将此仓库克隆到您 packages 文件夹中,如下所示

git clone https://github.com/Cotonti/sublime-cotonti.git Cotonti