cakephp2-php8/lib/Cake/Test/test_app/View/Posts
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
..
json Making JsonView work more like the XmlView. 2011-11-27 23:51:48 -05:00
xml Make XmlView consistent with JsonView. 2011-11-27 23:51:48 -05:00
alt_ext.alt Renaming more folders 2011-05-13 02:31:33 -04:30
cache_empty_sections.ctp Renaming more folders 2011-05-13 02:31:33 -04:30
cache_form.ctp Renaming more folders 2011-05-13 02:31:33 -04:30
extend_element.ctp Adding view files for tests. 2011-12-17 22:23:35 -05:00
extend_loop.ctp Fix extending in loops. 2011-12-27 19:24:16 -05:00
extend_loop_inner.ctp Fix extending in loops. 2011-12-27 19:24:16 -05:00
extend_missing_element.ctp Make extending a missing element throw an exception 2012-01-25 13:04:45 +01:00
extend_self.ctp Throw an exception when a view extends itself. 2011-12-27 19:24:15 -05:00
helper_overwrite.ctp Remove whitespace [Gun.io WhitespaceBot] 2011-10-28 18:25:08 -04:00
index.ctp Renaming more folders 2011-05-13 02:31:33 -04:30
multiple_nocache.ctp Renaming more folders 2011-05-13 02:31:33 -04:30
nested_extends.ctp Adding view files for tests. 2011-12-17 22:23:35 -05:00
nocache_multiple_element.ctp Renaming more folders 2011-05-13 02:31:33 -04:30
open_block.ctp Fix a few outstanding issues with blocks. 2011-12-17 22:23:37 -05:00
parent_1.ctp Adding view files for tests. 2011-12-17 22:23:35 -05:00
parent_2.ctp Adding view files for tests. 2011-12-17 22:23:35 -05:00
parent_view.ctp Adding view files for tests. 2011-12-17 22:23:35 -05:00
scaffold.form.ctp Renaming more folders 2011-05-13 02:31:33 -04:30
sequencial_nocache.ctp Merge branch '1.3' into merger 2011-06-23 12:48:06 -07:00
test_nocache_tags.ctp Fix bare require() to use App::uses() 2011-12-06 20:09:05 -05:00