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 doing this and in the fastest way possible.
No problem so far, getting it is simple, but apparently you Yii doesn’t permit everything. So you need a $temp variable to store the model data in, suffice to say that it isn’t really the shortest route to take nor in my opinion the fastest bus alas I have to do with it. This little app of not more then a 60 lines of code took me four days, four damn days to figure out the error, honestly if we have methods to ‘save space’ in your coding why not permit them?
I’m not going to bother everybody with my nagging so, I’ll stop here.
For those who want to see the topic on the yii forums.