Filed under Database, Databases, pdo, PHP by Erik Wurzer
Many PHP programmers learned how to access databases by using either the MySQL or MySQLi extensions. As of PHP 5.1, there’s a better way. PHP Data Objects (PDO) provide methods for prepared statements and working with objects that will make you f…
Continue Reading "Why you Should be using PHP’s PDO for Database Access"
January 25, 2012 at 4:04 pm Comments (0)
Filed under Databases by Matthew Setter
Ready to continue learning about MongoDB, one of the coolest technologies for web developers? In this second part of the series, we move on from the basics, on to advanced queries – with conditional operators – and MapReduce.
St…
Continue Reading "Getting Started with MongoDB – Part 2"
January 10, 2012 at 4:33 pm Comments (0)
Filed under Database, Databases, javascript, mongodb by Matthew Setter
Ready to get in and start learning about MongoDB, one of the coolest technologies for web developers?
In this new series, you’ll go from beginner to pro and be able to use Mongo just as easily as MySQL in your web apps. But first, let’s lo…
Continue Reading "Getting Started with MongoDB"
November 23, 2011 at 9:29 pm Comments (0)