Extracted at 2014-06-26.
pike.ida.liu.se
[Top]
Fins
Fins.Application

Method Fins.Application()->start()


Method start

void start()

Description

this method will be called after the cache, model, view and controller have been loaded. this is the recommended extension point for application startup.

Note

don't call this function yourself, it should always be called via do_start() , which performs housekeeping functions related to multi-tenancy.