Alexander Makarov
5d9cd76a71
Provided example setting YII_DEBUG to false
11 years ago
Alexander Makarov
ce4d7450be
Docs on autoloading and helpers
11 years ago
Carsten Brandt
b4fb8abb87
reverted accidentally changed binary files
...
PR #1340 changed/broke them
11 years ago
Panagiotis Moustafellos
58bd2fb958
Only whitespace removal
11 years ago
Panagiotis Moustafellos
f6a3496e8d
Removed trailing whitespace.. (OCD really kicking in)
11 years ago
Alexander Makarov
af778d1a13
Fixed actions() docs where alias was used to refer to class
11 years ago
Алексей
4bc205ae37
Update form.md
11 years ago
Алексей
c147fb2585
Update view.md
11 years ago
Carsten Brandt
2b9b364c5b
Update form.md
...
Added example for not using field()
http://www.yiiframework.com/forum/index.php/topic/49225-activeform-how-do-you-call-label-input-and-errors-individually/
11 years ago
Alexander Makarov
f0c080bf0e
Fixes #1323 : updated template engines guide section
11 years ago
Alexander Makarov
b259f991c5
Added initial steps about configuring DB-based RBAC
11 years ago
Qiang Xue
4b353c7bce
Fixes #1297 : CSRF not generated on error pages
11 years ago
Alexander Makarov
72dd86df15
fixes #1158 mentioned @web alias in docs
11 years ago
Alexander Makarov
78af586cd7
Merged RBAC draft into authorization
11 years ago
kk_loke86
3a9b6da55b
Update apps-advanced.md
...
Should run migration to import yii tbl_user if not the sign up/login may report error.
11 years ago
Carsten Brandt
3c1596c9ca
some clarification on model docs
11 years ago
Vincent
d32813f38d
Added link to new RBAC page
11 years ago
Carsten Brandt
5727855227
added link to forum thread
11 years ago
Vincent
5b785bf778
Basic information about RBAC
11 years ago
Vincent De Munck
dc8670c98e
RBAC documentation
11 years ago
Alexander Makarov
576d4e8dda
Added "Using controller action to render errors"
11 years ago
Carsten Brandt
58bac36fbc
better nginx config
11 years ago
Carsten Brandt
7c7ef6000a
guide about using bootstrap less files
11 years ago
Carsten Brandt
5d7807860c
linked the upgrade section to guide articles
11 years ago
Carsten Brandt
e700ca0a97
more on yii basics
11 years ago
Carsten Brandt
bcfb1eaf2e
updated application guide and index
11 years ago
Carsten Brandt
d775814602
restructuring guide index.md and structure
...
worked though all the guide files adjusted structure and
added some missing does
11 years ago
Alexander Makarov
987d9ab5f0
Added assets section to the guide
11 years ago
Qiang Xue
d2e5f2c507
Fixes #1234 : use dash instead of underscore to separate language and country in locale id.
11 years ago
Larry Ullman
2230ecb185
Edited model.md up to Validation
11 years ago
Larry Ullman
c768ee7196
Just started editing
11 years ago
Carsten Brandt
65338972c7
refactored ActiveRecord classes to use Interfaces and traits
...
this allows us to implement other activerecord implementations based on
NoSQL dbms
11 years ago
slavcodev
4c4f7bd708
Move AppAsset from config to assets directory
11 years ago
Qiang Xue
36c28bee4f
Fixes #1191
11 years ago
Alexander Makarov
927e9dddb4
Refactored View
11 years ago
marsuboss
a652ac8a4e
Fix typo
11 years ago
Alexander Makarov
b7990d3d37
Added FAQ to composer doc
11 years ago
Larry Ullman
94c0b27845
Worked on several Guide docs
11 years ago
docsolver
1e1056bf61
Update debugger.md
...
I wasted >1h trying to find out why the debug bar was not shown on my remote staging server. Hopefully this will help other people avoid this mistake...
11 years ago
Alexander Mohorev
eee63f1721
Small typos
11 years ago
Alexander Makarov
d13aaa1e85
added composer basic docs
11 years ago
Alexander Makarov
4c8a11793d
started authorization docs
11 years ago
Alexander Makarov
b355019278
some docs on Authentication
11 years ago
Alexander Makarov
7e805864d4
added brief description of forms
11 years ago
Alexander Makarov
f9a92b82df
fixed typo
11 years ago
Alexander Makarov
474d4aeaaf
Added info about class-level event handlers to doc
11 years ago
Alexander Makarov
3920301c2b
Added note about "Inconsistent types declared for an argument: U_ARGUMENT_TYPE_MISMATCH" ICU error to i18n docs
11 years ago
Alexander Mohorev
0d04846c08
php short echo syntax
11 years ago
Alexander Mohorev
51211898f8
Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis.
11 years ago
Qiang Xue
8fc489091b
removed InstallHandler.
11 years ago