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

Reply via email to