Pavel Dovlatov
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
gilbert
871d5b8835
Fixes typo ( #16133 ) [skip ci]
2018-04-20 22:30:20 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Brandon Kelly
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Paul Klimov
be3ebb0e9f
docs added
2017-12-23 16:01:20 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Robert Korulczyk
5b2101f14c
Update guide: Object -> BaseObject
...
issue #7936
2017-07-19 10:51:46 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
SilverFire - Dmitry Naumenko
f1f357bad3
Documentation for Events updated
2016-11-26 12:19:45 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Klimov Paul
d55d8f6070
Class-based events doc fix
2016-08-30 13:14:00 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Roman Grinyov
321252d14c
Formatting
2016-08-22 22:35:22 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Dmitriy Makarov
f69807cf1c
Fix typo [skip ci] ( #12159 )
...
1. want (to do something)
2. missing comma
2016-08-15 12:16:26 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
997dfa3e11
review guide and UPGRADE file
2016-02-12 15:56:54 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
SilverFire - Dmitry Naumenko
e0f4114d77
Updated guide-events en/ru
2015-12-27 23:07:36 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Nobuo Kihara
5c167a74c1
docs/guide/concept-events.md - minor fix [ci skip]
2015-02-10 07:23:56 +09:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
36bebbfefb
use id instead of name for anchor references in the guide
...
fixes #7013
2015-01-25 22:13:16 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Christopher Vrooman
14be4caf82
Update concept-events.md
...
Minor syntax changes.
2014-11-21 10:36:25 -03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
munawer
a935b97b15
[skip ci] Typo fix in guide
2014-11-07 12:58:10 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Andrei Chugunov
7d0f8ce689
guide typo
...
close #5751
2014-10-24 15:04:45 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
187aed7d7e
Fixed class references in Events guide
2014-10-15 02:26:07 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Larry Ullman
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Larry Ullman
2142bda44d
Finished editing
2014-07-03 19:47:38 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Larry Ullman
9e53c0b2bc
Edited the triggering section
2014-07-03 19:36:31 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Larry Ullman
7736a04419
Deleted second reference to event configuration
...
Already mentioned earlier in the text
2014-07-03 19:32:52 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Larry Ullman
434a2269aa
Edit first half
...
Edited through “attaching”; added “event handler order” subsection
2014-07-03 19:32:31 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Larry Ullman
7b4e180abe
Changed organization of 1st 3 topics
...
I think it should be: event handlers, attaching, triggering
2014-07-03 19:22:16 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Larry Ullman
71176b191c
Picking nits
2014-07-03 19:20:48 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
60b38a1a33
Finished filter section [skip ci]
2014-06-21 21:04:30 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Larry Ullman
d53299543f
Edited up to event handlers
2014-05-25 20:08:10 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
b80c0c3bc0
guide WIP [skip ci]
2014-05-10 21:22:01 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
ef71a97e57
renamed chapter to section [skip ci]
2014-05-05 15:11:50 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
29973c57f5
added anchors to guide. [skip ci]
2014-05-03 20:50:23 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
56c46f6221
renamed basic concept chapter names.
2014-05-03 09:10:32 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)