Thank you Anthony for such a good answer. You have been very much help for me. I was confusing with so little until now. Best regards and may the force be with you :)
2011/1/31 Anthony <[email protected]>: > On Monday, January 31, 2011 11:30:34 AM UTC-5, web2py noob wrote: >> >> Thanks for your answer. I appreciate your time :) >> >> I know that OOP and MVC are not exclusive (like programming paradigm >> != design pattern), my doubt is about if I really need to use OOP if >> I'm not developing any widget or plugin, but using the tools that >> web2py already have to build an application. > > Right, you probably don't need a lot of your own classes if you're just > using the existing web2py tools, though at times it may be helpful to extend > existing web2py classes to alter the behavior or add functionality. > > Anthony

