My previous, technically-suspect post “Scott Guthrie and the Zend Framework” back in February may suggest that I am now running directly into spending two weeks rebuilding SonghaySystem.com on top of the Zend Framework.
It is true folks. I am rebuilding SonghaySystem.com on top of the Zend Framework and it will take about two weeks of “spare” time.
For the handful of very special people in my life who are waiting for my other (more artistic) projects to (finally) appear, this ‘Zend thing’ may seem like a compulsive detour, sucking yet more life out my creativity (this detour, by the way, stalls my Adobe Flex work). For me, building on top of Zend framework is like setting up a retirement fund for one of my children. So I understand how this can look like overkill for more Bohemian types.
Here are some notable blurbs about this sleep-depriving experience that should be expanded on later:
WebBaseConfiguration class of static helpers (for ‘meta’ bootstrapping) and design something I call configuration ‘chaining.’Zend_Controller_Front with print_r, one can see that View Helper paths are set up by default.ViewFragment came to me. This is a base class that contains ‘generic’ calls to the database to mix data with XHTML markup. Other Action Helpers can subclass ViewFragment to produce more page-specific markup.I can’t wait until I am done. I am sick of this falling-in-love-with-even-more-code shit!
This entry was posted on Wednesday, March 5th, 2008 at 12:05 pm and is filed under Digital Media Production, XAMPP Stack, kinté space news, root. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
[...] Two things people somewhere out there who care may notice: (i) The _legacy folder contains the old SonghaySystem.com site. I poach old code from there and insinuate it into the Zend framework and (ii) my Zend configuration file is in XML format—this is extremely useful for pre-bootstrapping (a design pattern I hinted at earlier). [...]