You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guilherme Barile edited this page Feb 27, 2014
·
1 revision
The application initialization file is included automatically by the framework and should define the domains, plugins
and other code dependencies.
register_domain(id, params)
Domains are defined using the register_domain(id, params) directive. The only required parameter is which class should
handle this domain's requests, other configuration parameters are handler-specific.