if you want create four basic operations create, read, update and delete on particular database table it is very easy with akelos framework by using scaffold command at console. In dos prompt go to your application path and type the following command
c:>appserv>www>mysite> php script/generate scaffold user
then the four operations for that table was created you simply open http://localhost/mysite/user