I've been working on a personal project for quite some time now, and would like to share it with the world. It's called eGogga, and it runs on the YaPHPfter framework.
Check it out at https://launchpad.net/yaphpfter and https://launchpad.net/egogga or read more here.
The idea with YaPHPfter is to give the coder a framework which takes away all of the grunt work of coding (another HTML form, another user login, remember me functionality AGAIN), and makes it easier for the coder to focus on creating an awesome app.
Here's some features and future features of YaPHPfter:
Some explanation for the name choices of YaPHPfter and eGogga:
This is just a prelim release of eGogga. It's chock n block full of functionality. Check it out!
Please don't hesitate to ask any questions!
You can also get the bazaar branch at https://code.launchpad.net/~jurgens.du.toit/egogga/main
Ok, in my previous post I started explaining what YaPHPfter is, and how it is all about recognizing patterns and reducing work for you, the coder. I also talked about how HTML input tags containt patterns, and how we can explout these patterns.
I went ahead and coded a HTML library which exploits these patterns, which can eventually be used in dynamically generating HTML forms from predefined meta-data.
I while back I started work on a PHP framework, pretty much the same as Ruby on Rails' Active Record, but on PHP and coded by yourself truly. I named it YaPHPfter: Yet Another PHP Framework.