使用 Zend Framework 的 CMS 工作示例
我正在寻找一个使用 Zend Framework 的示例项目,以便我可以看看大师是如何做的。
我并不是在寻找使用 smarty 等其他东西或任何其他主要库的东西。
zendcast.com 等网站上有大量针对不同主题的示例,但我需要一个完整的工作解决方案。
我无法通过谷歌搜索找到类似的东西。
我不久前遇到过这个,它有一个关于中央身份验证的部分 http://www.zend.com/webinar/Framework/70170000000bEs9-webinar-secure-application-development-with-the-ZF-20100505.flv
这里有注释,看一下第9页 http://static.zend .com/topics/Webinar-Zend-Secure-Application-Development-with-the-Zend-Framework.pdf
这是个好主意吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我们正在制作一个基于 Zend Framework 的完全开源 CMS:Centurion CMS (http://www.centurion-project .org/)。
我们已经为此努力了两年多。该项目采用新的 BSD 许可证。
请随意尝试、使用、提取功能、提出一些推送请求、批评...
如果您有任何问题,请使用我们的 Google 群组:http://groups.google.com/group/centurion-project
We are making a full open source CMS, based on Zend Framework: Centurion CMS (http://www.centurion-project.org/).
We are working on it since more than 2 years. The project is under the new BSD licence.
Feel free to try, use, pull feature, make some push request, criticize...
If you have any question use the our Google group: http://groups.google.com/group/centurion-project
Social Engine 4 正是您所要求的,但它不是免费的,也不是开源的。使用 ZF 创建的最佳应用程序比 Zend 本身更受欢迎(google trend) 它被称为“Magento”。它是开源的并且基于最佳编程实践(设计模式)。
Social Engine 4 is what you are asking for but its not free nor open source . The best application ever created using ZF has became even more popular then Zend itself (google trend) its known as "Magento". Its open source and based on best programming practices (design patterns) .
Social Engine 4 项目基于 Zend Framework 构建。
Social Engine 3 使用 smarty,但他们决定迁移到 Zend。
Social Engine 4 projects are built on Zend Framework.
Social Engine 3 used smarty but they decided to move to Zend.
看看TomatoCMS
Have a look at TomatoCMS
Pro Zend 框架技术:构建完整的 CMS 项目
我认为这本书对你会有用。
Pro Zend Framework Techniques: Build a Full CMS Project
I think this book will be useful for you.