osalabs / osafw-php

Business Applications Web Framework, PHP
MIT License
3 stars 3 forks source link

Dynamic Controller: Models and Controllers generations #44

Open vladsavchuk opened 5 years ago

vladsavchuk commented 5 years ago
  1. Write permissions is not checked before generation, it should throw the error but the success message is displayed now.
  2. Under Linux I have to fix the ownership of generated files to my local user in order to work with them. And also all files are created with 644 mode. If they were created with 664, I could add myself to the webserver group and edit them without manually fixing permissions.
osalabs commented 5 years ago

could you make changes and create pull request for this? it should be easier for you under linux