by chris_backhouse | Mar 6, 2014 | General Development
So, if you're anything like me, a busy independent developer, research and training projects always get pushed down to the bottom of that oh-so long list of things to do! So this is the start of a series of posts introducing Yii2 and helping you to get up to speed... by chris_backhouse | Nov 16, 2013 | General Development
As you can guess from the title, this is not a really a Yii based article. Recently, I spent a few frustrating hours trying to get some data loaded through libXML using simplexml_load_string with various odd parsing errors like: Entity: line 21: parser... by chris_backhouse | May 11, 1520 | General Development
When building where clauses it’s not that well documented how to use NOT and NULL . Starting with a simple query: $post = Post::find()->all(); If we wanted to select all posts where the content had something in it $post = Post::find()...