32 Commits

Author SHA1 Message Date
c86cfb66d3 update PHP callback link (#18864) 2021-09-04 09:36:36 +02:00
82be8b61cf Replacing deprecated ::className() with ::class (#18671) 2021-05-22 23:14:54 +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
871d5b8835 Fixes typo (#16133) [skip ci] 2018-04-20 22:30:20 +03:00
e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1
- Deprecated `yii\base\BaseObject::className()` in favor of native PHP syntax `::class`, which does not trigger autoloading
- Deprecated XCache and Zend data cache support as caching backends
- Deprecated `yii\BaseYii::powered()` method
- Added `yii\base\InvalidArgumentException` and deprecated `yii\base\InvalidParamException`
- Added `yii\BaseYii::debug()` and deprecated `yii\BaseYii::trace()`
2018-02-11 01:48:29 +03:00
be3ebb0e9f docs added 2017-12-23 16:01:20 +02:00
5b2101f14c Update guide: Object -> BaseObject
issue #7936
2017-07-19 10:51:46 +02:00
f1f357bad3 Documentation for Events updated 2016-11-26 12:19:45 +02:00
d55d8f6070 Class-based events doc fix 2016-08-30 13:14:00 +03:00
321252d14c Formatting 2016-08-22 22:35:22 +03:00
f69807cf1c Fix typo [skip ci] (#12159)
1. want (to do something)
2. missing comma
2016-08-15 12:16:26 +03:00
997dfa3e11 review guide and UPGRADE file 2016-02-12 15:56:54 +01:00
e0f4114d77 Updated guide-events en/ru 2015-12-27 23:07:36 +02:00
5c167a74c1 docs/guide/concept-events.md - minor fix [ci skip] 2015-02-10 07:23:56 +09:00
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00
14be4caf82 Update concept-events.md
Minor syntax changes.
2014-11-21 10:36:25 -03:00
a935b97b15 [skip ci] Typo fix in guide 2014-11-07 12:58:10 +03:00
7d0f8ce689 guide typo
close #5751
2014-10-24 15:04:45 +02:00
187aed7d7e Fixed class references in Events guide 2014-10-15 02:26:07 +04:00
07d52f4846 Global event benefits?
Not sure that I follow the last two paragraphs, but I may just be tired.
2014-07-03 19:48:22 -04:00
2142bda44d Finished editing 2014-07-03 19:47:38 -04:00
9e53c0b2bc Edited the triggering section 2014-07-03 19:36:31 -04:00
7736a04419 Deleted second reference to event configuration
Already mentioned earlier in the text
2014-07-03 19:32:52 -04:00
434a2269aa Edit first half
Edited through “attaching”; added “event handler order” subsection
2014-07-03 19:32:31 -04:00
7b4e180abe Changed organization of 1st 3 topics
I think it should be: event handlers, attaching, triggering
2014-07-03 19:22:16 -04:00
71176b191c Picking nits 2014-07-03 19:20:48 -04:00
60b38a1a33 Finished filter section [skip ci] 2014-06-21 21:04:30 -04:00
d53299543f Edited up to event handlers 2014-05-25 20:08:10 -04:00
b80c0c3bc0 guide WIP [skip ci] 2014-05-10 21:22:01 -04:00
ef71a97e57 renamed chapter to section [skip ci] 2014-05-05 15:11:50 -04:00
29973c57f5 added anchors to guide. [skip ci] 2014-05-03 20:50:23 -04:00
56c46f6221 renamed basic concept chapter names. 2014-05-03 09:10:32 -04:00