MVC Without the OOP

Recent Entries

Which Framework? • I've been asked the question many times, which framework should I use? Sean Corfield I'm sure is asked more often than I have...

MVC Without the OOP • Should one methodology impose another?

Ruby on Rails Reaches 1.0 • Ruby on Rails reaches the 1.0 milestone and launches new website to boot!

Alpha Launch • Errr, what's an alpha launch then?

Visitor Comments List

There are currently no comments.

View Blog Entry

[ February 03 2006 ] • MVC Without the OOP
Should one methodology impose another?

I came upon an interesting post on the Fiftyfoureleven.com blog about MVC and OOP, and it got me thinking ... should one methodology impose another when it is not required?

As the blog post indicates, you most definately can build an MVC application without OOP, but most frameworks that implement the MVC methodology require the use of OOP.

Now there is nothing wrong with OOP, I've built my share of OOP applications, but do most websites require OOP ... probably not, but even those should follow MVC, but how many people have been put off using MVC because they didn't want to go thru the requirements of learning OOP?

Related Blog Post: PHP and MVC without the OOP

Categories: General

Visitor Comments

There are currently no comments. Why not submit yours?

Add Your Comment

Comments disabled