Skip to content

基于phalcon的mvc骨架,用于快速开发

Notifications You must be signed in to change notification settings

slumzzw/phalconMvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#一个基于phalcon的mvc骨架

##特点

  • 依赖phalcon扩展,性能强劲
  • mvc+s,增加service层,不用在controller里面写逻辑代码,让controller保持清爽
  • 受Yii框架的影响,生成的文件都放在runtime里面,保证该目录可写
  • cli应用使用:cd app,php run;tasks目录下文件为cli应用逻辑
  • 没有用多模块,而是用多层级controller,适合中小型应用

安装

About

基于phalcon的mvc骨架,用于快速开发

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.9%
  • Volt 25.8%
  • ApacheConf 1.7%
  • HTML 0.6%