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