Log message #4159186

# At Username Text
# Jul 14th 2018, 13:39 josbeir override the templates, see the breadcrumbshelper class
# Jul 14th 2018, 13:39 josbeir but its easily changable
# Jul 14th 2018, 13:39 josbeir by defaults it bullet lists
# Jul 14th 2018, 13:38 josbeir @kitcat711 you can now define templates in the breadcrumbhelper configuration
# Jul 14th 2018, 13:36 kitcat711 Bonjour (again), moving up from 3.5 to 3.6 I am changing the breadcrumbs, I made it worked, but the render is now using bullet list, what am I missing ?
# Jul 14th 2018, 13:35 neon1024 Well India were impressive in the field
# Jul 14th 2018, 13:35 admad @neon1024 improved performance today in the ODI but I doubt the end result will be different :slightly_smiling_face:
# Jul 14th 2018, 13:34 blueman thank you
# Jul 14th 2018, 13:33 blueman ok
# Jul 14th 2018, 13:32 saeideng you can use components if you like to share logic between controllers
# Jul 14th 2018, 13:31 josbeir anyway, it should work, its a php question anyway, has nothing to do with cake
# Jul 14th 2018, 13:31 josbeir why just no create a helper class ?
# Jul 14th 2018, 13:31 josbeir but is that function using other methods/properties in that class because they wont be accessible
# Jul 14th 2018, 13:28 blueman to continue the execution flux
# Jul 14th 2018, 13:27 blueman the function must not have a redirect
# Jul 14th 2018, 13:24 blueman i was readng cake event system ... but i just want to call an function in NotificationsController to save the notification in database
# Jul 14th 2018, 13:22 neon1024 Although, this kind of system is already in the core with the FlashComponent really
# Jul 14th 2018, 13:21 neon1024 blueman, What sort? Live or by request? If you want on request you could use Events, and just dispatch a notification event, then have a listener which adds it to the request or session, perhaps sets it to the view for output
# Jul 14th 2018, 13:20 neon1024 :flag-england: v :flag-in: - We also lost by 8 wickets in the ODI cricket :,(
# Jul 14th 2018, 13:16 josbeir Would be good
# Jul 14th 2018, 13:15 neon1024 Maybe 2/1 perhaps
# Jul 14th 2018, 13:15 neon1024 BEL 2 : 0 ENG
# Jul 14th 2018, 13:13 josbeir Yes for the third place
# Jul 14th 2018, 13:13 josbeir Create a separate library or use the cake event system
# Jul 14th 2018, 13:12 saeideng football ? today ?
# Jul 14th 2018, 13:12 blueman i want a notification systeme in my app
# Jul 14th 2018, 13:12 josbeir :flag-be: :heavy_check_mark: :flag-gb:
# Jul 14th 2018, 13:11 neon1024 If you really need a static
# Jul 14th 2018, 13:11 josbeir That's what i said
# Jul 14th 2018, 13:11 neon1024 This should be refactored out into it's own static class
# Jul 14th 2018, 13:10 neon1024 Also, more to the point. Why does your Controller have a static method?
# Jul 14th 2018, 13:10 josbeir Your naming is wrong as stated above
# Jul 14th 2018, 13:10 blueman i have class notification controller
# Jul 14th 2018, 13:10 blueman yes
# Jul 14th 2018, 13:09 josbeir Not sure on the why though :S
# Jul 14th 2018, 13:09 saeideng do you have a class here `src/Controller/Customer/Notifications.php` ?
# Jul 14th 2018, 13:08 josbeir NotificationsController
# Jul 14th 2018, 13:08 blueman done but i have always the same error
# Jul 14th 2018, 13:08 josbeir Should have controller suffix
# Jul 14th 2018, 13:08 blueman use App\Controller\Customer\Notifications;
# Jul 14th 2018, 13:07 josbeir Is your controller included in the use statements?