Tag Archive

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

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 [...]


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 [...]