mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
ecbe337052
A layout extending a missing layout throws a missing-layout exception A view extendinga missing view throws a missing-view exception Now, an element extending a missing element throws a logic exception in addition "absolute" paths can be used such that (using elements as an example) $this->extend('foo') - extends View/Elements/foo.ctp $this->extend('/foo') - extends View/foo.ctp Closes #2504 |
||
---|---|---|
.. | ||
Helper | ||
HelperCollectionTest.php | ||
HelperTest.php | ||
JsonViewTest.php | ||
MediaViewTest.php | ||
ScaffoldViewTest.php | ||
ThemeViewTest.php | ||
ViewTest.php | ||
XmlViewTest.php |