We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b351c commit c3123faCopy full SHA for c3123fa
docs/03.reference/02.tags/component/_attributes/extends.md
@@ -1 +1,12 @@
1
-Name of parent component from which to inherit methods and properties.
+Name of parent Component from which to inherit Methods and Properties.
2
+
3
+- A component in the same folder: `roles`
4
+- Relative to the current folder, in a sub directory: `admin.roles`
5
+- Using a mapping or relative to webroot, using dotted paths: `models.admin.roles`
6
+- Absolute path using a mapping: `myapp.models.admin.roles` (where `myapp` is a defined mapping)
7
8
+The `.cfc` extension is implicit and should not be included.
9
10
+Paths use dot notation, not slashes.
11
12
+Component paths are case-insensitive in CFML.
0 commit comments