Deploy an Application to the Remote Server

With Git prepared on both the local workstation and on the remote server, I can now deploy my application.

Fluent Interfaces

A term first introduced by Martin Fowler and Eric Evans, a fluent interface is one in which a class is self-referencial wherever possible, resulting in cleaner code. Wherever possible, the Istarel Workshop Application Framework utilizes fluent interfaces.

Smarter Model Object Classes

Absent any special switches used when creating the model object classes, there are two standard methods used as accessors for instance properties: valueForProperty('property_name') and setValueForProperty('property_name', $value).