diff --git a/example_app/app.md b/example_app/app.md index 6bea8f1..5ab7274 100644 --- a/example_app/app.md +++ b/example_app/app.md @@ -20,9 +20,10 @@ The following application is a minimal sample in order to show how it's possible ``` ```php +run(); // outputs the application response ``` ```php + getData('dispatch'); // get data bound to the view with the key "dispatch" - foreach($dispatch as $view) echo $view->render(); ?> // in this case it has a 'render()' method which is called + foreach($dispatch as $view) echo $view->render(); // in this case it has a 'render()' method which is called + ?> ``` ```php + - -accountaccount_idPK...groupgroup_idPK...profile_accountprofile_account_idPKprofile_account_accountFK1...languagelanguage_idPKCustomerIdFK1...modulemodule_idPK...l11nl11n_idPKl11n_accountFK1...account_permissionaccount_permission_idPKaccount_permission_accountFK1...module_loadmodule_load_idPKmodule_load_fromFK1...countrycountry_idPK...addressaddress_idPKaddress_countryFK1...account_groupaccount_idPKaccount_group_accountFK1account_group_groupFK2settingssettings_idPKsettings_moduleFK1settings_accountFK2settings_groupFK3....group_permissiongroup_permission_idPKgroup_permission_accountFK1...
Profile Module
Profile Module
Core / Installation
Core / Installation
Admin Module
Admin Module
Address Module
Address Module
\ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + account + + + + + + account_id + + + + + + PK + + + + + + ... + + + + + + + + + group + + + + + + group_id + + + + + + PK + + + + + + ... + + + + + + + + + profile_account + + + + + + profile_account_id + + + + + + PK + + + + + + profile_account_account + + + + + + FK1 + + + + + + ... + + + + + + + + + language + + + + + + language_id + + + + + + PK + + + + + + ... + + + + + + + + + module + + + + + + module_id + + + + + + PK + + + + + + ... + + + + + + + + + l11n + + + + + + l11n_id + + + + + + PK + + + + + + l11n_account + + + + + + FK1 + + + + + + l11n_country + + + + + + FK2 + + + + + + l11n_language + + + + + + FK3 + + + + + + l11n_currency + + + + + + FK4 + + + + + + ... + + + + + + + + + account_permission + + + + + + account_permission_id + + + + + + PK + + + + + + account_permission_account + + + + + + FK1 + + + + + + ... + + + + + + + + + module_load + + + + + + module_load_id + + + + + + PK + + + + + + module_load_from + + + + + + FK1 + + + + + + ... + + + + + + + + + country + + + + + + country_id + + + + + + PK + + + + + + ... + + + + + + + + + address + + + + + + address_id + + + + + + PK + + + + + + address_country + + + + + + FK1 + + + + + + ... + + + + + + + + + + + + account_group + + + + + + account_id + + + + + + PK + + + + + + account_group_account + + + + + + FK1 + + + + + + account_group_group + + + + + + FK2 + + + + + + + + + + + + + + + + + settings + + + + + + settings_id + + + + + + PK + + + + + + settings_module + + + + + + FK1 + + + + + + settings_account + + + + + + FK2 + + + + + + settings_group + + + + + + FK3 + + + + + + .... + + + + + + + + + + + + + + + + + + + + + + + + + + + group_permission + + + + + + group_permission_id + + + + + + PK + + + + + + group_permission_account + + + + + + FK1 + + + + + + ... + + + + + + + + + + + + + + + + +
+
+
+ Profile Module +
+
+
+
+ + Profile Module + +
+
+ + + + +
+
+
+ Core / Installation +
+
+
+
+ + Core / Installation + +
+
+ + + + +
+
+
+ Admin Module +
+
+
+
+ + Admin Module + +
+
+ + + + +
+
+
+ Admin / Localization +
+
+
+
+ + Admin / Localization + +
+
+ + + + + + currency + + + + + + currency_id + + + + + + PK + + + + + + ... + + + + + + + + + + + + +
+ + + + + Viewer does not support full SVG 1.1 + + + +
\ No newline at end of file