by chris_backhouse | Apr 30, 2020 | Yii2
When you’re playing around with URL rules and you get the dreaded 404 message, there isn’t very much help around. I recently used an action with two words in camel case like actionTestThis which, in Yii2, translates to a url like... by chris_backhouse | Mar 6, 2015 | Yii2
I apologise to all those of you who have been patiently waiting for the next installment of my series on Yii2 (see Part 1). I've been busy developing wordpress eCommerce systems over the summer and had little time to get back into Yii2. In the... by chris_backhouse | Feb 11, 2015 | Yii2
The requirement; Having clicked to view an organization, I only want to display items for that organization only, so any links must include the organization_id. I would like to have URLs like mysite.com/org_name/org_id/item_description/item_id The orgname is included... by chris_backhouse | Nov 10, 2014 | Yii2
User Management The Yii2 base projects, Basic and Advanced, comes with a simpleUser authentication and Login system included. It provides two users, Admin and Demo, which are hard coded into the User model. It is left to the developer to wire this up into a...