This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/includes/kohana/modules/userguide/guide/ru-ru/menu.md
2011-05-03 09:49:01 +10:00

32 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1. **Первые шаги**
- [Что такое Kohana?](about.kohana)
- [Соглашения и стили](about.conventions)
- [Модель-Представление-Контроллер](about.mvc)
- [Файловая система](about.filesystem)
- [Порядок выполнения](about.flow)
- [Установка](about.install)
- [Обновление](about.upgrading)
- [Обзор API](api)
2. **Основные операции**
- [Настройка](using.configuration)
- [Автозагрузка](using.autoloading)
- [Представление и HTML](using.views)
- [Сессии и Cookies](using.sessions)
- [Сообщения (Messages)](using.messages)
- [Интернационализация](using.translation)
3. **Отладка**
- [Отладка кода](debugging.code)
- [Обработка ошибок](debugging.errors)
- [Профилирование](debugging.profiling)
4. **Безопасность**
- [XSS](security.xss)
- [Валидация](security.validation)
- [Cookies](security.cookies)
- [База данных](security.database)
5. **Обучение**
- [Hello, World](tutorials.helloworld)
- [Маршруты, URL и ссылки](tutorials.urls)
- [Очистка URL, ЧПУ](tutorials.removeindex)
- [Базы данных](tutorials.databases)
- [ORM](tutorials.orm)
- [Работа с Git](tutorials.git)