Tag Archive

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

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


Yii & encryption

I’ve already said a few things about Yii and the encryption in a few posts prior to this one so now let me help everybody a hand in working with the Yii encryption. Basic Configuration The image is the minimal configuration you will need in ‘yourApplication/protected/config/main.php Usage Once you have installed this, the only thing [...]


Rijndael_256 & php & Yii frameworkstoring encrypted data

While programming my authentication module today, i’ve been experimenting with Rijndael 256 or AES as it is also known. This isn’t hard, at least not the code because php already includes everything as does Yii for that matter, no, the hard thing is to store an encrypted password. AES encodes your password but does so [...]


MarchandiseDuWeb.com

Alright, The first real website I’ve written in Yii framework is online, just head over to http://marchandiseduweb.com (hopefully you know some French). I’m not telling you it’s a finished project because the database needs some items in it and you don’t see all the website (yet) online, just the ‘front website’ because the other parts [...]


I made my decision about my project, hav…

I made my decision about my project, having learned a lot with it, I think it’s time to recode the little thing. The database only counts 12 or 13 tables so it’s a not much but it’s rather that part of my application that needs some love and attention to get it to look more [...]


Yii framework relations between models and tables

Now that my first application in Yii is completed, I’ve been studying up on the relations in the Yii framework to simplfy my application. These relations are the same as you find everywhere else but the things is that the tutorial, yet again, isn’t a beginner’s guide. It’s written by programmers, meaning everything the programmer [...]


Yii themes

This was actually fun, a first, i have to admit. Normally when i do convert a template to a theme, i is time consuming, in Yii after some rudamentry settings (2 actually), you’re on your way. Share on Facebook