ZF Daily
  • Blog
  • Code
    • License
  • About
  • Contact
Developer's daily encounters with Zend Framework
Home » 2012

DluTwBootstrap updated to ZF2 RC6

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

DluTwBootstrap – the Zend Framework 2 module for generating Twitter Bootstrap UI (forms) has been updated to Zend Framework 2 RC6.

DluTwBootstrap updated to ZF2 RC5 and Twitter Bootstrap 2.1.0

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

DluTwBootstrap – the Zend Framework 2 module for generating Twitter Bootstrap UI (forms) has been updated to Zend Framework 2 RC5 and Twitter Bootstrap v2.1.0.

DluTwBootstrap updated to ZF2 RC3

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

DluTwBootstrap – the Zend Framework 2 module for generating Twitter Bootstrap UI (forms) has been updated to Zend Framework 2 RC3.

Getting dependencies into ZF2 Controllers

Getting dependencies into ZF2 Controllers

2012-07-05 · by dlu · in Zend Framework 2

Do your controllers need other object instances to do their work? Well, how do you get your hands on those dependencies inside your controllers? Forget new Xyz() – that’s a road to hell. There is a better way in ZF2….

DluTwBootstrap updated to ZF2 Beta4

2012-06-14 · by dlu · in Zend Framework 2

The DluTwBootstrap module facilitating usage of Twitter Bootstrap in Zend Framework 2 applications has been updated to reflect the changes brought by Zend Framework 2 Beta 4.

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

  • DluTwBootstrap updated to ZF2 RC6
  • DluTwBootstrap updated to ZF2 RC5 and Twitter Bootstrap 2.1.0
  • DluTwBootstrap updated to ZF2 RC3
  • Getting dependencies into ZF2 Controllers
  • DluTwBootstrap updated to ZF2 Beta4

Categories

  • Zend Framework 1
  • Zend Framework 2

Tags

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

Archives

  • August 2012
  • July 2012
  • June 2012
  • April 2012
  • March 2012

Blogroll

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

Copyright © 2013 ZF Daily