-
-
Notifications
You must be signed in to change notification settings - Fork 3
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviour
Description
PHP.Gt/SqlBuilder is not a way of generating queries from code, instead it's a way of building a representation of SQL, therefore this issue is not the same as #84 .
To integrate SqlBuilder, do the same check for SQL files but for PHP files. If there is a PHP file of the correct name, load it and check the expected class name is available, then instantiate it and call its toString function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviour