SilverFire - Dmitry Naumenko
89f677ba2a
Guide db-active-record fixed code example
2016-01-23 09:35:21 +02:00
drodata
c94bd36e89
Fixed a wrong method calling.
...
If using `all()`, the value of `$customer` will be an array of
`Customer` instances, not a `Customer` instance. Consequently,
```
$customer->unlink('orders', $customer->orders[0]);
```
will throw a PHP Fatal Error: Call to a member function unlink() on array.
2016-01-23 11:11:02 +08:00
Alexander Makarov
8ea542cdbf
#10581 : Improved wording, added note about canGetProperty() and canSetProperty() to properties guide
2016-01-20 02:36:56 +03:00
githubjeka
b87999f6bb
Fixes #10581 : Add note about overriding get/set methods to behaviors guide
2016-01-20 02:30:17 +03:00
Evgeniy
08b2aadcf8
Correcting spelling
2016-01-18 11:56:33 +05:00
Nobuo Kihara
1e196e1c11
docs/guide-ja/db-query-builder.md updated [ci skip]
2016-01-17 18:46:09 +09:00
SilverFire - Dmitry Naumenko
25138d337c
Docs es,ja,pt-BR,ru,zh-CN: fixed link to AuthMethod
2016-01-15 13:15:18 +02:00
Nikola Kovacs
a61d9f224f
fix link to AuthMethod
2016-01-15 11:37:49 +01:00
Carsten Brandt
b9d8344d84
updated db guide
...
string format in where() is not only for simple cases but also for the complex ones that need raw SQL.
2016-01-14 19:30:09 +01:00
Nobuo Kihara
a1170aa033
doc fix - removed unnecessary bar [ci skip]
2016-01-13 20:29:36 +09:00
Bizley
217e944262
Fix
...
Adding the fix from
83d72cddc0
2016-01-10 11:55:55 +01:00
Bizley
a6c0f0a65b
Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl
2016-01-10 11:30:53 +01:00
Bizley
6e6e202200
Guide PL fixes and links shortening
2016-01-10 11:30:12 +01:00
John Kind
0480417442
Fix markdown indent
2016-01-09 19:42:06 +03:00
John Kind
77569c8587
Fix typo in documentation.
2016-01-09 19:38:28 +03:00
Bizley
4b6277a265
Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl
2016-01-09 11:58:39 +01:00
Daniel Filipek
be71588429
output-client-scripts.md 100%
...
README.md translation fix
output-client-scripts.md 100%
input-validation typo fix
2016-01-08 15:30:04 +01:00
Dmitry Naumenko
7fc2ea8020
Merge pull request #10514 from johnkind49/master
...
Fixed documentation.
2016-01-08 12:48:39 +02:00
Daniel Filipek
6fc980cc1d
input-validation.md
2016-01-07 15:23:01 +01:00
Nobuo Kihara
97397c71db
docs/guide-ja/output-formatting.md updated [ci skip]
2016-01-07 16:49:04 +09:00
Carsten Brandt
cdb7d84fea
added support for non-gregorian calendar to formatter
...
fixes #8687
close #10517
2016-01-02 19:42:35 +01:00
John Kind
9d0fa51064
Yii2-style class properties.
2016-01-02 02:56:50 +03:00
John Kind
83d72cddc0
Fix logic in JS code expression in docs.
2016-01-02 02:34:17 +03:00
John Kind
9578fd6a69
Fix code in russian docs.
2016-01-02 02:19:26 +03:00
John Kind
300048e770
Fix special blocks in russian docs.
2016-01-02 02:10:30 +03:00
bfday
90eee9a7c9
Fixes #10504 : typo in docs
2015-12-30 13:20:23 +03:00
John Kind
1fd8ebf302
A typo in the documentation.
2015-12-28 21:12:00 +03:00
Nobuo Kihara
5af580e4d6
docs/guide-ja updated [ci skip]
2015-12-28 19:55:53 +09:00
SilverFire - Dmitry Naumenko
e0f4114d77
Updated guide-events en/ru
2015-12-27 23:07:36 +02:00
Pavel
b68613b746
Added support for events declared in interfaces #10108
...
Added guide in russian for events in interfaces
2015-12-27 23:07:36 +02:00
Dmitry Naumenko
7d703165d1
Update translation-workflow.md
2015-12-27 23:00:02 +02:00
Alexander Makarov
97caaab6bb
Merge pull request #10482 from yiisoft/guide-param-binding
...
added notes about parameter binding to the guide and classes [skip ci]
2015-12-26 14:07:24 +03:00
SilverFire - Dmitry Naumenko
b439f75d9e
Guide concept-aliases updated
2015-12-26 11:21:04 +02:00
Carsten Brandt
153f45bfdb
added notes about parameter binding to the guide and classes
...
fixes #10462
2015-12-26 02:41:15 +01:00
Nobuo Kihara
5355f7273b
block type identifier (Note) fixed [ci skip]
2015-12-24 19:37:08 +09:00
hobart.wang
47f47fdf7b
correct 模型 to 模块
2015-12-24 14:39:21 +08:00
Nobuo Kihara
be441c37be
docs/guide-ja/start-looking-ahead.md updated [ci skip]
2015-12-21 19:31:57 +09:00
Paris Qian Sen
e0962a5eba
replace wrong quoteblock identifiers.
2015-12-20 23:36:12 +08:00
Disassem
0c707baae8
Fix punctuation, typos and some style
2015-12-18 13:00:06 +06:00
Disassem
fb4f748de2
Fix punctuation and typos
2015-12-17 17:31:10 +06:00
Dmitry Naumenko
64d25c4e9f
Added Gitter to guide-ru/start-looking-ahead.md
2015-12-15 22:28:52 +02:00
Dmitry Naumenko
fc7bfd61c9
Added Gitter to start-looking-ahead.md
2015-12-15 22:27:29 +02:00
SilverFire - Dmitry Naumenko
4fa25f264d
docs/guide-uk adjusted block types [ci skip]
2015-12-14 10:19:24 +02:00
Carsten Brandt
53979bb80c
fixed more broken links
2015-12-14 04:40:51 +01:00
Carsten Brandt
c1c8cdcd1b
fixed broken links in the guide
2015-12-14 04:36:00 +01:00
Carsten Brandt
1c3b66f332
removed Unicode BOM from guide files
2015-12-14 04:10:44 +01:00
abrahamgreyson
619a2328e3
Block types in the guide should not be translated in the code
...
close #10384
2015-12-14 03:58:50 +01:00
abrahamgreyson
e3a1afc66c
Add blocktypes to China mainland version guide(zh-CN)
...
See cebe @ 838414118a
2015-12-14 03:55:23 +01:00
Daniel Gomez Pan
b9a89c2be3
Update guide-es [skip ci]
...
close #10380
2015-12-14 03:53:27 +01:00
Nobuo Kihara
1be78a3bff
docs/internals-ja/translation-workflow.md updated [ci skip]
...
close #10383
2015-12-14 03:28:44 +01:00