September 11th, 2008 jasoneisen
In preparation for a ZendCon “unconvention” talk I’m giving about making ZF modules distributable, I’ve had to throw a quick demo app together to show how easy it is to install my security module into an existing application. I had initially hoped to check out planetarium, which is a blog app thats been brewing for quite a few weeks now, and I was especially excited to see huge amounts of files being pulled down when I did a repository checkout. But 4 libraries and 10 million lines of code later, I was rather disappointed to be presented with only a hello world page. Not gonna cut it!
So, considering the talk is on Tuesday, I’ve taken things into my own hands and spent the evening making this:
Currently, it’s nothing but controllers with empty actions, and their corresponding view files. This evening has just been building out the structure and getting design elements in order, which at the moment is a hacked up version of the Mollio template. But this will be a semi-functional blog app by the end of this weekend, I promise! And not to mention, it will have a handy security module ready to be installed, too
You can check it out in the security module repository under “demo” which, by the way, is also coming along nicely. Hopefully this talk will get some documentation out of me as well. (I’ve heard rumors that talks would be recorded and put online, too, but I’m not sure if its for unconvention talks.)
Go to the repository, pull it down, and try it out. It’ll only take 2 minutes… and if you break it who cares? You can make a bug report and I’ll fix it!
Tags: blog, php, Security Module, unconvention, Zend, zend framework, zendcon
Posted in Doctrine, Zend | 3 Comments »