Tag Archive

The following is a list of all entries tagged with Projects:

Been really working hard these past week…

Been really working hard these past weeks with some projects, bought a new domain xorlink.com and created a few subdomains; ig.webscriptz.be is probably the most important one. Share on Facebook


Yii, divide your models into folders

Working with models in Yii is easy but you can’t let them confuse you so I propose you subdivide your models in two categories the form models and the AR models. Note that you will to have to indicate this in each module: Share on Facebook


Annoyed…with coding

I’ve been coding away all week, that is between my other jobs at home In all my ‘wisdom’ and persistence i made a small app with Yii which stores data in an array and serializes it into a db, and a basic CRUD, a proof of concept to see if the framework was capable of [...]