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 - Zend Framework Manual + + + + + + + + +
+ + + + + + + + +
+ Recommended Project Directory Structure + + + + +
+
+

Module Structure

+ + +

+ The directory structure for modules should mimic that of the + application/ directory in the recommended project structure: +

+ +
  1. <modulename>
  2. +
  3.     configs/
  4. +
  5.         application.ini
  6. +
  7.     controllers/
  8. +
  9.         helpers/
  10. +
  11.     forms/
  12. +
  13.     layouts/
  14. +
  15.         filters/
  16. +
  17.         helpers/
  18. +
  19.         scripts/
  20. +
  21.     models/
  22. +
  23.     services/
  24. +
  25.     views/
  26. +
  27.         filters/
  28. +
  29.         helpers/
  30. +
  31.         scripts/
  32. +
  33.     Bootstrap.php
+ + +

+ The purpose of these directories remains exactly the same as for the recommended + project directory structure. +

+
+
+ + + + + + + + + +
+ Recommended Project Directory Structure + + + + +
+
+ +
+ + \ No newline at end of file -- cgit v1.2.3