cypher86 Posted March 1, 2013 Share Posted March 1, 2013 hi all, i have an application that i wrote on my own without the use of any framework (sequential style). i'd like to port it on zend framework, so i started with the skeleton application tutorial. now i'm trying to shape the skeleton application in order to reach my goal. is that the right way? instead of using the model mapping a class for each table i'd like to let the logic on the db creating procedures that return the result that has to be shown in the view. how can i do that? Quote Link to comment https://forums.phpfreaks.com/topic/275087-application-porting/ Share on other sites More sharing options...
samitrimal Posted March 4, 2013 Share Posted March 4, 2013 You can do Zend\Db\|Sql\Sql, here is the simple implementation. http://samitrimal.blogspot.com/2013/02/database-operation-in-model-using.html Quote Link to comment https://forums.phpfreaks.com/topic/275087-application-porting/#findComment-1416453 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.