Nettuts+ Author - Angelo Rodrigues

PG

Author: Angelo Rodrigues

I am an avid web developer and designer and have been so for over 5 years. I write articles reviewing Firefox add-on's in my spare time for a website called Extendably. I listen to Dimmu Borgir when designing and Arch Enemy while programming.


Posts by Angelo Rodrigues

CRUD

Real-World OOP With PHP and MySQL

Nov 26th in PHP by Angelo Rodrigues
142

Numerous examples from robots to bicycles have been offered as “easy” explanations of what OOP is. I’ve opted to show you how OOP works with a real-life example, for a programmer. By creating a MySQL CRUD class you can easily create, read, update and delete entries in any of your projects, regardless of how the database is designed.

Continue Reading