Amazium bvba, your online partner
  • Share post with Twitter
  • Share post with StumbleUpon
  • Share post with Delicious
  • Share post with Digg
  • Share post with Technorati
  • Share post with Blinklist
2009-06-23 23:34

Zend Framework: Module specific config

zend_config, zend_application_resource, zend_application, zend framework

In my everlasting quest to get to an application with self-containing modules, I took a big step today. I added the module specific config loading and a quick acl implementation.

  • Share post with Twitter
  • Share post with StumbleUpon
  • Share post with Delicious
  • Share post with Digg
  • Share post with Technorati
  • Share post with Blinklist
2009-06-21 10:15

Zend Framework: route specific layouts

zend_layout, zend_controller_router, zend framework

I'm playing a bit with how I should organize my application. I don't want to put my admin controllers in a seperate module. This would provide problems when I want to have self-containing modules which contain a front and back-end part.

  • Share post with Twitter
  • Share post with StumbleUpon
  • Share post with Delicious
  • Share post with Digg
  • Share post with Technorati
  • Share post with Blinklist
2009-06-16 18:08

Modular application with Zend Framework

zend_application, zend_tool, modules, zend framework

I admit. I am a sucker for modules. I like my code nicely seperated in manageable blocks, that I can reuse whenever I want. Needless to say, I'm a big fan of the modules in Zend Framework.

  • Share post with Twitter
  • Share post with StumbleUpon
  • Share post with Delicious
  • Share post with Digg
  • Share post with Technorati
  • Share post with Blinklist
2009-06-16 16:56

Zend_Navigation: menu, sitemap & breadcrumbs

zend_navigation, zend framework

Very interesting videocast on the Zend_Navigation component in Zend Framework. The author explains how to set up the configuration in the bootstrap, add a site menu, breadcrumbs and a sitemap.

  • Share post with Twitter
  • Share post with StumbleUpon
  • Share post with Delicious
  • Share post with Digg
  • Share post with Technorati
  • Share post with Blinklist
2009-06-01 19:13

Zend_Application: Loading Logs

zend_log, zend_application_resource, zend framework

With addition of Zend_Application in Zend Framework version 1.8, Zend is providing us with a number of classes to make building application easier. In the past I had several classes responsible for setting up my application, initializing database, setting the config, etc...

Previous Posts Next Posts