/phalconMvc

a simple Phalcon skeleton with sub controller,cli,mvc +service

Primary LanguagePHP

A simple Phalcon skeleton with sub controller,cli,mvc +service

Features

  • mvc+s,add service layer,you need not write service code in the controller,make controller clear.
  • Influenced by Yii Framework,all files created by app under in runtime folder,please keep it writble.
  • start app in cli env:cd app,php run main main.
  • Have no sub modules,I use sub controller,it's enough for Small and medium-sized application.

Install