cakephp tag

92 questions


1 answers
130 views
0
FromHelper cloud not be found error in CakePHP

I am currently studying CakePHP with dot installation.I'm following the video, but I'm having trouble with the title error.Can someone tell me the mystery of the error?http://dotinstall.com/lessons/ba...

2 years ago

1 answers
102 views
0
How can I implement search functions using search operators like Google and Bing?

I am creating a web application that allows me to manage the information of my books using CakePHP and MySQL.SQL.I have no plans to publish it to the outside world, but I started making it because I w...


1 answers
92 views
0
PHP error on the website where the backup data was restored: Parse error: syntax error, unexpected '[', expecting', 'or'; 'in... function.php on line 242

I am having trouble with a PHP error on the rental server.After restoring the backup data, only one line of the following appears in the browser.Parse error: syntax error, unexpected '[', expecting', ...

2 years ago

2 answers
61 views
0
Bootstrap 3 Modal Dialog Does Not Work

I want to load the HTML that was issued and display it beautifully on the Modal of Bootstrap, but the Modal dialog of Bootstrap 3 doesn't work.What's wrong? Thank you for your cooperation!!<html>...


1 answers
48 views
0
"For some reason, ""?"" is inserted at the beginning of the page with ""cakephp3"""

For some reason, ? is inserted at the beginning of the page with cakephp3If you look at the source display on the page, for some reason, the first html document (before the document tag) comes with a ...

2 years ago

1 answers
47 views
0
PHPExcel 1.8.0 and CakePHP 2.7.5 cannot list MySQL data.

Download from http://phpexcel.codeplex.com/ --- > (1.8.0) As of November 23, 2015 (*As of May 2021, you can download it from https://github.com/PHPOffice/PHPExcel.)■ Unzip the downloaded file and r...

2 years ago

1 answers
47 views
0
Cake is stuck in query setup.(I want to display the latest date of the month.)

Hello, I'm a beginner at cake.I have a question because I am stuck with the query settings.Here's what you want to do:Displays the most recent date of the month.I am writing a custom query as follows:...

2 years ago

1 answers
46 views
0
If I use a mailer other than the default in cakephp, how can I switch the mailer?

To change the usage mailer without changing the flow of calls in MailComponent, etc. as much as possibleWe received a request to change the Mailer to PHPMailer so that we can also send emails to RFC v...

2 years ago

1 answers
48 views
0
DB connection via cakephp localhost

Now, I would like to read the data I put in mysql with cakephp in localhost.If the controller is not found for some reason, an error will appear and we cannot proceed. File Name: UsersControllerBy the...

2 years ago

1 answers
45 views
0
ccakephp2.9 複合 Behavior of saveAll when setting compound unique key

The table structure is as follows:CREATE TABLE `products`(`uid`int(11) NOT NULL,`item_code`varchar(255) NOT NULL,`stock`int(11) NOT NULL,`modified`datetime NOT NULL,`created`datetime NOT NULL,UNIQUE K...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.