# |
Jul 10th 2018, 12:38 |
asdfgh |
oh pardon |
# |
Jul 10th 2018, 12:38 |
josbeir |
in your composer.json |
# |
Jul 10th 2018, 12:38 |
asdfgh |
josbeir where exactly? |
# |
Jul 10th 2018, 12:38 |
josbeir |
2 is only compatible with 3.6 |
# |
Jul 10th 2018, 12:38 |
josbeir |
use version 1 instead of 2 |
# |
Jul 10th 2018, 12:37 |
josbeir |
lock that to a version compatible with 3.5 |
# |
Jul 10th 2018, 12:37 |
josbeir |
migrations is using dev-master |
# |
Jul 10th 2018, 12:37 |
asdfgh |
josbeir it works if i install cakephp 3.6 -_- |
# |
Jul 10th 2018, 12:36 |
asdfgh |
i removed .lock and /vendor too |
# |
Jul 10th 2018, 12:36 |
asdfgh |
same thing.... |
# |
Jul 10th 2018, 12:36 |
asdfgh |
josbeir https://nopaste.xyz/?84742194860efb56#0ugBubdr2haWYhAs1McMzQCHWQr5bUDS+VkLrIF4f+o= |
# |
Jul 10th 2018, 12:36 |
slackebot4 |
->where( [ ... ], ] ) ->group('..') ->order(['BillingDocuments.billing_period' => 'DESC', 'BillingDocuments.id' => 'DESC']); ``` And reference of sort is `described in documentation `https://book.cakephp.org/3.0/en/orm/query-builder.html#sorting-contained-associations` |
# |
Jul 10th 2018, 12:36 |
johnwayne |
I am trying to make sort on `has many` table, but cakephp doesnt do anything here is the code ``` $query = TableRegistry::get('BillingDocuments') ->find() ->contain( [ ... 'BillingDocumentDeliveryOptions.DeliveryOptions' => [ 'sort' => [ 'BillingDocumentDeliveryOptions.delivery_date' => 'DESC' ] ], ] ) |
# |
Jul 10th 2018, 12:35 |
josbeir |
(be sure to make a backup of your lock file) |
# |
Jul 10th 2018, 12:35 |
asdfgh |
ok |
# |
Jul 10th 2018, 12:34 |
josbeir |
try to remove your lockfile and do composer update |
# |
Jul 10th 2018, 12:34 |
josbeir |
asdfgh your issue is a bit unclear, as this has probably nothing to do with cakephp itself |
# |
Jul 10th 2018, 12:33 |
asdfgh |
anyone could help me installing cakephp ? |
# |
Jul 10th 2018, 12:33 |
brettl |
i agree |
# |
Jul 10th 2018, 12:33 |
brettl |
will try again and make sure |
# |
Jul 10th 2018, 12:33 |
josbeir |
poeple should be leaning more to using named routing anyway... |
# |
Jul 10th 2018, 12:33 |
josbeir |
it should work tho :slightly_smiling_face: |
# |
Jul 10th 2018, 12:33 |
brettl |
thanks peeps |
# |
Jul 10th 2018, 12:33 |
brettl |
tried that did not work , but used just the string as parameter for now, which works |
# |
Jul 10th 2018, 12:31 |
josbeir |
<?= $this->Html->link(__('Cancel'), ['controller' => 'Home','action' => 'home', 'prefix' => false ], ['class' => 'btn m-btn--square btn-secondary']) ?> |
# |
Jul 10th 2018, 12:31 |
asdfgh |
? |
# |
Jul 10th 2018, 12:31 |
josbeir |
'prefix' => false ? |
# |
Jul 10th 2018, 12:26 |
brettl |
<?= $this->Html->link(__('Cancel'), ['controller' => 'Home','action' => 'home'], ['class' => 'btn m-btn--square btn-secondary']) ?> |
# |
Jul 10th 2018, 12:26 |
brettl |
When generating an HTML link is there an option to remove the curent prefix, as we have a login page under admin prefix but want to redirect the cancel to a non admin prefx |
# |
Jul 10th 2018, 12:22 |
asdfgh |
my require is : https://nopaste.xyz/?fbbfb83c4fcec9a6#qsHgSt4jshcXHIae9csQSuzRoaQutRadJJuOwgJy5Fs= |
# |
Jul 10th 2018, 12:21 |
asdfgh |
i have tried with cakephp 3.5.15 |
# |
Jul 10th 2018, 12:21 |
asdfgh |
any reason i cannot use cakephp 3.5 ? https://nopaste.xyz/?0082427075163c6e#Y3RZ4BLJJvO0IynGfx9cx5EwQBoW7kSAF6wDDPNu1eE= |
# |
Jul 10th 2018, 12:21 |
asdfgh |
hello |
# |
Jul 10th 2018, 12:03 |
hmic |
and the progress in learning feels to slow |
# |
Jul 10th 2018, 12:03 |
hmic |
well, it's been about 9 months in total now... |
# |
Jul 10th 2018, 12:02 |
lorenzo |
ok, that’s also little time to have learned the language :slightly_smiling_face: |
# |
Jul 10th 2018, 11:59 |
hmic |
decided to move end of last year and staying full time since march |
# |
Jul 10th 2018, 11:59 |
hmic |
i'm coming here since 2015, twice a year for some weeks |
# |
Jul 10th 2018, 11:59 |
hmic |
anyone wanna visit, feel free to ask, i'm around and be happy to introduce new people... i've got introduced by a friend too, and it seems kind of neccessary |
# |
Jul 10th 2018, 11:58 |
lorenzo |
how long have you been there already? |
# |
Jul 10th 2018, 11:58 |
hmic |
just having a hard time learnign the language still :/ |