News Feed
Jobs Feed
Sections




News Archive
PHPEasy.co.uk:
Object Orientation Basics part 4 - Implementing CRUD methods
August 07, 2012 @ 12:23:36

PHPEasy.co.uk continues their series looking at some of the basics of Object-Oriented Programming (OOP) in PHP with part four showing how to implement CRUD methods (Create/Read/Update/Delete) on a database connection.

In the last tutorial in this beginners series we discussed using PDO to connect to a MySQL database. Following on from that tutorial we are going to improve the Guitar class we made by adding some basic CRUD methods so that our class can interact with our database using PDO.

He brings back the same class structure and shows how to take a "Guitar" object, create a connection via a "conn()" method and use the getters/setters to assign values for saving, selecting, deleting and updating the database's records.

0 comments voice your opinion now!
oop object oriented introduction pdo crud


blog comments powered by Disqus

Similar Posts

Jacob Santos' Blog: Object Oriented Programming Isn't Easy

Utah PHP Users Group: PHP and JSON

Padraic Brady's Blog: Zend Framework: Surviving The Deep End Book - Chapters 4, 5, 6, 7 and Appendix

Gonzalo Ayuso: Handling several PDO Database connections in Symfony2 through the DIC in PHP

DevShed: PHP Functions


Community Events









Don't see your event here?
Let us know!


opinion unittest example language release event tool development object api testing functional composer introduction community framework podcast zendframework2 code interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework