Log message #4154538

# At Username Text
# Jun 28th 2018, 14:39 josbeir @kunalspunjabi back to debugging then !
# Jun 28th 2018, 14:39 josbeir @lubos you can change the templates option
# Jun 28th 2018, 14:38 kunalspunjabi @josbeir fixed the issues with the javascript helper, now it's back to the same error! ugh ```Notice (8): Undefined variable: isProduction [APP/View/Elements/seo.ctp, line 16] ```
# Jun 28th 2018, 14:37 lubos So I imagine something like ``` 'type' => 'radio', 'options' => [ 0 => 'No', 1 => [ 'value' => 'Yes', 'class' => 'yes-input' 'data-what' => 'ever' ] ```
# Jun 28th 2018, 14:35 lubos https://book.cakephp.org/3.0/en/views/helpers/form.html#options-for-select-checkbox-and-radio-controls
# Jun 28th 2018, 14:35 lubos FormHelper, is it possible to set html attributes for select options / radio options?
# Jun 28th 2018, 14:32 josbeir have fun !
# Jun 28th 2018, 14:24 kunalspunjabi working on it @josbeir
# Jun 28th 2018, 14:14 generitter Looks like the Core FormHelper class has been extended and the interfaces no longer match.
# Jun 28th 2018, 14:14 josbeir there are quite some differences between cake 1 and 2
# Jun 28th 2018, 14:13 josbeir you should fix al those errors
# Jun 28th 2018, 14:13 josbeir thats a good thing
# Jun 28th 2018, 14:13 kunalspunjabi @josbeir removing the javascript helper actually throws more errors ```Strict (2048): Declaration of MyFormHelper::beforeRender() should be compatible with Helper::beforeRender($viewFile) [APP/View/Helper/my_form.php, line 12] ``` in addition to what I was seeing earlier. Not sure of a fix but Im investigating
# Jun 28th 2018, 14:11 generitter I’m writing some test code to verify a route. I’m working in a plugin, the plugin has routes. Does anyone know how to load the routes in my config for the test? The Test results I’m extending Cake TestCase.
# Jun 28th 2018, 14:02 itmpls thx for the insight
# Jun 28th 2018, 14:02 josbeir doesn't seem that much work :slightly_smiling_face: you can do it!
# Jun 28th 2018, 14:01 itmpls yup i have the subdomain records in the db. i need to whitelist them in the middleware first
# Jun 28th 2018, 14:00 josbeir or store them in the db where you filter them by site/domain and inject them somewhere based on the current site
# Jun 28th 2018, 13:59 josbeir and load them in the middleware too
# Jun 28th 2018, 13:59 josbeir with my aproach i can store these routes in the site configuration object
# Jun 28th 2018, 13:58 josbeir but tbh if its just a few extra routes per sub/domain
# Jun 28th 2018, 13:58 itmpls yeah it doesn't seem like it would make sense for my approach :P
# Jun 28th 2018, 13:56 josbeir haven't needed dynamic routes at the moment @itmpls but i dont think i would aproach it like the plugin does
# Jun 28th 2018, 13:54 rbgcom When sharing a single app for many domains, is it possible cakephp have a separate cache for each?
# Jun 28th 2018, 13:54 itmpls to map with controllers
# Jun 28th 2018, 13:53 itmpls but how do you setup the dynamic routing part of it?
# Jun 28th 2018, 13:50 josbeir the configuration then holds specific settings for that site including the fetched site db record and stuff
# Jun 28th 2018, 13:50 josbeir if a domain is matched for a site a configuration is merged with the 'default' configuration
# Jun 28th 2018, 13:49 josbeir each site can have multiple domains
# Jun 28th 2018, 13:49 josbeir i have a 'site' configuration that is loaded with a domain as argument
# Jun 28th 2018, 13:48 josbeir i do it a little bit different
# Jun 28th 2018, 13:48 josbeir ah like that @itmpls
# Jun 28th 2018, 13:45 rbgcom ok
# Jun 28th 2018, 13:37 lorenzo rbgcom seems like the CaseExpression is not setup to accept a return type, can you open a ticket about it?
# Jun 28th 2018, 13:34 lorenzo the 3rd param is the type for the arguments, not the return value
# Jun 28th 2018, 13:21 rbgcom If using ORM case statement, why do values always return as strings even if type 'integer' is specified in the 3rd parameter of ->addCase()? An integer will return as '1' instead of 1. It appears the values are correct until :param1 is populated when the query is executed.
# Jun 28th 2018, 13:10 itmpls like in __invoke
# Jun 28th 2018, 13:10 itmpls https://github.com/multidimension-al/cakephp-subdomains/blob/master/src/Middleware/SubdomainMiddleware.php
# Jun 28th 2018, 13:09 josbeir but i don't get what you mean with 'prefix of the request'
# Jun 28th 2018, 13:09 itmpls for subdomains
# Jun 28th 2018, 13:09 josbeir indeed