Wanting to use the framework to develop their own application ispconfig3 what are the base classes to use
All classes for the ispconfig interface are in /usr/local/ispconfig/interface/lib/classes/ and the global base object that is used to load and access the classes is $app, so you load classes with $app->use('system'); and accessthem with $app->system->somefunction(...);