Skip to content

Latest commit

 

History

History
executable file
·
4 lines (4 loc) · 436 Bytes

File metadata and controls

executable file
·
4 lines (4 loc) · 436 Bytes

##PHP mvc框架 ###实现简单的mvc架构,有路由、模板引擎、数据库等

  • 在view/中的html文件引入js时,用<script src=""></script>的形式才会在编译缓存模板时被正则匹配到; src必须是相对于index.php的相对路径,读取js文件具体内容实在index.php中执行的。
  • 变量标签: {$test}; foreach标签 11 ; for标签<each i=0;i<2;i++>222 ;