# |
Feb 6th 2018, 17:11 |
birdy247 |
WRT dates? |
# |
Feb 6th 2018, 17:11 |
birdy247 |
Has cake changed recently |
# |
Feb 6th 2018, 17:01 |
dereuromark |
the Migration prefix makes it unique enugh for me |
# |
Feb 6th 2018, 17:01 |
dereuromark |
abd: Wow, yeah I had similar issues before, I always use 20xxxxxx_MigrationSomething.php now :slightly_smiling_face: |
# |
Feb 6th 2018, 16:49 |
admad |
Subquery FTW |
# |
Feb 6th 2018, 16:48 |
saeideng |
https://gist.github.com/ADmad/0a451d837f019edf3447 |
# |
Feb 6th 2018, 16:48 |
saeideng |
https://stackoverflow.com/a/29781726/8016450 |
# |
Feb 6th 2018, 16:46 |
neon1024 |
I can only think of doing two queries |
# |
Feb 6th 2018, 16:45 |
neon1024 |
Anyone think of a neat way to get the latest rows from a table, one of each type of match. So two rows each time, the latest of each |
# |
Feb 6th 2018, 16:38 |
xinobi |
It would be nice if someone could tell me about... |
# |
Feb 6th 2018, 16:34 |
xinobi |
Hi, I need to fetch data from multiple tables that aren't related with each other. However, the columns I need to extract data from appear to have the same name and type! At the end I need to order everything by created date and paginate the results. Is this possible with cakephp? |
# |
Feb 6th 2018, 16:24 |
ahmad |
thanks everyone |
# |
Feb 6th 2018, 16:23 |
ahmad |
i guess that's what happens when it's not namespaced |
# |
Feb 6th 2018, 16:23 |
ahmad |
weird |
# |
Feb 6th 2018, 16:22 |
ahmad |
so it was getting that class i guess |
# |
Feb 6th 2018, 16:22 |
ahmad |
so weird |
# |
Feb 6th 2018, 16:22 |
ahmad |
im using phinx migration script and it had that class name .... |
# |
Feb 6th 2018, 16:21 |
dereuromark |
case sensitive issue somewhere? |
# |
Feb 6th 2018, 16:21 |
ahmad |
guess what it turned out to be |
# |
Feb 6th 2018, 16:21 |
ahmad |
omg |
# |
Feb 6th 2018, 16:20 |
saeideng |
check your url/route |
# |
Feb 6th 2018, 16:19 |
saeideng |
maybe your mean is `foods` ? |
# |
Feb 6th 2018, 16:19 |
saeideng |
but you try to add your code to `index` action |
# |
Feb 6th 2018, 16:18 |
saeideng |
`/recipes\/foods" ` |
# |
Feb 6th 2018, 16:16 |
ahmad |
@saeideng see above |
# |
Feb 6th 2018, 16:16 |
saeideng |
`debug($this->FoodEntry);` ? |
# |
Feb 6th 2018, 16:16 |
ahmad |
cause even if rename, it still shows that |
# |
Feb 6th 2018, 16:16 |
ahmad |
it seems to be like it doesn't recognize that class |
# |
Feb 6th 2018, 16:14 |
ahmad |
no clue what happened |
# |
Feb 6th 2018, 16:14 |
ahmad |
the hardest thing to understand is it was working a week ago |
# |
Feb 6th 2018, 16:14 |
ahmad |
and food_entries in db |
# |
Feb 6th 2018, 16:13 |
ahmad |
yes FoodEntry.php model extends Model eventually |
# |
Feb 6th 2018, 16:13 |
ahmad |
cake 2 |
# |
Feb 6th 2018, 16:13 |
saeideng |
cake 3? |
# |
Feb 6th 2018, 16:13 |
saeideng |
? |
# |
Feb 6th 2018, 16:13 |
saeideng |
or model/table |
# |
Feb 6th 2018, 16:13 |
saeideng |
FoodEntry.php model ? |
# |
Feb 6th 2018, 16:11 |
ahmad |
yes |
# |
Feb 6th 2018, 16:11 |
dereuromark |
Are you sure your model class extends the core one? |
# |
Feb 6th 2018, 16:11 |
ahmad |
File uploaded https://cakesf.slack.com/files/U94LH8DUL/F9452QDFB/-.txt / https://slack-files.com/T053DPNCM-F9452QDFB-b5db46f06e |
# |
Feb 6th 2018, 16:09 |
dereuromark |
what kind of class is FoodEntry? debug()? |