Tag Archives: OOP

ORM – Object Relational Mapping

ORM could be considered a mini framework, but I think of it as a helper class for PHP objects. What does ORM do?   ORM allows you to easily communicate between PHP and a Database, particularly a MySQL database. It allows for rapid development and removes any confusion and error that may occur in PHP […]

Posted in Portfolio| Also tagged , , , | 1 Response

Public / Private Variables and Methods in JavaScript

Every time I want to write some Object Oriented code whether it be PHP or JavaScript I require a slight mental jump start to remember each language’s syntax, but hopefully with enough repetition I’ll start differentiating and remembering the syntax. I ran across a really nice article at phrogz.net Object Layout Private Variables and Methods […]

Posted in Interesting Finds| Also tagged , | Leave a comment