This is a migrated thread and some comments may be shown as answers.

Kendo UI w/ PHP and Zend Framework 2: namespaces

1 Answer 106 Views
General Disccussions
This is a migrated thread and some comments may be shown as answers.
Rinck
Top achievements
Rank 1
Rinck asked on 04 Apr 2013, 12:12 PM
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:
  • 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!

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 08 Apr 2013, 02:53 PM
Hello Rinck,

Thank you for the suggestion. Since namespacing these classes may break user code, we may consider such a change for an upcoming official release.

All the best,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Disccussions
Asked by
Rinck
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or