27 lines
1.0 KiB
Markdown
27 lines
1.0 KiB
Markdown
|
1. **מתחילים**
|
||
|
- [ מה זה Kohana?](about.kohana)
|
||
|
- [מוסכמות וסיגנון](about.conventions)
|
||
|
- [התקנה](about.install)
|
||
|
- [שידרוג](about.upgrading)
|
||
|
- [הגדרות](about.configuration)
|
||
|
- [Model View Controller הסבר על](about.mvc)
|
||
|
- [מערכת קבצים](about.filesystem)
|
||
|
- [Autoloading - טעינה אוטומטית](about.autoloading)
|
||
|
- [Request זרימת](about.flow)
|
||
|
- [API דפדפן](api)
|
||
|
2. **ערכות לימוד**
|
||
|
- [Hello, World](tutorials.helloworld)
|
||
|
- [Routes, URLs, and Links](tutorials.urls)
|
||
|
- [Databases](tutorials.databases)
|
||
|
- [ORM](tutorials.orm)
|
||
|
- [עבודה עם Git](tutorials.git)
|
||
|
3. **אבטחה**
|
||
|
- [XSS](security.xss)
|
||
|
- [Validation - ואלידציה](security.validation)
|
||
|
- [Cookies - עוגיות](security.cookies)
|
||
|
- [Database - מסד נתונים](security.database)
|
||
|
4. **ניפוי באגים**
|
||
|
- [קוד](debugging.code)
|
||
|
- [טיפול בשגיאות](debugging.errors)
|
||
|
- [פרופיל](debugging.profiling)
|