mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +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 |
||
---|---|---|
.. | ||
json | ||
xml | ||
alt_ext.alt | ||
cache_empty_sections.ctp | ||
cache_form.ctp | ||
extend_element.ctp | ||
extend_loop.ctp | ||
extend_loop_inner.ctp | ||
extend_missing_element.ctp | ||
extend_self.ctp | ||
helper_overwrite.ctp | ||
index.ctp | ||
multiple_nocache.ctp | ||
nested_extends.ctp | ||
nocache_multiple_element.ctp | ||
open_block.ctp | ||
parent_1.ctp | ||
parent_2.ctp | ||
parent_view.ctp | ||
scaffold.form.ctp | ||
sequencial_nocache.ctp | ||
test_nocache_tags.ctp |