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

Use of is_undefined not valid when only using Doctrine #9

Open
ahillman3 opened this issue Apr 26, 2011 · 2 comments
Open

Use of is_undefined not valid when only using Doctrine #9

ahillman3 opened this issue Apr 26, 2011 · 2 comments

Comments

@ahillman3
Copy link
Contributor

In the Aerial_Record.php,
protected function arrayToCollection($fieldName, $array)

It is using the is_undefined function, that exists in gateway.php, which i loaded in server.php.

When using Doctrine directly from PHP, this function isn't defined.

@dannykopping
Copy link
Member

Ah, good point. Perhaps we should stick it in a utility class that gets loaded somewhere else, or at least must get initialized by someone using straight PHP... what do you think?

@dannykopping
Copy link
Member

Ooops, closed it by accident

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

No branches or pull requests

2 participants