Skip to content
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

Add ability to change connection for formmaker #8

Merged
merged 2 commits into from
Nov 16, 2016
Merged

Add ability to change connection for formmaker #8

merged 2 commits into from
Nov 16, 2016

Conversation

miscbits
Copy link

@miscbits miscbits commented Nov 9, 2016

This resolves #7 when using getTableColumns and fromTable and also resolves a glitch in InputMaker

                $final = $final->$realProperty;

Could return PHP error: Trying to get property of non-object because config['object'] could return an array making the line similar to something like

array('a'=>'0','b'=>'1','c'=>'2')->a

which will return the same error.

@mlantz mlantz merged commit c0aa50b into GrafiteInc:master Nov 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request - Allow users to change connection when using multiple connections
2 participants