There is no OOP vs MVC the two are orthogonal. You can implement MVC using OOP or not. making things (too) simple: - python -> OOP - web2py -> MVC
mic 2011/1/31 Bruno Rocha <[email protected]> > You can mix OOP with MVC. > > You can create your own modules, plugins, validators and widgets using Full > OOP, then when creating your MVC application you will consume your OOP. > > Bruno Rocha > http://about.me/rochacbruno/bio > > > 2011/1/31 w2padawan <[email protected]> > > Hi, >> >> I'm wondering if it's a good practice to use Object Oriented >> Programming in web2py instead of the builting MVC method. OOP is what >> I learned in school but I haven't need it in web2py at this moment and >> i'm very pleased with the MVC paradigm, but want to know if it's >> better start training and developing in OOP with web2py or MVC is just >> a new good and efficient fashion to do almost the same. >> >> It's worth to say that web2py is my first framework and i'm learning >> python with it. >> >> kind regards for your answers. >> > >

