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-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...

  • 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-04-23 15:44

Zend_Application: Multiple DB Loading

zend_application_resource, zend_application, 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...