Documentation 1.x

How administration area generator works

Administration area generator is a collection of classes that know how to create management tools for database data. The only thing you need to do, is to inform those classes about your database tables and fields. All those classes are located in ip_cms/modules/developer/std_mod folder.

What those casses are

  • \Modules\developer\std_mod\StandardModule - main module, that generates management HTML
  • \Modules\developer\std_mod\Area - table class that stores information about table in database
  • \Modules\developer\std_mod\ElementText - string data field, representing one field in table
  • \Modules\developer\std_mod\Element... - other types data fields

How to use them

It is just a quick overview how things work. See AddressBook and other examples in top menu to learn more.

Where it it is located?

Location of administration area generation classes

Write a comment

You must be logged in to comment.