上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 50 下一页
摘要: Introducing the Blog Module Now that we know about the basics of the zend-mvc skeleton application, let's continue and create our very own module. We 阅读全文
posted @ 2016-07-05 10:48 jinchunguang 阅读(222) 评论(0) 推荐(0)
摘要: Using zend-paginator in your Album Module TODO Update to: follow the changes in the user-guide use SQLite-compatible SQL syntax, and provide a script 阅读全文
posted @ 2016-07-05 10:47 jinchunguang 阅读(200) 评论(0) 推荐(0)
摘要: Using zend-navigation in your Album Module In this tutorial we will use the zend-navigation component to add a navigation menu to the black bar at the 阅读全文
posted @ 2016-07-05 10:46 jinchunguang 阅读(202) 评论(0) 推荐(0)
摘要: Unit Testing a zend-mvc application A solid unit test suite is essential for ongoing development in large projects, especially those with many people 阅读全文
posted @ 2016-07-05 10:45 jinchunguang 阅读(242) 评论(0) 推荐(0)
摘要: Conclusion This concludes our brief look at building a simple, but fully functional, Zend Framework zend-mvc application. In this tutorial we but brie 阅读全文
posted @ 2016-07-05 10:44 jinchunguang 阅读(197) 评论(0) 推荐(0)
摘要: Forms and actions Adding new albums We can now code up the functionality to add new albums. There are two bits to this part: Display a form for user t 阅读全文
posted @ 2016-07-05 10:43 jinchunguang 阅读(210) 评论(0) 推荐(0)
摘要: Database and models The database Now that we have the Album module set up with controller action methods and view scripts, it is time to look at the m 阅读全文
posted @ 2016-07-05 10:42 jinchunguang 阅读(163) 评论(0) 推荐(0)
摘要: Routing and controllers We will build a very simple inventory system to display our album collection. The home page will list our collection and allow 阅读全文
posted @ 2016-07-05 10:40 jinchunguang 阅读(185) 评论(0) 推荐(0)
摘要: Modules zend-mvc uses a module system to organise your main application-specific code within each module. The Application module provided by the skele 阅读全文
posted @ 2016-07-05 10:39 jinchunguang 阅读(338) 评论(0) 推荐(0)
摘要: Getting started: A skeleton application In order to build our application, we will start with theZendSkeletonApplication available on github. Use Comp 阅读全文
posted @ 2016-07-05 10:38 jinchunguang 阅读(255) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 50 下一页