This question is locked. New answers and comments are not allowed.
Hi,
This is not so much a question as it is a suggestion.
I am using KendoUI w/ PHP wrappers and Zend Framework 2.
Instead of using the Autoload.php I created a classmap using the tool provided by ZF2 (bin/classmap_generator.php). Which works nicely.
However, I noticed that 4 support classes have not been namespaced:
This is not so much a question as it is a suggestion.
I am using KendoUI w/ PHP wrappers and Zend Framework 2.
Instead of using the Autoload.php I created a classmap using the tool provided by ZF2 (bin/classmap_generator.php). Which works nicely.
However, I noticed that 4 support classes have not been namespaced:
- DataSourceResult
- ImageBrowser, Thumbnail and ImageBrowserEntry
Even though these are not part of the library, in order to prevent polluting the namespace, I would recommend/request that these classes are namespaced as well (for example under \Kendo\Tools\ImageBrowser or something).
I look forward to any feedback!