我正在尝试使用ZF2.beta创建项目。 (zf创建项目sometest)
我得到的问题与http://pastebin.com/kwsXV8T8
相同注意:未定义的属性: Zend \ Code \ Reflection \ FileReflection :: $ contents in /usr/local/include/ZF2/library/Zend/Code/Reflection/FileReflection.php 在第272行
项目已创建,但有些文件为空。 (例如bootstrap.php)
这些通知是否可以?引导程序应该是空的吗?
答案 0 :(得分:0)
这是因为在FileReflection.php
第90行中,contents
属性被注释,但getContents
方法(第272行)不是。
它还没有准备好,所以请加布里埃尔桑托斯的建议。
答案 1 :(得分:0)
你可以使用ZF2 App Skeleton https://github.com/zendframework/ZendSkeletonApplication这就是我开始使用ZF2的方式。
他们的整个Github帐户非常有趣https://github.com/zendframework