Log message #3902432

# At Username Text
# Jun 30th 2016, 12:57 ypnos crazycoder: most probably you can just do a new Date(<string>);
# Jun 30th 2016, 12:57 withartur For your configurations i intend this one https://github.com/cakephp/app/issues/224#issuecomment-167267108
# Jun 30th 2016, 12:57 withartur By using your configurations i have the error: ``` The "_cake_core_" cache configuration does not exist. and The "_cake_model_" cache configuration does not exist. ``` And its because i commented export `CACHE_CAKECORE_URL` and export `CACHE_CAKEMODEL_URL`, can be this the issue and why?
# Jun 30th 2016, 12:57 Junior crazycoder please see http://php.net/manual/en/class.datetime.php -> function public static DateTime DateTime::createFromFormat
# Jun 30th 2016, 12:56 withartur For speak about .env configurations?
# Jun 30th 2016, 12:56 withartur Hi guys, somebody is here?
# Jun 30th 2016, 12:56 crazycoder guys can i convert this string Mon, 6 Jun 2016 20:08:37 +0200 to a date ?
# Jun 30th 2016, 12:56 Junior I am using cakephp 3.x and i want to achive the following: Create a form (or several) that will allow me to save in two table: Orders and OrdersLines . Please consider for example that on the order page i have 4 different tabs in which i can add 1 or more products. How can i achieve this - meaning is there any example available or "best practice"? Thanks!
# Jun 30th 2016, 12:55 ypnos johannsan: well I know the answer and I gave you the answer, why would you expect others to give you a different answer?
# Jun 30th 2016, 12:54 Junior Hello!
# Jun 30th 2016, 12:27 johannsan the documentation did not mention sg like this
# Jun 30th 2016, 12:27 johannsan i just want to define a validation rule to a field called "availeable" and i was wandering if i could just decide if a certain date if before an other with the core Time
# Jun 30th 2016, 12:24 unorthodox LOL
# Jun 30th 2016, 12:24 ypnos_ lolwat
# Jun 30th 2016, 12:23 johannsan anyone else?
# Jun 30th 2016, 12:22 ypnos_ use ==
# Jun 30th 2016, 12:22 johannsan how to compare two cakephp Time instance with each other?
# Jun 30th 2016, 12:19 harry1 $this->view(1)
# Jun 30th 2016, 12:19 harry1 when I try this I get a message Action "foo" has not been mapped
# Jun 30th 2016, 12:17 harry1 foos isn't using CRUD, but view is
# Jun 30th 2016, 12:17 harry1 Using the Crud plugin (cake2), I want to call $this->view in foos controller
# Jun 30th 2016, 11:59 voycey Yeah I do it a lot in one of my apps - really useful!
# Jun 30th 2016, 11:29 unorthodox http://book.cakephp.org/3.0/en/development/routing.html#creating-nested-resource-routes
# Jun 30th 2016, 11:29 unorthodox Using `$routes->resources()`
# Jun 30th 2016, 11:29 unorthodox That's possible yes.
# Jun 30th 2016, 11:24 k4t is it possible to nest routing scopes in Cake3? pseudo code: https://gist.github.com/K4T/1ce150d0e63e133fa1230dadc03e1dbf
# Jun 30th 2016, 11:24 k4t hello
# Jun 30th 2016, 09:11 birdy247 is it possible to use the Html helper outside of a template?
# Jun 30th 2016, 09:10 birdy247 if I want to add a table, I need to build the table myself and send in as html
# Jun 30th 2016, 09:10 birdy247 I am using sendgrid to send email
# Jun 30th 2016, 09:08 spriz pikk: check out the queue stuff on awesome-cakephp
# Jun 30th 2016, 08:58 designskiller I m trying this but it gives null in action @spriz
# Jun 30th 2016, 08:57 pikk Guys is there a way to make this plugin https://github.com/webtechnick/CakePHP-Queue-Plugin to make it working on Cakephp 3 ?
# Jun 30th 2016, 08:56 spriz `$this->request->data` desinskiller
# Jun 30th 2016, 08:56 designskiller how to pass two and many parameters in rest api From POST method using cake 3.x
# Jun 30th 2016, 08:56 designskiller hi
# Jun 30th 2016, 08:40 spriz I see, we could do that for the future
# Jun 30th 2016, 08:39 spriz in most cases itâ??s the same one(s) needed in all actions
# Jun 30th 2016, 08:39 dakota Ideally, you should directly access the model through the associations (if possible)
# Jun 30th 2016, 08:39 dakota You should only `loadModel` in the action that you need that for :slightly_smiling_face:
# Jun 30th 2016, 08:03 spriz Iâ??m asking since the Footprint plugin only seem to work if we do load models in `beforeFilter()`