https://github.com/opsway/tocat-module-skeleton
TOCAT empty module
https://github.com/opsway/tocat-module-skeleton
Last synced: about 2 months ago
JSON representation
TOCAT empty module
- Host: GitHub
- URL: https://github.com/opsway/tocat-module-skeleton
- Owner: opsway
- Created: 2014-11-11T18:44:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T21:20:30.000Z (over 11 years ago)
- Last Synced: 2025-01-19T11:17:53.030Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TOCAT skeleton module
-----
This is skeleton module for tocat platform, but it compatible with any ZF2 modules
### Replacement templates
* [Company] - Company name or Vendor name
* [ModuleName] - Module name in folders, in config string, in php code (namespaces)
* [modulename] - lowercase module name for use in routes and templates folder
* [My] - Name for main Entity, also this part (prefix) names for Services, Repositories, View helpers and it factories
* [my] - lovarcase entity or profix usage in variable (in camelCase)
* [Index] - name for main controller which creating without factory (invokable)
* [Other] - another "Other" controller creating through factory with inject MyService object
* [index|other] - lowercase for controlers OR it actions + template folders. Also this part naming for routers