mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 20:38:42 +00:00
64 lines
1.9 KiB
Markdown
64 lines
1.9 KiB
Markdown
# Summary
|
|
* [Introduction]({%}?page=README)
|
|
* [Application Structure]({%}?page=application/structure)
|
|
* [Application Sample]({%}?page=application/sample)
|
|
|
|
## Setup
|
|
* [Installation]({%}?page=setup/installation)
|
|
* [Developer Environment]({%}?page=setup/developer_environment)
|
|
|
|
## Standards
|
|
* [General]({%}?page=standards/general)
|
|
* [Documentation]({%}?page=standards/documentation)
|
|
* [Html]({%}?page=standards/html)
|
|
* [Php]({%}?page=standards/php)
|
|
|
|
## Basics
|
|
* [Routing]({%}?page=basics/routing)
|
|
* [Dispatching]({%}?page=basics/dispatching)
|
|
* [Views]({%}?page=basics/views)
|
|
* [Requests]({%}?page=basics/requests)
|
|
* [Responses]({%}?page=basics/responses)
|
|
|
|
## Security
|
|
* [Security Guidelines]({%}?page=security/security_guidelines)
|
|
|
|
## DataStorage
|
|
* [Cache]({%}?page=datastorage/cache)
|
|
* [Session]({%}?page=datastorage/session)
|
|
* [Cookie]({%}?page=datastorage/cookie)
|
|
* [LocalStorage]({%}?page=datastorage/localstorage)
|
|
|
|
### Database
|
|
* [DataMapper]({%}?page=datastorage/database/datamapper)
|
|
* [Queries]({%}?page=datastorage/database/queries)
|
|
|
|
## Services
|
|
* [Filesystem]({%}?page=services/filesystem)
|
|
* [Mail]({%}?page=services/mail)
|
|
* [Money]({%}?page=services/money)
|
|
* [Uri]({%}?page=services/uri)
|
|
* [Logging]({%}?page=services/logging)
|
|
* [Localization]({%}?page=services/localization)
|
|
* [Events]({%}?page=services/events)
|
|
* [Tasks]({%}?page=services/tasks)
|
|
* [Queues]({%}?page=services/queues)
|
|
* [Collection]({%}?page=services/collection)
|
|
* [Validation]({%}?page=services/validation)
|
|
* [Charting]({%}?page=services/charting)
|
|
* [Encoding]({%}?page=services/encoding)
|
|
* [Encryption]({%}?page=services/encryption)
|
|
* [Codes]({%}?page=services/codes)
|
|
|
|
## Code Quality
|
|
* [Code Quality]({%}?page=quality/code_quality)
|
|
* [Inspections]({%}?page=quality/inspections)
|
|
* [Tests]({%}?page=quality/tests)
|
|
|
|
## Frontend
|
|
* [Styles and Layout]({%}?page=frontend/styles_and_layout)
|
|
|
|
## Components
|
|
* [Modules]({%}?page=components/modules)
|
|
* [Packages]({%}?page=components/packages)
|