You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I have a namespace and a class with that namespace of the same name. like this
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
The text was updated successfully, but these errors were encountered: