Thanks for the code. I've been looking at it and it looks good. You seem to be doing the basic stuff the same way I do it. I think it'll be especially helpful to people who are completely new to agavi.
Koen > -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Namens Veikko Mäkinen > Verzonden: woensdag 28 maart 2007 22:44 > Aan: Agavi Users Mailing List > Onderwerp: [Agavi-Users] CMS Sample App > > > Due to a demand of Agavi sample code I promised to publish a > small project of mine. It's a stub of a simple CMS system put > together with Agavi (0.11-DEV r1865) and Propel. It uses RBAC > user, translation, routing with custom callbacks and Propel's > nested sets. Hence it should give a bit more than the default > Agavi Sample App. > > You can download the project from http://veikko.fi/temp/cms.zip. > > Files are organized as follows: > /app = application code > /pub = public html/css/js/images > /libs = agavi and propel > /dev = development files, not needed at runtime > > I've bundled an sqlite3 database (in /app/data/) so if you > have PDO_SQLITE enabled you should be able to plug and play. > Otherwise use the sql ddl from /dev/db/sql/ and modify db > parameters in /app/config/cms-config.php. To log in go to > localhost/admin/ and type "admin"/"foo". > > THIS IS NOT A FULLY FUNCTIONAL APPLICATION but most visible > features should work. I hope it helps new people to get on > with Agavi but I also would like to get feedback from others > (this is the only code-review I can have as I work alone with > this project :) > > Feedback and questions are welcome via this list, in #agavi > (irc.freenode.net) or as a private message. > > > -veikko > > > _______________________________________________ > users mailing list > [email protected] > http://lists.agavi.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
