An case you missed it (it's all over Planet PHP), the first release of the Zend framework is out. Have only glanced so far so have no valid opinion – will be spending a good while looking first. Andi Gutmans announced it here along with further infor
Like quite a few people I guess, been absorbed by looking at the first release of the new framework. Originally had been keeping notes on impressions but feel there's not much point at this time – the first release is "preview" quality and rough
Zend Framework 1.0.0 RC1 released The "official" PHP web development framework nears its first release. (tags: php software opensource) What the heck is "VBx"? The codename for Visual Basic 10, that's what! Microsoft is still working t
In a previous article, Akash Mehta detailed how to use the Yahoo! Maps API to create your own mashup. In this article, we'll look at using some other Yahoo! APIs to create our very own music mashup. Along the way, I'll introduce you to the Zend Frame
I would like to setup a hosting environment on a VPS that is used to host Magento. Magento is an eCommerce platform based on Zend Framework. The OS is definitely going to be Linux. As a first timer, what other things should I take note of? Thank you.
I get this error after finishing the Zend Installation. Server error! The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. If you think this is a serv
We're on the mid-tier DV Rage server on media temple using Zend Framework, and we've been getting QoS warnings in Virtuzzo pretty consistantly. We've spent the last week installing APC (tweaking that to death), mysql and apache tweaks (many recommend
I've installed Zend Server and Zend Framework is bundled with it. I've noticed that my new application uses the Zend Server version of Zend Framework (1.10), not the one I've pointed the /library/Zend to (1.9.6). How can I override this default behav
anyone know if the Zend Framework is built in Ubuntu 9.10 server edition ? if yes, how to check it from command line? --------------Solutions------------- It is apt-cache search zend-framework, but it's not the most recent version. PS: Doesn't this q
I am trying to get Zend Framework working with netbeans, but every time there is the error "php.exe"' is not recognized as an internal or external command, operable program or batch file. I am using WAMP server 2.0 it is installed in e:\wamp My
I currently use ixwebhosting for my hosting services. They're cheap and work (most of the time). The databases are horribly slow, the servers are horribly slow, and their support (though usually prompt) is tough to deal with. That being said, they're
I'm not sure if this question belongs here or StackOverflow... Some time ago I wrote a web app using Zend Framework and since then it ran flawlessly on a standard shared hosting (lampp stack). I bought a VPS and set up a few sites without a problem u
Anyone installed zend-framework plugin? I installed it, but cannot create any php-zend-framework projects. Here is a screenshot: In this project I am not able to check the checkbox (neither zend nor symfony). Any ideas? --------------Solutions-------
I want to learn the Zend Framework(ZFW). The latest version of ZFW is 1.11.3 . The problem is that I have some books(Zend Framework in Action , Zend Framework Techniques Build a Full CMS.Project ,Zend Framework 1.8 Web Application Development) which
You are conversant with the ZF? How would you go about getting familiar with it in one week? What would be your suggested schedule? --------------Solutions------------- If you have a few years of experience with PHP and are familiar with MVC framewor
I've installed zend-framework following the commands: sudo add-apt-repository ppa:zend-framework/ppa sudo apt-get update sudo apt-get install zend-framework zf.sh works but I was expecting the framework to be in /usr/local/Zend and there is nothing..
I've been studying Zend Framework's MVC for a few weeks, and am having a really, really difficult time with it. I'm new to OOP, but I understand OOP in PHP without too much difficulty; I understand how to use some of the packages in Zend's library, e
What I Want to do: access my zend framework app from other computer in my private lan e.g: //192.168.x.x/my_app 192.168.x.x is my ubuntu server ip (from ifconfig) my_app is a virtualhost that I set in the server (/etc/hosts and apache2). In my server
I have professionally working with Zend Framework for about a year. No major complaints. With some modifications, it has done a good job. I'm beginning to work on a side project where I want to heavily rely on MongoDb and Doctrine. I thought it might
I have a CentOS server and am attempting to setup Zend Framework on it. The command which php outputs /usr/bin/php and php -i | grep include_path outputs include_path => .:/usr/share/pear:/usr/share/php=> .:/usr/share/pear:/usr/share/php So, I copie