RickAcb
|
0383af6282
|
Update __isset function to comply with the same checks as __get (#4514)
Credit to @RickAcb.
|
2019-08-04 19:56:15 +08:00 |
Nathan van der Werf
|
62c59a4903
|
Refactor ternary operators to null coalescing operators
|
2018-08-15 19:15:13 +02:00 |
Samuel Georges
|
680887f452
|
Fixes component access issue
|
2016-03-25 09:56:36 +11:00 |
Samuel Georges
|
8c6a58981e
|
Roll back the changes from #852 in the name of KISS
The page vars are just that, view variables, if used incorrectly (relaxed) they can leech out
|
2015-06-17 18:50:51 +10:00 |
Samuel Georges
|
8b3ab93786
|
Component variables set with `$this->page` no longer leech in to other component partials.
Fixes #852
|
2015-05-16 09:29:27 +10:00 |
Stefan Talen
|
202e8869b1
|
Updating modules/cms/classes
|
2014-10-11 01:22:03 +02:00 |
Sam Georges
|
76b143e8d3
|
Components and variables can now be accessed in the page code section via `$this->foo` in addition to `$this['foo']`.
|
2014-08-21 20:04:41 +10:00 |
Sam Georges
|
fdac3416e1
|
Added new layout and page method `onInit()` called after components are initialized and before AJAX requests are processed.
|
2014-07-07 17:39:22 +10:00 |
Niclas Leon Bock
|
727973bda3
|
Update CodeBase.php
|
2014-06-18 00:19:09 +02:00 |
Niclas Leon Bock
|
291153ed44
|
Update DocBlock/function header for __set and __isset
|
2014-06-18 00:14:23 +02:00 |
Niclas Leon Bock
|
9c5abfb3f1
|
Fix variable name in isset magic method
|
2014-06-17 23:36:12 +02:00 |
Sam Georges
|
05afe91820
|
Easier access to page object thru components ($this->page->title)
|
2014-05-24 21:08:33 +10:00 |
Sam Georges
|
71a5dd67ab
|
Welcome to the world, October :-)
|
2014-05-14 23:24:20 +10:00 |