mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-03 06:28:40 +00:00
merge
This commit is contained in:
commit
c473df1042
80
SUMMARY.md
80
SUMMARY.md
|
|
@ -1,58 +1,58 @@
|
||||||
# General
|
# General
|
||||||
* [Introduction]({%}&page=README)
|
* [Introduction]({%}?page=README)
|
||||||
* [Setup]({%}&page=general/setup)
|
* [Setup]({%}?page=general/setup)
|
||||||
* [Application Structure]({%}&page=general/structure)
|
* [Application Structure]({%}?page=general/structure)
|
||||||
|
|
||||||
## Quality & Standards
|
## Quality & Standards
|
||||||
* [Code Inspections & Tests]({%}&page=quality/inspections)
|
* [Code Inspections & Tests]({%}?page=quality/inspections)
|
||||||
* [Documentation Standards]({%}&page=standards/documentation)
|
* [Documentation Standards]({%}?page=standards/documentation)
|
||||||
* [General Code Standards]({%}&page=standards/general)
|
* [General Code Standards]({%}?page=standards/general)
|
||||||
* [Security Standards]({%}&page=security/security_guidelines)
|
* [Security Standards]({%}?page=security/security_guidelines)
|
||||||
* [Html Coding Standards]({%}&page=standards/html)
|
* [Html Coding Standards]({%}?page=standards/html)
|
||||||
* [Php Coding Standards]({%}&page=standards/php)
|
* [Php Coding Standards]({%}?page=standards/php)
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
* [Application Sample]({%}&page=example_app/app)
|
* [Application Sample]({%}?page=example_app/app)
|
||||||
* [Modules]({%}&page=example_module/module)
|
* [Modules]({%}?page=example_module/module)
|
||||||
* [Packages]({%}&page=example_module/packages)
|
* [Packages]({%}?page=example_module/packages)
|
||||||
|
|
||||||
## API
|
## API
|
||||||
### Message
|
### Message
|
||||||
* [Uri]({%}&page=services/uri)
|
* [Uri]({%}?page=services/uri)
|
||||||
* [Requests]({%}&page=basics/requests)
|
* [Requests]({%}?page=basics/requests)
|
||||||
* [Responses]({%}&page=basics/responses)
|
* [Responses]({%}?page=basics/responses)
|
||||||
* [Mail]({%}&page=services/mail)
|
* [Mail]({%}?page=services/mail)
|
||||||
|
|
||||||
### DataStorage
|
### DataStorage
|
||||||
* [LocalStorage]({%}&page=datastorage/localstorage)
|
* [LocalStorage]({%}?page=datastorage/localstorage)
|
||||||
* [Database Connection]({%}&page=datastorage/database/connection)
|
* [Database Connection]({%}?page=datastorage/database/connection)
|
||||||
* [DataMapper]({%}&page=datastorage/database/datamapper)
|
* [DataMapper]({%}?page=datastorage/database/datamapper)
|
||||||
* [Queries]({%}&page=datastorage/database/queries)
|
* [Queries]({%}?page=datastorage/database/queries)
|
||||||
* [Cache]({%}&page=datastorage/cache)
|
* [Cache]({%}?page=datastorage/cache)
|
||||||
* [Session]({%}&page=datastorage/session)
|
* [Session]({%}?page=datastorage/session)
|
||||||
* [Cookie]({%}&page=datastorage/cookie)
|
* [Cookie]({%}?page=datastorage/cookie)
|
||||||
|
|
||||||
### System
|
### System
|
||||||
* [Filesystem]({%}&page=services/filesystem)
|
* [Filesystem]({%}?page=services/filesystem)
|
||||||
* [Events]({%}&page=services/events)
|
* [Events]({%}?page=services/events)
|
||||||
* [Logging]({%}&page=services/logging)
|
* [Logging]({%}?page=services/logging)
|
||||||
* [Tasks]({%}&page=services/tasks)
|
* [Tasks]({%}?page=services/tasks)
|
||||||
|
|
||||||
### StdLib
|
### StdLib
|
||||||
* [Localization]({%}&page=services/localization)
|
* [Localization]({%}?page=services/localization)
|
||||||
* [Money]({%}&page=services/money)
|
* [Money]({%}?page=services/money)
|
||||||
* [Queues]({%}&page=services/queues)
|
* [Queues]({%}?page=services/queues)
|
||||||
* [Collection]({%}&page=services/collection)
|
* [Collection]({%}?page=services/collection)
|
||||||
|
|
||||||
### UI
|
### UI
|
||||||
* [Styles and Layout]({%}&page=frontend/styles_and_layout)
|
* [Styles and Layout]({%}?page=frontend/styles_and_layout)
|
||||||
* [Charting]({%}&page=services/charting)
|
* [Charting]({%}?page=services/charting)
|
||||||
* [Codes]({%}&page=services/codes)
|
* [Codes]({%}?page=services/codes)
|
||||||
* [Routing]({%}&page=basics/routing)
|
* [Routing]({%}?page=basics/routing)
|
||||||
* [Dispatching]({%}&page=basics/dispatching)
|
* [Dispatching]({%}?page=basics/dispatching)
|
||||||
* [Views]({%}&page=basics/views)
|
* [Views]({%}?page=basics/views)
|
||||||
* [Validation]({%}&page=services/validation)
|
* [Validation]({%}?page=services/validation)
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
* [Encoding]({%}&page=services/encoding)
|
* [Encoding]({%}?page=services/encoding)
|
||||||
* [Encryption]({%}&page=services/encryption)
|
* [Encryption]({%}?page=services/encryption)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user