Encompas

Encompas is a PHP/MySQL frameword built to be fast and simple to use. It uses a modified MVC structure where instead of normal data models it uses DAT.

What's DAT you say? (cue laugh track)

DAT stands for Data Access Thing, yes, I know creative name for something that handles getting and setting your data right? DAT makes you not need to write SQL for 99% of the things you need to do. Although you may still need to write the SQL for a complicated aggregate query here and there, once you use DAT you will never want to write your own SQL again.

Get DAT / Learn More >>

Getting Encompas
Currently I don't have a packaged version of Encompas, so if you are interested in trying it out, you will have to talk to me about it and I will have to get you an archive of the current version I have.

Why does the world need another PHP based framework you ask?
Well, it could be argued that it doesn't, but I think that my reasons are good.  Existing frameworks for PHP:

If you dissagree with me after reading the above, please tell me.  I have no issues changing my stance if new information proves it to be wrong.