书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 236 个相关结果.
  • 在客户端扩展 ActiveForm(Extending ActiveForm on the Client Side)

    在客户端扩展 ActiveForm ActiveForm 事件 beforeValidate afterValidate beforeValidateAttribute afterValidateAttribute beforeSubmit ajaxBeforeSend ajaxComplete 通过 AJAX 提交表单 动态...
  • Code coverage support

    Code coverage support Remote code coverage This directory contains various tests for the basic application. Tests in codeception directory are developed with Codeception PHP T...
  • 简介

    简介 简介 特性 模块化 iBuilder动态页面构建 多平台支持 多语言API兼容 资源 简介 简介 InitAdmin是一套渐进式模块化开源后台,采用前后端分离技术,数据交互采用json格式,功能低耦合高内聚;核心模块支持系统设置、权限管理、用户管理、菜单管理、API管理等功能,后期上线模块商城将打造类似compose...
  • URL 管理

    URL Management(网址管理) 1. Creating URLs(创建网址) 2. User-friendly URLs(用户友好的URL) Using Named Parameters Parameterizing Routes Parameterizing Hostnames 隐藏 index.php Faking URL Suffi...
  • 从版本 1.0 升级到 1.1

    从版本 1.0 升级到 1.1 1. 与 Model Scenarios 相关的改变 2. 与 Eager Loading for Relational Active Record 相关的改变 3. 与在 Relational Active Record 中表别名相关的改变 4. 与 Tabular 输入相关的改变 5. 其他改变 从版本 ...
  • Relational Active Record

    关系型 Active Record 1. 声明关系 2. 执行关联查询 3. 关系型查询选项 4. Disambiguating Column Names 5. Dynamic Relational Query Options 6. Relational Query Performance 7. Statistical Query 8. Rel...
  • 创建扩展

    Creating Extensions(创建扩展) 1. Application Component(应用部件) ¶ 2. Behavior ¶ 3. Widget(小工具) ¶ 4. Action(动作) ¶ 5. Filter(过滤器) ¶ 6. Controller(控制器) ¶ 7. Validator(验证) ¶ 8. Console...
  • 数据库迁移

    Database Migration 1. Creating Migrations 2. Transactional Migrations 3. Applying Migrations 4. Reverting Migrations 5. Redoing Migrations 6. Showing Migration Information 7....
  • 使用命令行工具生成代码 (deprecated)

    Code Generation using Command Line Tools (deprecated) Note: The code generators in yiic shell have been deprecated since version 1.1.2. Please use the more powerful and extensi...
  • 收集表格输入

    收集表格输入 收集表格输入 有时候我们想按批收集用户输入.也就是,用户可以为多个模型实例输入信息然后一次性提交全部.我们之所以把这个称之为 表格输入(tabular input) 是因为输入的字段通常出现在一个HTML表格里. 要使用表格输入,我们首先需要使用模型实例创建或者填充一个数组,这取决于我们是插入还是更新数据.然后我们从$_POST 变...