ABCDEFGHIJKLMNOPQRST
1
Projects
2
Project NameResource Identifier ExamplesCorresponding PathsNotes
3
Assetic--absolute and relative paths only
4
Aura
5
CakePHPlayout/path/to/app/View/Layouts/layout.ctp
6
controllerAction/path/to/app/View/Controller/controllerAction.ctp
7
element/path/to/app/View/Elements/element.ctp
8
PluginName.layout/path/to/app/Plugins/PluginName/View/Layouts/layout.ctp
/path/to/app/View/Plugin/PluginName/View
9
Doctrine--Support for custom alias, nothing is predefined
10
Drupal
11
eZ Publish
12
FLOW
13
FuelPHP
14
Jackalope
15
Joomla
16
Laravelpages.profile (view)/path/to/app/views/pages/profile.php (or profile.blade.php)
17
Lithium
18
PEAR
19
phpBB
20
phpDocumentor
21
PPI
22
Propel
23
PyroCMS
24
SabreDAV
25
SimplePie
26
Solar
27
Stash
28
SugarCRM
29
Symfony2AcmeDemoBundle:Controller:view.html.twig/path/to/Acme/Bundle/DemoBundle/Resources/views/Controller/view.html.twig
/app/Resources/AcmeDemoBundle/views/Controller/view.html.twig
http://symfony.com/doc/current/book/templating.html#overriding-bundle-templates
30
@AcmeDemo/Controller/view.html.php/path/to/demo-bundle/Resources/views/Controller/view.html.phphandled by twig, configured by symfony
31
@AcmeDemoBundle/Resources/config/config.yml/path/to/demo-bundle/Resources/config/config.yml
32
AcmeDemoBundle:Post/path/to/demo-bundle/Entity/Post.phphandled by doctrine2, configured by symfony
33
Typo3
34
Yii
35
Yii2
36
ZF2name/of/view/path/to/DemoModule/views/name/of/view.phtmlPluggable resolver - usually handled by a map or a stack of paths to be checked
37
Zikula
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100