The way to reference the default controller and the default action on that controller has changed. Essentially the defaultController in Yii might not be a controller, so it is now referred to as a route (i.e. defaultRoute) and the default Action on a… more »
Categories: "Applications"
The Yii Framework has had a new major release and while the API documentation for the new version 2 is a lot better, there doesn't seem to be an easy way to find out what the new way of doing something is. I'm setting this article up as blogglue in… more »
This requires 2 parts. Firstly change the php.ini to include the xdebug sections. All the relevant information can be found in the article Setting up XDebug under XAMPP. Second create an Eclipse run configuration to connect to the remote server which is… more »
Been using Yii for a while now and there are several functions that I need to use from time to time that don't seem to want to stay in my brain. Most of them seem kind of obvious now that they are in front of me which is why this is so annoying!
It's… more »
If you are using anything below Eclipse 3.7 (Indigo) then upgrade!
Help > About Eclipse > Installation Details > Installed Software tab > Uninstall..." more »