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-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-05-26 12:03

Add your own library to your new Zend Framework Application

zend_application, zend framework

I put a lot of stuff in my own library, so I need to add this to the project. My library prefix is Amz, but it can be whatevery you want. So, let's add it to our project.

  • 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-05-18 16:00

Build a Facebook application with Zend Framework

zend_application, zend_tool, zend framework

In this recent post to his blog Madarco shows how to create a simple Facebook application using the Zend Framework as the backend.

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