This is the documentation for LemonStand V1, which has been discontinued. You can learn more and upgrade your store here.

LemonStand Version 1 Has Been Discontinued

This documentation is for LemonStand Version 1. LemonStand is now offered as a cloud-based eCommerce platform.
You can try the new LemonStand and learn about upgrading here.

Extending LemonStand

LemonStand is a modular web application based on the PHP Road framework. PHP Road is an object-oriented PHP framework which includes many modern web application programming approaches like the MVC (Model-View-Controller), and ActiveRecord (a way to work with database tables). PHP Road also have some unique features, like behaviors and deferred database bindings, which allow to increase the development productivity. The framework has been developed before we started working on LemonStand and we were improving it during the application development. Specific features of the framework will be explained in this guide.

Next: Understanding LemonStand Modules
Previous: Reference
Return to Developer Guide