Tag Archive
The following is a list of all entries tagged with php:
Yii & encryption
Filed in post, 13/11/2010, 16:02I’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
Filed in post, 02/11/2010, 00:16While 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
Filed in post, 21/10/2010, 22:03Alright, 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…
Filed in status, 19/10/2010, 21:37I 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
Filed in post, 18/10/2010, 20:57Now 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 [...]
Profiling a php application
Filed in General,myself and me,Projects, 04/09/2010, 15:00Today I’ve been talking with a friend of mine, Pieter. We share a server together for our websites,programming adventures etc. I’ve been talking about a project I’m writing and reminded me to go profile my application so the load of the application keeps low. So I’ve been searching the web for some easy profiling system, [...]
Annoyed…with coding
Filed in General,Projects,tutorials, 22/02/2010, 00:39I’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 [...]