Log message #4033232

# At Username Text
# May 28th 2017, 14:00 jeremyharris No crud either haha, good guess
# May 28th 2017, 14:00 jeremyharris Maybe. I just like to know exactly what's happening
# May 28th 2017, 14:00 inoas no CRUD for your either?
# May 28th 2017, 14:00 jeremyharris Yep
# May 28th 2017, 14:00 inoas maybe something meditative about it (no pun!)
# May 28th 2017, 13:59 inoas really?
# May 28th 2017, 13:59 jeremyharris I write them all out hehe
# May 28th 2017, 13:59 inoas ;-)
# May 28th 2017, 13:59 jeremyharris Not for me :slightly_smiling_face:
# May 28th 2017, 13:59 inoas Form->inputs() is <3 for instance :)
# May 28th 2017, 13:58 inoas I agree that verbosity can help (even without using IDEs) but I also like DRY ;)
# May 28th 2017, 13:58 inoas well once the feature for the routes settles I will try to stab that...
# May 28th 2017, 13:57 jeremyharris @inoas yes I imagine so. It'll internally create the array route I'm guessing
# May 28th 2017, 13:52 inoas then there is no conflict with HtmlHelper::link
# May 28th 2017, 13:52 inoas aka $this->Html->a('All Articles', 'Blog.Articles::index')
# May 28th 2017, 13:51 inoas right?
# May 28th 2017, 13:51 inoas @jeremyharris now that there seems to be an agreement on this https://github.com/cakephp/cakephp/issues/10689#issuecomment-304440165 ... it should be rather easy (even in user-land-code) to add HtmlHelper::a('label', 'shortcode', $options) which would use the Router::url() to parse things like $routes->connect('/articles/:id', 'Blog.Articles::view')
# May 28th 2017, 12:58 chris-andre Ah, okay. Understand. I think I can figure it out. Not very familiar with cache and sessions
# May 28th 2017, 12:36 admad No, when admin makes changes update the related session record.
# May 28th 2017, 12:16 chris-andre @admad So that means I have run a query upon every request?
# May 28th 2017, 12:13 igreat Any idea on how to resolve this?
# May 28th 2017, 12:13 igreat Good day guy, On my app, I used cakedc users plugin, and created new template file to override the plugin templates which are working fine on my local host (offline). But after putting it online, it wont use the templates I created, instead it keeps using the template that came with the plugin
# May 28th 2017, 12:10 admad Use db / cache for sessions and update that record
# May 28th 2017, 11:47 chris-andre On my app, administrator can change a users data. Now, lets say it is changed while that user is logged in, you probably want that update to affect immediately. Does anyone have a suggestion how to do that? Keep checking for updated userdata seems a bit overkill. Any suggestions?
# May 28th 2017, 09:31 iqu ?
# May 28th 2017, 09:31 iqu will work on fulltext search with my cake3 app. Any easy alternatives to mysql fulltext
# May 28th 2017, 09:10 adithya @joshuaso91 you should be able to get that functionality by default when you bake, if you've used the conventions properly
# May 28th 2017, 04:24 joshuaso91 Hello guys, is there away for me to allow the select input show all the values that belongs to a particular id. For example, if I choose a supplier, i want it to list all the products that's belongs to the supplier in the select option field.
# May 28th 2017, 04:15 hiromi2424 plus guess a lot of classes google provides will confuse you … like me :P
# May 28th 2017, 04:13 hiromi2424 See instructions on that github page. It works even If in CakePHP3 app
# May 28th 2017, 04:12 hiromi2424 is the stuff you should `composer require`
# May 28th 2017, 04:12 hiromi2424 https://github.com/google/google-api-php-client
# May 28th 2017, 04:12 hiromi2424 But you are referencing to another github
# May 28th 2017, 04:09 hiromi2424 That client class works well on my Cake3 app.
# May 28th 2017, 04:08 hiromi2424 GeoBehr: I guess missing `require 'vendor/autoload.php'; `
# May 28th 2017, 04:03 GeoBehr do I simply 'use Google\GoogleApiPhpClientServices;'
# May 28th 2017, 04:00 GeoBehr https://github.com/google/google-api-php-client-services
# May 28th 2017, 03:59 admad Is the lib namespaced?
# May 28th 2017, 03:58 GeoBehr Yes, apologies for the newbness.. I found a Composer library and have loaded it. Once that is done, having trouble referencing classes. Seems to be a missing puzzle piece for me
# May 28th 2017, 03:56 savant GeoBehr: maybe there is a composer library to do that?
# May 28th 2017, 03:43 GeoBehr Hello CakeIRC.. 2.x vet, trying to spin up on 3.x, want to use Google Sheets to write sheets from app. Composer sheets already done, trying to figure out how to reference the classes. Any pointers?