Projo Blog

:: This is where the magic happens!

Recent Updates

Building an MVC

March 2nd, 2012 by

So, when I first wrote projo, we wrote it as a pseudo-mvc. I say that because there was some structure that separated logic from views, and the data abstraction was pretty thin. After continuing to waste time developing the same types of things over and over again, it became apparent that we really should stop working on features and just rebuild the framework.

Then we built Projo-MVC. Basically its a regular old model-view-controller with some of our own custom things going on in the routing and whatnot. But now that the whole thing is finished, man is developing additions to the projo project a breeze. I wish we’d done this from the beginning. However, I’ll tell you what I’m glad we didn’t do — use someone else’s MVC. If we had, we’d have missed out on all of the great lessons we learned this year.

Depending how the development of the framework continues, we may even release an open source version of it on GitHub. Wouldn’t that be magical? :)

Oh ya, and remember how there was that post about developing the API in recess php? Well, now that we did this, we’ve really abandoned that idea. Sorry recess!

Finally blogging about development

October 15th, 2011 by

Its been about six months since this project started, and now that we’ve begun granting accounts to a select bunch of users, it became clear that one of the ways we can keep them informed of the progress and stability of the project is to do regular blog updates.

(more…)