Zend Framework (ZF) Boilerplate is a pre-packaged, pre-configured Zend Framework - based blueprint for your enterprise grade PHP application. It combines state-of-the-art tools, frameworks and ideas to bootstrap your projects with nearly zero work.
Zend Framework Boilerplate 2 zend framework boilerplate 2
Installed Zend Server, downloaded Blueprint, when trying to start application it tells me:
Fatal error: Class 'Memcache' not found in C:\Program Files (x86)\Zend\Apache2\htdocs\zfboilerprint\library\Bisna\Application\Container\DoctrineContainer.php on line 460
What am I doing wrong and what do I need to get rid of this error?
The pproblem is, I installed Zend server with php 5.3 only because I got this error also on 5.4 and before I had php 5.2 which didn't support namespaces and showed other errors, so I just can't make this product work on any version of php.
Source: (StackOverflow)
I had a quick question here.
I was wondering if anyone knew on which version of the Zend Framework, the ZF Boilerplate is running on.
I am planning on using it but so far I was working on the ZF 1.x and I wonder if there would be a difference...
Source: (StackOverflow)
I am using zf-boilerplate for my zend framework project. I am using the Gedmo extensions and need to get an instance of the doctrine event manager in the bootstrap.
ie. I would like to be able to do the following:
$evm = $this->getDoctrine()->getEventManager()
How can I do this?
Source: (StackOverflow)