-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of git://github.com/glamorous/userguide
- Loading branch information
Showing
10 changed files
with
320 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
1. **Ga van slag** | ||
1. **Ga aan de slag** | ||
- [Wat is Kohana?](about.kohana) | ||
- [Conventies and Codeerstijl](about.conventions) | ||
- [Model View Controller](about.mvc) | ||
- [Cascading Filesystem](about.filesystem) | ||
- [Request Flow](about.flow) | ||
- [Installatie](about.install) | ||
- [Upgrading](about.upgrading) | ||
- [Upgraden](about.upgrading) | ||
- [API Browser](api) | ||
3. **Basis gebruik** | ||
- [Configuratie](using.configuration) | ||
- [Laden van classes](using.autoloading) | ||
- [Views en HTML](using.views) | ||
- [Sessies en Cookies](using.sessions) | ||
- [Berichten (Messages)](using.messages) | ||
4. **Debugging** | ||
4. **Debuggen** | ||
- [Code](debugging.code) | ||
- [Error Handling](debugging.errors) | ||
- [Profiling](debugging.profiling) | ||
5. **Security** | ||
5. **Beveiliging** | ||
- [XSS](security.xss) | ||
- [Validatie](security.validation) | ||
- [Cookies](security.cookies) | ||
- [Database](security.database) | ||
6. **Tutorials** | ||
- [Hello, World](tutorials.helloworld) | ||
- [Routes, URLs, en Links](tutorials.urls) | ||
- [Clean URLs](tutorials.removeindex) | ||
- [Routes, URLs en Links](tutorials.urls) | ||
- [URLs opschonen](tutorials.removeindex) | ||
- [Databases](tutorials.databases) | ||
- [ORM](tutorials.orm) | ||
- [Werken met Git](tutorials.git) |
Oops, something went wrong.