- <modulename>
+
- configs/
+
- application.ini
+
- controllers/
+
- helpers/
+
- forms/
+
- layouts/
+
- filters/
+
- helpers/
+
- scripts/
+
- models/
+
- services/
+
- views/
+
- filters/
+
- helpers/
+
- scripts/
+
- Bootstrap.php
From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- .../core/en/project-structure.filesystem.html | 129 +++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 zend/documentation/manual/core/en/project-structure.filesystem.html (limited to 'zend/documentation/manual/core/en/project-structure.filesystem.html') diff --git a/zend/documentation/manual/core/en/project-structure.filesystem.html b/zend/documentation/manual/core/en/project-structure.filesystem.html new file mode 100644 index 0000000..e6cafbf --- /dev/null +++ b/zend/documentation/manual/core/en/project-structure.filesystem.html @@ -0,0 +1,129 @@ + + +
+ +
+
+ Module Structure+ The directory structure for modules should mimic that of the + application/ directory in the recommended project structure: + + +
+ The purpose of these directories remains exactly the same as for the recommended + project directory structure. + ++ +
|
+ + + | +