cakephp2-php8/lib/Cake/Test/test_app/View/Elements
AD7six ecbe337052 Make extending a missing element throw an exception
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
2012-01-25 13:04:45 +01:00
..
nocache Make CacheHelper able to handle nocache tags in elements. 2011-12-17 22:23:37 -05:00
extended_element.ctp Adding view files for tests. 2011-12-17 22:23:35 -05:00
extended_missing_element.ctp Make extending a missing element throw an exception 2012-01-25 13:04:45 +01:00
html_call.ctp Renaming elements and layouts 2011-05-13 02:45:36 -04:30
parent_element.ctp Adding view files for tests. 2011-12-17 22:23:35 -05:00
session_helper.ctp Renaming elements and layouts 2011-05-13 02:45:36 -04:30
test_element.ctp Renaming elements and layouts 2011-05-13 02:45:36 -04:30
test_element.xml moved test_element.xml to correct directory, accidentally re-added during 1.3 merge 2011-10-17 11:30:18 +02:00
type_check.ctp Renaming elements and layouts 2011-05-13 02:45:36 -04:30