Skip to content

Permissions needed for writing files

Philip Michael Raab edited this page Jun 26, 2014 · 1 revision

Only needed for writing files

The namespace passed to a manger needs to be an existing module.

It also needs to have the directories Entity and Model in the src/{ModuleName}/ directory

These 2 dirs need to be writable by your web server

E.G.

$buildManager = new BuilderManager(‘DBLayer');

Will try create the files in:

module/DBLayer/src/DBLayer/Entity

module/DBLayer/src/DBLayer/Model

Home

Real Easy

Using the classes

  • Properties
  • Relations
  • Events

Generating the classes

Clone this wiki locally