cakephp tag

92 questions


1 answers
86 views
0
Cakephp Excel cannot be opened

I am outputting Excel forms on the CakePHP system.I'm having trouble opening the Excel file from which to output the business form.The business form output itself is a shell script for PHP.Run the com...

2 years ago

2 answers
117 views
0
White Screen When Accessing 192.168.33.10/App with Vagrant+CakePHP

Vagrant synchronizes local folders to create a development environment, but when you access http://192.168.33.10/App, the screen turns white.If possible, I would like to set http://192.168.33.10/ to D...

2 years ago

1 answers
49 views
0
adapt css,javascript in cakephp

app/MySample/index.ctpWhat would be the best way to adapt css to the above file?Should I create a css folder in app/MySample, put the css file in it, and say echo$this->Html->css('sample'); in t...

2 years ago

2 answers
85 views
0
How to Path an Image File in a JavaScript File in CakePHP

Use JavaScript files in CakePHP.At that time, I saved it in webroot/js/.In that JavaScript file, there is a situation where you specify the path of the image file to use the image file.However, even i...

2 years ago

2 answers
48 views
0
I want to create a file download function in PHP [Closed]

Do you want to improve this question?Edit this post and update the question to focus on one issueClosed 7 years ago.7 years agoAs the title says, I was able to create a file upload function, but I can...

2 years ago

1 answers
48 views
0
Cakeb DB post migration error Strict (2048): Declaration of BaseCompanyComponent:: initialize()

Why did I get the following error when I migrated all the data to A server B server and also imported the database from A database server into B database?Please let me knowStrict (2048): Declaration o...

2 years ago

1 answers
48 views
0
I would like to send an e-mail for registration via CakePHP.

I would like to send an e-mail with a link for this membership registration to the e-mail address entered in the membership registration form via CakePHP.Error: SQLSTATE [42000]: Syntax error or acces...

2 years ago

2 answers
115 views
0
What is the definition (app.php) for CAKEPHP to connect to MS SQLServer?

Our development terminal has a track record of completing PHP 7.0 web applications without using a framework.This is a recognition that the connection was achieved by obtaining the necessary dll and a...

2 years ago

2 answers
50 views
0
Properties added in bake do not match those used internally (CakePHP4)

Regarding the question I posted in the English version (below), I may not have explained it well.If anyone understands, please let me know.https://stackoverflow.com/posts/comments/117799800?noredirect...

2 years ago

1 answers
50 views
0
HasMany association does not work well when usingDbConfig is changed in the model

After switching databases, some of the $hasMany associated parts of the retrieved data are not linked.<Table>posts tabletags tableposts_tags table (intermediate table)post.phptag.phpposts_tag.ph...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.