cakephp tag

92 questions


1 answers
61 views
0
CakePHP is not associated well.

CakePHP's association model doesn't workI designed a DB similar to the image, but I wrote the code for the association of the Model as follows, but I cannot access the stoc_wish and ctos_wish models f...

1 years ago

1 answers
62 views
0
How to Find a Multidimensional Array of Find('all') in CakePHP

Nice to meet you!In the following array of the items table associated with the Favorites table (Item hasMany Favorite), I would like to search the user_id of Favorite to see if there is a 10 in the us...

1 years ago

1 answers
81 views
0
I want to get referrals and IP information from nginx access log in php

Ubuntunginxphp5-fpmAccess Logs/var/log/nginx/hoge.com.access.logI would like to regularly obtain referrals and IPs from other sites on hoge.com using crontab. I imagine that I will use crontab, but if...

1 years ago

1 answers
73 views
0
I'm reading og:image on facebook ogp but I can't see thumbnail

with cakePHPhttps://github.com/monsat/OgpI am configuring it using the .1:If you look at the debugger, <meta property=og:image content=http://[sample.com]/aaa/bbb.jpg/> is loaded without any pro...


1 answers
100 views
0
I'm reading og:image on facebook ogp but I can't see thumbnail

with cakePHPhttps://github.com/monsat/OgpI am configuring it using the .1:If you look at the debugger, <meta property=og:image content=http://[sample.com]/aaa/bbb.jpg/> is loaded without any pro...


1 answers
73 views
0
How to use htmlHelper in CakePHP mail

I'd like to use <?phpecho$this->Html->Link()?> in my email. Where should I load Helper?

1 years ago

1 answers
59 views
0
If you delete a comment, the article itself will be deleted.

What I want to do is delete the comments.I would like to redirect to the detail page of the article.However, if you delete the comment, The article itself will be deleted and redirected to the front p...

1 years ago

2 answers
137 views
0
The comment list is not displayed in cakephp.

I'm studying cakephp with dot installation.Regarding View comment list, it doesn't display correctly…Is there a problem with the model or is it not displayed correctly in the view...Please tell me who...

1 years ago

2 answers
121 views
0
The comment list is not displayed in cakephp.

I'm studying cakephp with dot installation.Regarding View comment list, it doesn't display correctly…Is there a problem with the model or is it not displayed correctly in the view...Please tell me who...

1 years ago

1 answers
83 views
0
If you delete a comment, the article itself will be deleted.

What I want to do is delete the comments.I would like to redirect to the detail page of the article.However, if you delete the comment, The article itself will be deleted and redirected to the front p...

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.