# |
May 30th 2016, 12:56 |
dariolap |
Hi all, in 3.x, in afterSave, Can i know which action makes save? |
# |
May 30th 2016, 12:54 |
unorthodox |
http://linode.com|linode.com |
# |
May 30th 2016, 12:53 |
Martin` |
hmm I don't know if my current servers support intl :P |
# |
May 30th 2016, 12:52 |
Martin` |
me! |
# |
May 30th 2016, 12:50 |
saei |
you know a good host provider? |
# |
May 30th 2016, 12:49 |
hmic |
if they do not provide you with what you need, what you gonna do? - switch to someone that does! |
# |
May 30th 2016, 12:49 |
hmic |
switch |
# |
May 30th 2016, 12:48 |
saei |
if host provider not include intl |
# |
May 30th 2016, 12:47 |
saei |
why? |
# |
May 30th 2016, 12:45 |
hmic |
saei, nope |
# |
May 30th 2016, 12:44 |
saei |
we can install cake 3 on server without intl extension? |
# |
May 30th 2016, 12:43 |
saei |
hi |
# |
May 30th 2016, 12:39 |
hmic |
garex: i'd bet its closed. |
# |
May 30th 2016, 12:34 |
garex |
Hi! Does someone knows why is http://pear.cakephp.org/ down currently? Will it be closed completely? |
# |
May 30th 2016, 12:24 |
hmic |
radioaktiv: as an element is not accessible through an url: nope |
# |
May 30th 2016, 12:17 |
radioaktiv |
Hey everyone ! Is it possible to get the fullBaseUrl of an `Element` ? : ) |
# |
May 30th 2016, 12:15 |
ypnos |
but where did the News section go? |
# |
May 30th 2016, 12:13 |
Wouter0100 |
patsToms, it's really tasty. :) |
# |
May 30th 2016, 12:00 |
patsToms |
I want to eat now |
# |
May 30th 2016, 11:59 |
patsToms |
cake new design feels so tasty |
# |
May 30th 2016, 11:35 |
kants |
I am facing issues to save it its saving wrong date |
# |
May 30th 2016, 11:35 |
kants |
slackebot are you familiar about saving date and datetime in database |
# |
May 30th 2016, 11:28 |
conehead |
@birdy247: try delete all logs and see which ones get recreated? |
# |
May 30th 2016, 11:24 |
birdy247 |
which logs should I check :worried: |
# |
May 30th 2016, 11:24 |
birdy247 |
not reaching cake |
# |
May 30th 2016, 11:24 |
birdy247 |
just a staright up 500 error |
# |
May 30th 2016, 11:17 |
birdy247 |
having issues loading the site |
# |
May 30th 2016, 11:17 |
birdy247 |
mmm, upgraded to 3.2 |
# |
May 30th 2016, 10:57 |
kants |
Evetying is fine only month is saving wrong |
# |
May 30th 2016, 10:57 |
kants |
in my controller |
# |
May 30th 2016, 10:56 |
kants |
use Cake\Database\Type; Type::build('date')->setLocaleFormat('yyyy-mm-dd'); |
# |
May 30th 2016, 10:56 |
kants |
ionas i am trying this |
# |
May 30th 2016, 10:54 |
ionas |
kants: it already saves properly, before you save - after you used newEntity or patchEntity check the datetime |
# |
May 30th 2016, 10:54 |
ionas |
you should also understand this Sonu_nk https://www.google.nl/search?q=sql+joinsandsource=lnmsandtbm=isch |
# |
May 30th 2016, 10:53 |
kants |
Hi any body familiar with save propper time fomat in database |
# |
May 30th 2016, 10:53 |
ionas |
thats what contain will do |
# |
May 30th 2016, 10:53 |
ionas |
however you still need to fetch the comments themselves in a separate qurey |
# |
May 30th 2016, 10:52 |
ionas |
you need innerJoinWith (matching would do as well but not required) comments and possibly distinct (or subqueries) to get the articles where mark story commented on |
# |
May 30th 2016, 10:52 |
ionas |
if you want to fetch say all articles where there are comments by mark story alongside comments |
# |
May 30th 2016, 10:51 |
ionas |
innerJoinWith/leftJoinWith is for only join conditions |
# |
May 30th 2016, 10:51 |
ionas |
matching is join conditions AND fetting data |