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.

Lists and Forms in the Administration Area

As we previously mentioned, creating lists and forms in LemonStand is a simple task, which is almost completely automated by behaviors. Behaviors are special classes which allow to extend controllers (and some other classes) which you define in your module. There is a number of behaviors available in LemonStand. And you can add your own behaviors, if it is needed. The most commonly used behaviors are:

We will describe all these behaviors and their features in the following articles:

  • Lists - describes the process of implementing lists in the Administration Area
  • List Filters - explains how you can add the filtering feature to a list
  • Forms - explains how you can create forms for adding, modifying and deleting database records

Next: Lists
Previous: Using AJAX
Return to Adding a Back-End User Interface