anyone know if the Zend Framework is built in Ubuntu 9.10 server edition ? if yes, how to check it from command line?
migrated from stackoverflow.com Apr 26 '10 at 4:39
This question came from our site for professional and enthusiast programmers.
|
It is PS: Doesn't this question belong to serverfault? | |||||||
feedback
|
|
You can also check by visiting packages.ubuntu.com. Here is a list of packages with the name zend on karmic. | |||
|
feedback
|
|
I dont think that the Framework is shipped by default. You can try to do something like
or run the zf tool from your bash (zf.sh) , if it returns something the framework is ready. | |||||
feedback
|