-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codegen templates #6
Comments
How many templates should we bundle and how do we deal with loading custom ones? |
We need to determine which templates will be the most commonly use and bundle those. As for loading custom ones... idk yet. Lemme think on that. |
var-foo
pushed a commit
that referenced
this issue
Sep 30, 2013
Change all raw output lines to sprintf so that everything lives inside php tags. This makes everything a bit easier to digest.
We could just have a "base Model" setting and use that to generate the ORM parent. |
var-foo
added a commit
to var-foo/mirificus-codegen
that referenced
this issue
Oct 10, 2013
This reverts commit 4345f1c.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we generate code from templates, we need to be able to specify an ORM class to extend. This may involve creating mirificus-orm or mirificus-model
The text was updated successfully, but these errors were encountered: