mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 20:38:42 +00:00
61 lines
2.0 KiB
Markdown
61 lines
2.0 KiB
Markdown
# General
|
|
* [Introduction]({%}?page=README)
|
|
* [Setup]({%}?page=general/setup)
|
|
* [Application Structure]({%}?page=general/structure)
|
|
|
|
## 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)
|
|
|
|
## Examples
|
|
* [Application Sample]({%}?page=example_app/app)
|
|
* [Modules]({%}?page=example_module/module)
|
|
* [Packages]({%}?page=example_module/packages)
|
|
|
|
## Application Specific
|
|
* [Language Files]({%}?page=basics/language_files)
|
|
|
|
## API
|
|
### 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)
|
|
|
|
### UI
|
|
* [Styles and Layout]({%}?page=frontend/styles_and_layout)
|
|
* [Charting]({%}?page=services/charting)
|
|
* [Codes]({%}?page=services/codes)
|
|
* [Routing]({%}?page=basics/routing)
|
|
* [Dispatching]({%}?page=basics/dispatching)
|
|
* [Views]({%}?page=basics/views)
|
|
* [Validation]({%}?page=services/validation)
|
|
|
|
### Security
|
|
* [Encoding]({%}?page=services/encoding)
|
|
* [Encryption]({%}?page=services/encryption) |