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

Equal Class and Namespace are recognized as one instead of two #63

Open
gossi opened this issue Mar 12, 2012 · 0 comments
Open

Equal Class and Namespace are recognized as one instead of two #63

gossi opened this issue Mar 12, 2012 · 0 comments

Comments

@gossi
Copy link

gossi commented Mar 12, 2012

I have a namespace and a class with that namespace of the same name. like this

namespace gossi\webform;

class Webform {
...
}

So, contents of class Webform are recognized as contents of gossi\webform. So, methods from Webform are functions of gossi\webform, contants are moved as well, the class is empty. I committed my source and uploaded the docs:

Code: http://github.com/gossi/webform
Doc: http://gossi.github.com/webform/api

Thanks
gossi

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

1 participant