Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreamsxin/phalcon7-tutorial
Phalcon7 tutorial
https://github.com/dreamsxin/phalcon7-tutorial
mvc phalcon7 phalcon7-tutorial
Last synced: 26 days ago
JSON representation
Phalcon7 tutorial
- Host: GitHub
- URL: https://github.com/dreamsxin/phalcon7-tutorial
- Owner: dreamsxin
- Created: 2017-04-21T21:56:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T01:17:45.000Z (over 7 years ago)
- Last Synced: 2024-10-30T03:49:07.485Z (2 months ago)
- Topics: mvc, phalcon7, phalcon7-tutorial
- Homepage: http://www.myleftstudio.com/
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phalcon7-tutorial
## Phalcon7 实例讲解
### 入门一 安装与使用
- 安装配置
- MVC简单使用### 入门二 分页与路由
- 数据的查询与分页显示
- 路由的使用### 入门三 多模块与安全验证
- 多模块使用
- 登录验证 & CSRF 防御### 入门四 模型和视图的高级用法
- 模型数据的格式化输出
- 视图的层级关系 & Section & ViewModel### 入门五 控制器的高级用法
- 输出数据的控制
- Action 返回值类型### 进阶一 缓存的使用
- 缓存模型数据
- 缓存视图数据
- 通过 HASH 键值实现分布式缓存### 进阶二 查询器的使用
- 查询构建的类型
- 批量插入与更新### 进阶三 多语言支持
- 使用 Phalcon\Translate\Adapter\Php
- 使用 Phalcon\Kernel::message### 进阶四 命令行应用
- 使用 MVC 模式
- 使用 CLI 模式
- 定时任务 & 进程管理### 高阶一 事件与事件管理器
### 高阶二 调度器与控制器的使用
### 高阶三 自定义验证器
### 高阶四 通过DI扩展内置组件
### 高阶五 分库与分表
常见错误解决方法