zend framework 初识

1. 请求顺序 : index.php --> Bootstrap.php --> IndexController.php

2. 验证顺序 :

Bootstrap.php
function __contruct($app) {
parent:: __construct($app);
file_put_contents('d:/mylog.txt', __FILE__.date('Y-m-d H:i:s' . '\r\n', FILE_APPEND));
} IndexController.php
function init() {
.......
}
上一篇:JAVA package-info文件【转】


下一篇:使用国内的镜像源搭建 kubernetes(k8s)集群