# |
Jul 20th 2018, 07:24 |
birdy247 |
| 0.articles:view | /:sectionslug/:id-:slug | {"action":"view","controller":"Articles","plugin":false} | |
# |
Jul 20th 2018, 07:24 |
birdy247 |
this is what I see |
# |
Jul 20th 2018, 07:23 |
birdy247 |
when i check routes |
# |
Jul 20th 2018, 07:23 |
birdy247 |
I cannot be 100% sure, but think this worked fine before a cake update |
# |
Jul 20th 2018, 07:23 |
birdy247 |
One of my routes is not being matched correctly |
# |
Jul 20th 2018, 07:04 |
asdfgh |
anyone ? |
# |
Jul 20th 2018, 07:01 |
blancessanchez30 |
because $this->Html->script(''); is not working, cakephp 2 |
# |
Jul 20th 2018, 07:01 |
blancessanchez30 |
hello i have a question, how do you define link for a javascript from a template? |
# |
Jul 20th 2018, 06:52 |
asdfgh |
i get [BadMethodCallException] Unknown method "getRepository" |
# |
Jul 20th 2018, 06:52 |
asdfgh |
is elasticsearch plugin not compatibiel with php 7.2 ? |
# |
Jul 20th 2018, 06:52 |
asdfgh |
hello guys |
# |
Jul 20th 2018, 05:43 |
alpereneser |
So good. |
# |
Jul 20th 2018, 05:42 |
graziel |
but still you can find almost everything you need in book |
# |
Jul 20th 2018, 05:41 |
alpereneser |
Okkey :+1::skin-tone-2::slightly_smiling_face: |
# |
Jul 20th 2018, 05:41 |
graziel |
cake doesnt have many videos for beginners but quite a bunch on more advanced topics in their cakephp channel on youtube |
# |
Jul 20th 2018, 05:40 |
savant |
probably start there :slightly_smiling_face: |
# |
Jul 20th 2018, 05:40 |
alpereneser |
@savant document, video, etc... :relaxed: |
# |
Jul 20th 2018, 05:39 |
alpereneser |
Thank's :slightly_smiling_face: |
# |
Jul 20th 2018, 05:37 |
graziel |
https://book.cakephp.org/3.0/en/tutorials-and-examples.html |
# |
Jul 20th 2018, 05:37 |
graziel |
start with tutorial in book |
# |
Jul 20th 2018, 05:37 |
savant |
? |
# |
Jul 20th 2018, 05:37 |
alpereneser |
Way to learn? :slightly_smiling_face: |
# |
Jul 20th 2018, 05:35 |
savant |
i like cakephp :slightly_smiling_face: |
# |
Jul 20th 2018, 05:35 |
alpereneser |
What do you recommend to learn? |
# |
Jul 20th 2018, 05:34 |
alpereneser |
I understand. Thank you so much :slightly_smiling_face: |
# |
Jul 20th 2018, 05:32 |
savant |
frameworks end up being largely personal preference |
# |
Jul 20th 2018, 05:32 |
savant |
i would suggest taking a day or two with each option and figuring out which one you like better |
# |
Jul 20th 2018, 05:32 |
savant |
it was my first framework and I didnt really know how to program |
# |
Jul 20th 2018, 05:32 |
savant |
i learned cakephp over a week like 10 years ago |
# |
Jul 20th 2018, 05:31 |
savant |
not sure |
# |
Jul 20th 2018, 05:31 |
alpereneser |
Which one is easiest to learn? @savant |
# |
Jul 20th 2018, 05:25 |
savant |
its great |
# |
Jul 20th 2018, 05:25 |
savant |
I use cakephp |
# |
Jul 20th 2018, 05:25 |
savant |
use the one you feel most comfortable with |
# |
Jul 20th 2018, 05:21 |
alpereneser |
CakePHP or Laravel?*:relaxed: |
# |
Jul 20th 2018, 04:11 |
thomasnucleus |
thanks |
# |
Jul 20th 2018, 04:11 |
thomasnucleus |
that should work well |
# |
Jul 20th 2018, 04:07 |
savant |
^ |
# |
Jul 20th 2018, 04:07 |
jslamka5685 |
delete anything you dont want once its local, redump and you have a clean sql export |
# |
Jul 20th 2018, 04:06 |
jslamka5685 |
mysqldump |
# |
Jul 20th 2018, 04:06 |
thomasnucleus |
I'm wondering how other developers handle this. I would like to get a copy of my production database to use for local development. Ideally I would need to sanitize private data. What is the best way to go about this? |