获取 Chris Pitt 撰写的 Pro PHP MVC 书籍的代码

Get code of Pro PHP MVC book by Chris Pitt

我已经读完这本书直到第 14 章:注册和登录,但是每当我尝试 运行 应用程序时,我都会收到以下错误

我已经上传了 Github Repo

如果有人知道本书的代码,请分享

( ! ) Strict standards: Non-static method Framework\Core::initialize() should not be called statically in C:\wamp\www\SwiftMVC\public\index.php on line 8

( ! ) Notice: Undefined variable: this in C:\wamp\www\SwiftMVC\framework\core.php on line 14

( ! ) Fatal error: Uncaught exception 'LogicException' with message 'Passed array does not specify an existing static method (first array member is not a valid class name or object)' in C:\wamp\www\SwiftMVC\framework\core.php on line 14 ( ! ) LogicException: Passed array does not specify an existing static method (first array member is not a valid class name or object) in C:\wamp\www\SwiftMVC\framework\core.php on line 14

出版商只提供每章分开的源代码。

如果您还不知道,可以在...

下找到

http://www.apress.com/9781430241645

打开选项卡 'Source Code/Downloads'。

我读过 Chris Pitt 的 Pro PHP MVC 一书,有两件事我不确定 - 1. 核心 class 以及 classes 的自动加载是如何完成的。 2. ArrayMethods::last 没有在任何地方定义,我的猜测是它只是返回最后一个元素但不确定。