mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 12:28:41 +00:00
85 lines
2.7 KiB
Markdown
Executable File
85 lines
2.7 KiB
Markdown
Executable File
# General
|
|
* [Introduction]({%}?page=README)
|
|
* [Application Structure]({%}?page=general/structure)
|
|
|
|
## Setup
|
|
* [Install]({%}?page=general/setup)
|
|
|
|
## Quality & Standards
|
|
* [Code Inspections & Tests]({%}?page=quality/inspections)
|
|
* [Documentation Standards]({%}?page=standards/documentation)
|
|
* [General Code Standards]({%}?page=standards/general)
|
|
* [Security Standards]({%}?page=security/security_guidelines)
|
|
* [Html Coding Standards]({%}?page=standards/html)
|
|
* [Php Coding Standards]({%}?page=standards/php)
|
|
|
|
## Application Examples
|
|
* [Application Sample]({%}?page=example_app/app)
|
|
* [Modules]({%}?page=example_module/module)
|
|
* [Packages]({%}?page=example_module/packages)
|
|
* [Language Files]({%}?page=basics/language_files)
|
|
|
|
## API
|
|
|
|
### Backend
|
|
* [Codes]({%}?page=services/codes)
|
|
* [Routing]({%}?page=basics/routing)
|
|
* [Dispatching]({%}?page=basics/dispatching)
|
|
* [Views]({%}?page=basics/views)
|
|
* [Validation]({%}?page=services/validation)
|
|
|
|
### Frontend
|
|
* [Notifications]({%}?page=frontend/notifications)
|
|
|
|
### Message
|
|
* [Uri]({%}?page=services/uri)
|
|
* [Requests]({%}?page=basics/requests)
|
|
* [Responses]({%}?page=basics/responses)
|
|
* [Mail]({%}?page=services/mail)
|
|
|
|
### DataStorage
|
|
* [LocalStorage]({%}?page=datastorage/localstorage)
|
|
* [Database Connection]({%}?page=datastorage/database/connection)
|
|
* [DataMapper]({%}?page=datastorage/database/datamapper)
|
|
* [Queries]({%}?page=datastorage/database/queries)
|
|
* [Cache]({%}?page=datastorage/cache)
|
|
* [Session]({%}?page=datastorage/session)
|
|
* [Cookie]({%}?page=datastorage/cookie)
|
|
|
|
### System
|
|
* [Filesystem]({%}?page=services/filesystem)
|
|
* [Events]({%}?page=services/events)
|
|
* [Logging]({%}?page=services/logging)
|
|
* [Tasks]({%}?page=services/tasks)
|
|
|
|
### StdLib
|
|
* [Localization]({%}?page=services/localization)
|
|
* [Money]({%}?page=services/money)
|
|
* [Queues]({%}?page=services/queues)
|
|
* [Collection]({%}?page=services/collection)
|
|
|
|
### Security
|
|
* [Encoding]({%}?page=services/encoding)
|
|
* [Encryption]({%}?page=services/encryption)
|
|
|
|
## UI
|
|
|
|
### Layout
|
|
|
|
* [Tables]({%}?page=frontend/elements/tables/tables)
|
|
* [Data selection]({%}?page=frontend/elements/dataselection/dataselection)
|
|
* [Alerts]({%}?page=frontend/elements/alerts/alerts)
|
|
* [Buttons]({%}?page=frontend/elements/buttons/buttons)
|
|
* [Tags]({%}?page=frontend/elements/tags/tags)
|
|
* [Panels]({%}?page=frontend/elements/panels/panels)
|
|
* [Tabs]({%}?page=frontend/elements/tabs/tabs)
|
|
* [Breadcrumbs]({%}?page=frontend/elements/breadcrumbs/breadcrumbs)
|
|
* [Progress]({%}?page=frontend/elements/progress/progress)
|
|
* [Layout]({%}?page=frontend/grid/grid)
|
|
* [Charting]({%}?page=services/charting)
|
|
|
|
### Forms
|
|
* [Forms]({%}?page=frontend/elements/forms/forms)
|
|
* [Inputs]({%}?page=frontend/elements/inputs/inputs)
|
|
* [Tables]({%}?page=frontend/elements/tables/tables)
|