ZF Daily

  • Blog
  • Code
    • License
  • About
  • Contact

Developer's daily encounters with Zend Framework

Configuring PHP ini Settings in ZF2

Configuring PHP ini Settings in ZF2

2012-04-20 · by dlu · in Zend Framework 2

Spoiled by the ease with which it was possible to configure the PHP ini directives in Zend Framework 1 (in application.ini) I was hoping for a similar facility in ZF2. As far as I know, there is none (as of…

ZF2 Gets the baseUrl Wrong

ZF2 Gets the baseUrl Wrong

2012-04-19 · by dlu · in Zend Framework 2

There seems to be a problem in Zend Framework 2 beta 3 which prevents deployment of your application into a vhost subdirectory. There are hacks to circumvent this problem but if you like clean solutions, you will use the DluBaseUrl…

Twitter Bootstrap Forms with ZF2. Easily.

Twitter Bootstrap Forms with ZF2. Easily.

2012-04-08 · by dlu · in Zend Framework 2

Twitter Bootstrap contains pretty much everything you might need in a web app UI (and more). Its forms are nice and clean so why not use them with ZF2? I wrote a module DluTwBootstrap to make the process dead easy.

Fighting circular dependencies in Bootstrap

Fighting circular dependencies in Bootstrap

2012-03-11 · by dlu · in Zend Framework 1

Have you ever encountered this error message? Fatal error: Uncaught exception ‘Zend_Application_Bootstrap_Exception’ with message ‘Circular resource dependency detected’ in… Damn. Two of my resources are trying to bootstrap each other! Depending on the complexity of your Bootstrap you might be…

Search

Recent Posts

  • Configuring PHP ini Settings in ZF2
  • ZF2 Gets the baseUrl Wrong
  • Twitter Bootstrap Forms with ZF2. Easily.
  • Fighting circular dependencies in Bootstrap

Categories

  • Zend Framework 1
  • Zend Framework 2

Tags

Alias BaseUrl Bootstrap Bug Circular dependency Configuration DluBaseUrl DluPhpSettings Form Module PHP ini settings Twitter bootstrap Vhost Zend framework 1 Zend framework 2

Archives

  • April 2012
  • March 2012

Blogroll

  • Invisible to the eye
  • Loose Couplings
  • Miško Hevery
  • phly, boy, phly
  • PHPDeveloper.org
  • Rob Allen's DevNotes
  • Zend Developer Zone

Copyright © 2012 ZF Daily