SensibleUX / mirificus-codegen

The codegen package for Mirificus allows for ORM generation from various sources.
2 stars 2 forks source link

Missing method #4

Closed scottux closed 11 years ago

scottux commented 11 years ago

Fatal error: Call to undefined method Mirificus\DatabaseCodeGen::GenerateFile() in /Library/WebServer/Documents/mirificus/vendor/mirificus/codegen/src/Mirificus/Codegen.php on line 283

scottux commented 11 years ago

We are going to need to figure out a way to handle exceptions if we implement this function as-is.

var-foo commented 11 years ago

we can't use the exception class that we're going to build?

scottux commented 11 years ago

Yeah, we have a reliance on that for this function to not barf.

var-foo commented 11 years ago

Do we want a separate repo for that class or should we just build it into core since everything will depend on it?

scottux commented 11 years ago

We could build it into the Core package. Maybe we can just have exception extension packages or something. Although there are a few of them and we could make one complete exceptions package. I am torn.

D. Scott Carroll

Web Developer http://www.scottux.com mobile - 843.367.2460

On Sun, Sep 29, 2013 at 10:10 AM, Jim Munro notifications@github.comwrote:

Do we want a separate repo for that class or should we just build it into core since everything will depend on it?

— Reply to this email directly or view it on GitHubhttps://github.com/SensibleUX/mirificus-codegen/issues/4#issuecomment-25320940 .