Hi, I just wanted to wish everyone happy holidays and a merry xmas – if applicable. 🙂 In other news .. well, we’ve been working hard on stuff and should have a bunch of new videos in January. Thanks, Stefan Mischook
Hi, I decided to create a video based on my recent article on ORM frameworks. I shot this in HD … so select the HD option if you got big pipes. Let me know what you think. Stefan Mischook
In the following article we will learn a few things about ORM frameworks: What they are. What they do. When and why to use them. And finally, what ORM options PHP’ers have. Let’s start … If you’re working with PHP, you will certainly find yourself working with relational databases (like MySQL) sooner or later. Anyone…
First, let me just say that this is not a tutorial, this is an article meant to give you an overview with a few options thrown in. Ok, let’s start … You should protect your relational databases (like MySQL) from the dreaded SQL injection attack. These attacks are conducted by evil sniveling nerds, trying to…