Skip to content

Commit

Permalink
fixes to code, finish model generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mike42 committed Dec 9, 2014
1 parent 63fe0fe commit b9647b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Model_Generator.php
Expand Up @@ -520,6 +520,8 @@ private function make_model(Model_Entity $entity) {
}

private function make_controller(Model_Entity $entity) {
echo $entity -> table -> comment;

return;

// TODO
Expand Down

0 comments on commit b9647b4

Please sign in to comment.