Tag Archives: ORM Framework

Corkyapp.com

  Home Page     Board page     Corkyapp.com was developed for my web design class at COCC as my final project. I worked with Germán Campos as the lead designer as well as acting as a client via our team Logic Happens. Corkyapp.com utilizes the ORM Framework, to manage the back end. On the […]

Posted in Portfolio| Also tagged | Leave a comment

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