Log message #4123698

# At Username Text
# Mar 11th 2018, 05:53 joddit Think that's the more "correct" way to do it?
# Mar 11th 2018, 05:52 savant from: https://book.cakephp.org/3.0/en/development/routing.html#passing-parameters-to-action
# Mar 11th 2018, 05:52 joddit Yeah well I certainly knew there was something I was missing
# Mar 11th 2018, 05:52 savant $routes->connect(‘/articles/:category/:slug’, [‘controller’ => ‘Articles’, ‘action’ => ‘view’])->setPass([‘category’, ‘slug’]);
# Mar 11th 2018, 05:51 savant there is another way to do it too
# Mar 11th 2018, 05:51 savant no problem
# Mar 11th 2018, 05:51 joddit Thank you
# Mar 11th 2018, 05:51 joddit Well dang, that did it
# Mar 11th 2018, 05:49 joddit understood
# Mar 11th 2018, 05:49 savant happens to the best of us :slightly_smiling_face:
# Mar 11th 2018, 05:49 savant but otherwise, dont feel too bad about not knowing something
# Mar 11th 2018, 05:48 savant lets not use the word retard
# Mar 11th 2018, 05:47 joddit Just coudln't find it in the docs
# Mar 11th 2018, 05:46 joddit I feel like a retard when such seemingly simple questions stump me
# Mar 11th 2018, 05:46 joddit Indeed
# Mar 11th 2018, 05:46 joddit Yeah I try to do everything without going outside the scope of Cake in general, only when I must lol
# Mar 11th 2018, 05:46 ricksaccous it starts getting evil if you make more than a few of those
# Mar 11th 2018, 05:46 ricksaccous and route them based on those but ugh
# Mar 11th 2018, 05:45 ricksaccous you could even add regex rules to the params
# Mar 11th 2018, 05:45 joddit Didn't mean that smiley lol
# Mar 11th 2018, 05:45 joddit ^^ trying now
# Mar 11th 2018, 05:45 savant yes
# Mar 11th 2018, 05:45 joddit And you think that will allow me to use the Html helper
# Mar 11th 2018, 05:45 ricksaccous i remember doing that, haha
# Mar 11th 2018, 05:45 ricksaccous yeah there you go, that's similar to cakephp2
# Mar 11th 2018, 05:45 joddit Roger that
# Mar 11th 2018, 05:45 savant $routes->connect('/articles/:category/:slug', ['controller' => 'Articles', 'action' => 'view'], ['pass' => ['category', 'slug']]);
# Mar 11th 2018, 05:45 joddit ::ears perk up!!::
# Mar 11th 2018, 05:44 savant change the route to the following
# Mar 11th 2018, 05:44 joddit https://gist.github.com/anonymous/8fd56b9884ccb05d7ba9cd08cf1f146e
# Mar 11th 2018, 05:42 joddit It's a VERY simple project. The routes file isn't much different than stock, will put it up there now
# Mar 11th 2018, 05:42 ricksaccous i have to reread the section every time i start routing again
# Mar 11th 2018, 05:42 ricksaccous i forgot a lot about routing, lol
# Mar 11th 2018, 05:41 joddit Just going for brevity
# Mar 11th 2018, 05:41 ricksaccous i think you have to do something with passed params for the routes
# Mar 11th 2018, 05:41 savant ~tell joddit about gist
# Mar 11th 2018, 05:41 savant can you gist your entire routes.php file?
# Mar 11th 2018, 05:41 joddit I mean there's nothing directly bad about having it in there
# Mar 11th 2018, 05:40 ricksaccous oh i see
# Mar 11th 2018, 05:40 savant thats interesting
# Mar 11th 2018, 05:40 joddit I don't want the action name in the URL