Hello,
I am going through the Zend Framework "quickstart" tutorial at the mo'.
I have PHP and Zend Server Framework on my Ubuntu machine (all installed from Synaptic).
The following zf usage has worked.
zf create project projectToCreate
But, after that, nothing works! For example:
zf enable layouts (it moans "Action 'enable' is not a valid action.")
zf configure db-adapter blahblah (it moans "Action 'configure' is not a valid action.")
SO, my question is, is this an error in the tutorial or is there something fishy with my installation of Zend Framework? If so, any hints are appreciated.
Thank you.