92 questions
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...
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...
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/...
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...
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?
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...
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...
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...
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...
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...
« | - 5 - | » |
© 2024 OneMinuteCode. All rights reserved.