Hi,
The blog demo's code is already available. I thought it was in the download available from the home page but assuming right now that this is not the case you can still get all the code including the very latest version of the dooframework from SVN. The SVN repository contains all the latest bug fixes and enchantments and is the best source for getting hold of DooPHP.
I'll make an assumption that you are aware of SVN and if not I strongly suggest you search online for some basic information for making use of it and most importantly how to check out the code. You can find the read only version of the code here on google code :
http://code.google.com/p/doophp/source/checkoutI suggest you just checkout the /trunk/ as there is nothing in the branches etc...In here you will find 3 folders:
- app - This is a base application you can use to get started with a new project
- demos - In here you can find the source for 7 demo apps including the blog sample you linked to above
- dooframework - This folder contains the actual DooPHP Framework
Hope this is of some help
Richard