ppi / framework

The PPI Framework Engine
http://www.ppi.io
MIT License
154 stars 30 forks source link

Adding optional module:create questions for templating and routing. Cleaning up the source a bit into separate functions #162

Closed dragoonis closed 8 years ago

dragoonis commented 8 years ago

current situation is when you say NO to templating and YES to routing ,and choose syfmony:

the controller put in place has a $this->render() call in it. We need to replace this, when people say NO to templating, with a return 'Hello From [MODULE_NAME]'