I'm in a search for nice looking ATK4 CURL class.
Of course I can make one myself, but I remember I seen it somewhere already made and can't find it now :(
--
--
I like the dev\pack\addon namespace. I will try it ti test if it works and eventually patch the code... If you want to take a look to the transport class contact me directly.
--
--
@Romans - simplicity is very good till some point in future when we'll have a lot of add-ons and they will definitely start to use same popular namespaces like - menu, list, tree, html, crud, grid, autocomplete, form etc.
@Gowrav, Romans - if namespace is used to find files in particular directories, then maybe slash "\" can be translated to underscore "_" and that way we'll get for example:namespace: \darkside666\ds-addons\menudirectory: /darkside666_ds-addons_menu, but that looks weird and very long name for directoryMaybe we then have to have directory structure of add-on the same as structure in namespace: \darkside666\ds-addons\menu ?
--
@Romans - simplicity is very good till some point in future when we’ll have a lot of add-ons and they will definitely start to use same popular namespaces like - menu, list, tree, html, crud, grid, autocomplete, form etc.
@Gowrav, Romans - if namespace is used to find files in particular directories, then maybe slash "\" can be translated to underscore "_" and that way we'll get for example:namespace: \darkside666\ds-addons\menudirectory: /darkside666_ds-addons_menu, but that looks weird and very long name for directoryMaybe we then have to have directory structure of add-on the same as structure in namespace: \darkside666\ds-addons\menu ?
On Thursday, November 29, 2012 10:46:06 AM UTC+2, Gowrav Vishwakarma wrote:Some where I also found that if you do not do that ATK will not find your files.. ;)
it has to be in same namespace as the folder/add-ons nameOn Thu, Nov 29, 2012 at 12:38 PM, Romans Malinovskis <rom...@agiletoolkit.org> wrote:
We keep things simple in ATK.Create addon “blah” put into namespace “blah”.rI like the dev\pack\addon namespace. I will try it ti test if it works and eventually patch the code... If you want to take a look to the transport class contact me directly.
--
Understood the position of Romans