cakephp tag

92 questions


1 answers
52 views
0
I want to change the select box created with the CakePHP bake command to a check box.

I created the form using the bake command in cakephp.I'd like to change the multiple select boxes to check boxes.When I looked at the source, the following command generated a select box: How can I ch...

2 years ago

1 answers
51 views
0
About the collaboration between ios, php, and cakePHP

I am currently developing SNS on iOS.But it's my first time touching the server side, so I'm having a hard time.I believe that requests from the client (iOS) side to the server side will be sent via G...

2 years ago

1 answers
69 views
0
CakePHP4 Cannot Generate Code Coverage

Create a controller test with CakePHP4 and I tried to generate code coverage, but I couldn't.Refer to the article below and Cookbook > Test > Generate Code Coveragehttps://book.cakephp.org/4/ja/...

2 years ago

2 answers
48 views
0
The initial screen of cakephp is not displayed.

I uploaded cakephp to Amazon Linux of AWS, but the initial screen of cakephp did not appear and the following error appeared.I have already installed php on the AWS server.Please let me know if you kn...

2 years ago

1 answers
50 views
0
About UpdateAll

save() and updateAll() are different, the modified column does not update automatically, and you must sanitize the values you want to update yourself.How do you think this is the implementation?

2 years ago

1 answers
47 views
0
I would like to resolve the Invalid value error in foreach.

CakePHP has created a function to display username from the database using the search function.Notice(8): Undefined variable: users [APP/View/User/find.ctp, line 6]Warning(2): Invalid argument supplie...

2 years ago

1 answers
46 views
0
CakePHP's edit function doesn't work!!

Nice to meet you!I am trying to implement the edit profile screen using the edit function of CakePHP.Use the following code to ①Information such as names and benefits already registered is not display...

2 years ago

2 answers
99 views
0
DESIGN OF TABLE OF MEMBERED SITE

I'd like to create a membership-based learning support site with cakephp 2.7, but I don't know exactly what kind of table I should design.First of all, since it is a membership system, the username an...

2 years ago

2 answers
48 views
0
About the helpers of cakephp

While I was proceeding with the tutorial for cakephp at the following URL, I was wondering For example, what should I do if I use the $data output from foreach to create a program called search from t...

2 years ago

1 answers
57 views
0
Displaying the image uploaded with cakephp2

I'm trying to implement the image upload function on a blog like the one I created in the tutorial.I have created an image upload form on the input form.I'd like to see it on the next confirmation scr...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.