25 Commits

Author SHA1 Message Date
f94017ce4c Fix #20306: Add new yii\helpers\ArrayHelper::flatten() method 2025-01-06 17:53:58 +03:00
0041f034fd [doc] Update PHP doc links (#18957)
* Replace https://secure.php.net with https://www.php.net

* Replace http://www.php.net with https://www.php.net
2021-10-19 14:50:26 +02:00
8fb5b35cc5 Closes #17372. Fix documentation for the ArrayHelper::multisort() (#17375) 2019-06-18 14:17:16 +03:00
bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci]
* Updated php.net link for some MemCache properties [skip ci]

* Changed protocol to https for links to php.net in comments

* Changed protocol to https for links to php.net in code

* Changed www.php.net (http) to secure.php.net (https) in comments

* Changed www.php.net (http) to secure.php.net (https) in code

* Changed protocol to https for links to php.net in UPGRADE.md

* Changed protocol to https for links to pecl.php.net in comments

* Changed us.php.net to secure.php.net (https) in comments

* Changed protocol to https for links to php.net in docs

* Changed www.php.net (http) to secure.php.net (https) in docs

* Changed protocol to https for links to pecl.php.net in docs

* Changed ru/jp.php.net to secure.php.net (https) in docs

Don't sure about russian guide: is this links meant to be for guide on russian, or not?
2019-02-28 13:09:27 +03:00
59002a9e1e Fixes #6644: Added yii\helpers\ArrayHelper::setValue() 2017-07-16 00:25:44 +03:00
a232c74e3b Added small specification to result of conversion object to array (#13329) [skip ci] 2017-01-05 14:31:54 +03:00
bc61e4b498 Typos 2016-11-19 16:38:02 +03:00
3c8d39e3f4 "$data" renamed to "$array" (#12935)
thanks
2016-11-07 21:33:17 +01:00
685f16e8ef 📖 Updated guide pages - wrap true, false, null 2016-09-20 10:49:15 +03:00
993f2aef28 Fixes #11275: Added possibility of unset or force replace former value in ArrayHelper::merge() 2016-08-03 22:49:49 +03:00
8c6cbae6de Fixes #11991: array helper documentation issues 2016-07-21 00:37:42 +03:00
fead450998 Fix links in helper-array.md. [skip ci] (#11913) 2016-07-07 11:44:00 +03:00
1145981c0f Fixed formatting issues in docs for ArrayHelper
The docs formatter at http://www.yiiframework.com/doc-2.0/ does not like code tags starting on the first line after plain text.
2016-03-03 16:38:34 +01:00
80e9331fe0 Spelling fixes, BaseArrayHelper::index() parameter groupBy renamed to groups 2016-02-24 23:43:09 +02:00
367fddc1f3 ArrayHelper::index() - updated CHANGELOG, UPGRADE, guide 2016-02-24 23:10:07 +02:00
844a61562b Fixed ArrayHelper::isIn() part of helper-array guide, translated to ru 2015-11-22 19:02:42 +02:00
22d9997281 Implemented support of traversable objects in RangeValidator::ranges, added ArrayHelper::in() and ArrayHelper::subset() 2015-11-18 16:41:56 +02:00
fcbb596e7b Fixes #8563 2015-05-26 20:49:22 +03:00
87a1da1568 Fixed markup and text mistakes and inconsistencies in the documentation 2015-03-21 16:24:29 -04:00
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00
60ef866708 Add syntax highlighting [skip ci] 2015-01-05 18:57:29 +01:00
c55268a5b1 Fix typos in ArrayHelper guide [skip ci]
close #6349
2014-12-02 15:17:53 +01:00
39fb85ed43 Renamed subtitles [skip ci] 2014-11-29 20:01:36 -05:00
3de072cab2 Fixed constant references in array helper guide 2014-11-29 20:47:24 +03:00
e2ac0b285e Guide chapter about ArrayHelper 2014-11-29 04:06:40 +03:00