|
1 | 1 | # Developer manual
|
2 | 2 |
|
3 | 3 |
|
4 |
| -* [PHP API](bigace/developer/phpdoc) - the PHP documentation (API) for BIGACE ... |
| 4 | +* [PHP API](developer/phpdoc) - the PHP documentation (API) for BIGACE ... |
5 | 5 |
|
6 |
| -* [Classes](bigace/developer/classes) - ... and how to use them in your code |
| 6 | +* [Classes](developer/classes) - ... and how to use them in your code |
7 | 7 |
|
8 |
| -* [Templates](bigace/developer/template) - what they are and how to customize them |
| 8 | +* [Templates](developer/template) - what they are and how to customize them |
9 | 9 |
|
10 | 10 | **Extending Bigace:**
|
11 | 11 |
|
12 | 12 | * [.:plugins](./plugins) - Plugins can hook into the core of Bigace
|
13 | 13 |
|
14 | 14 | * [.:developer:hooks](./developer/hooks) - Register a Hook and execute a function or filter when it is called
|
15 | 15 |
|
16 |
| -* [Extensions](bigace/update) - how to build installable Extension-Package (package format ZIP) |
| 16 | +* [Extensions](update) - how to build installable Extension-Package (package format ZIP) |
17 | 17 |
|
18 |
| -* [Modules](bigace/modules) - display dynamic data in your page |
| 18 | +* [Modules](modules) - display dynamic data in your page |
19 | 19 |
|
20 | 20 | **Smarty**:
|
21 | 21 |
|
22 |
| -* [Smarty](bigace/developer/smarty) - Smarty for Bigace & further links |
| 22 | +* [Smarty](developer/smarty) - Smarty for Bigace & further links |
23 | 23 |
|
24 |
| -* [Smarty Tags](bigace/smarty_tags) - for templates customization & dynamic data |
| 24 | +* [Smarty Tags](smarty_tags) - for templates customization & dynamic data |
25 | 25 |
|
26 |
| -* [Smarty Templates](bigace/developer/smarty/tutorial) - Step-by-Step to create a design |
| 26 | +* [Smarty Templates](developer/smarty/tutorial) - Step-by-Step to create a design |
27 | 27 |
|
28 |
| -* [Search](bigace/administration/search) - integrate search in your design |
| 28 | +* [Search](administration/search) - integrate search in your design |
29 | 29 |
|
30 | 30 | ## Bigace 2.x specific
|
31 | 31 |
|
32 | 32 | The following list is related to Bigace 2.x:
|
33 | 33 |
|
34 | 34 | **Core API**:
|
35 | 35 |
|
36 |
| -* [Access database](bigace/developer/db_framework) - use the BIGACE db framework |
| 36 | +* [Access database](developer/db_framework) - use the BIGACE db framework |
37 | 37 |
|
38 |
| -* [Core Libraries](bigace/developer/system_libs) - important BIGACE core functions |
| 38 | +* [Core Libraries](developer/system_libs) - important BIGACE core functions |
39 | 39 |
|
40 |
| -* [Translations](bigace/developer/translations) - enable your extension for multiple languages |
| 40 | +* [Translations](developer/translations) - enable your extension for multiple languages |
41 | 41 |
|
42 |
| -* [Userdata](bigace/developer/userdata) - read userdata and settings |
| 42 | +* [Userdata](developer/userdata) - read userdata and settings |
43 | 43 |
|
44 | 44 | **More stuff:**
|
45 | 45 |
|
46 | 46 |
|
47 |
| -* [Portlets](bigace/developer/portlet) - create them for use in your templates |
| 47 | +* [Portlets](developer/portlet) - create them for use in your templates |
48 | 48 |
|
49 |
| -* [Editor Framework](bigace/developer/v2/editor) - integrate a new editor |
| 49 | +* [Editor Framework](developer/v2/editor) - integrate a new editor |
50 | 50 |
|
51 |
| -* [Admin Themes](bigace/developer/v2/admintheme) - customize the administration look & feel |
| 51 | +* [Admin Themes](developer/v2/admintheme) - customize the administration look & feel |
52 | 52 |
|
53 |
| -* [Integrate Zend Framework](bigace/developer/v2/zend) - to extend your applications with this rich API |
| 53 | +* [Integrate Zend Framework](developer/v2/zend) - to extend your applications with this rich API |
54 | 54 |
|
55 |
| -* [bigace:developer:database](bigace/developer/database) - a short review of the Bigace database structure |
| 55 | +* [bigace:developer:database](developer/database) - a short review of the Bigace database structure |
56 | 56 |
|
57 |
| -* [bigace:developer:logger](bigace/developer/logger) - different logger for your needs |
| 57 | +* [bigace:developer:logger](developer/logger) - different logger for your needs |
58 | 58 |
|
59 | 59 | **Code Snippets:**
|
60 | 60 |
|
61 | 61 |
|
62 |
| -* [Fetch a Category Tree](bigace/developer/code_snippets/category_tree) and loop above its entries |
| 62 | +* [Fetch a Category Tree](developer/code_snippets/category_tree) and loop above its entries |
63 | 63 |
|
64 |
| -* [BIGACE AJAX](bigace/developer/code_snippets/ajax_items) - fetch item information without reloading pages |
| 64 | +* [BIGACE AJAX](developer/code_snippets/ajax_items) - fetch item information without reloading pages |
65 | 65 |
|
66 |
| -* [bigace:developer:v2:module_admin](bigace/developer/v2/module_admin) - display a link to edit module-settings and how to read them |
| 66 | +* [bigace:developer:v2:module_admin](developer/v2/module_admin) - display a link to edit module-settings and how to read them |
67 | 67 |
|
68 |
| -* [bigace:developer:v2:module_content](bigace/developer/v2/module_content) - display page content in your module |
| 68 | +* [bigace:developer:v2:module_content](developer/v2/module_content) - display page content in your module |
69 | 69 | ## Bigace 3.0 specific
|
70 | 70 |
|
71 | 71 | **Templates:**
|
|
0 commit comments