Tag Archives: php

Zend Framework – run in a subdirectory

This article explains how to use Zend Framework MVC in a subdirectory (rather than in the DocumentRoot) [Link]

Posted in General | Tagged , | Leave a comment

Zend framework Quickstart and SQLite

I was building the Zend Framework quick start tutorial example but I kept getting the following error: Message: SQLSTATE[HY000]: General error: 14 unable to open database file This was despite the fact that I had correct privileges on the database … Continue reading

Posted in General | Tagged , | 7 Comments