cakephp tag

92 questions


2 answers
113 views
0
I would like to introduce cakephp with XAMPP."I can't find intl" appears.

I am using XAMPP 7.1.10/PHP 7.1.10 in OS 10.12.6 to deploy cakePHP3.We are building the environment according to the book Introduction to PHP Framework CakePHP3.First, we added extension=php_intl.so i...

1 years ago

1 answers
71 views
0
I want to display the notice and warning logs on the web.

I would like to display notices and warning logs on the web in a development environment using CakePHP, but it doesn't work.Run EnvironmentCakePHP 2.2PHP 5.3 confirmed, executed·Check with phpinfoThe ...

1 years ago

1 answers
122 views
0
Understanding Security Feature Relationships in CakePHP 3.x

Thank you for your help.Development using CakePHP 3.0 or later requires a security investigation.For CakePHP 3.0, I'm asking because I want to know what functions to use.1. Escape processing for SQL i...

1 years ago

2 answers
94 views
0
About htaccess in the project route of cakePHP 3.4.5

We introduced cakePHP to Sakura VPS using composer.However, it doesn't show up no matter how you do it.InternalServerErrorRequest exceeded the limit of 10 internal redirects due to provable configurat...

1 years ago

1 answers
86 views
0
I don't know how to determine the cause of the error.

I am very sorry for the beginner's question.I would appreciate it if someone could tell me the following.Currently, when I try to enter the management screen of the site created in cakephp, 500 errors...

1 years ago

1 answers
75 views
0
I want to reload my site page before CakePHP redirects me to another page.

In CakePHP, when you click a specific link, Before displaying another page in a new window, I would like to reload the original page.Is that possible?/**UserController**/public function hogehoge($user...

1 years ago

2 answers
100 views
0
I want to prevent new registration when I update with CakePHP.

Assumptions include the following tablesCreate Table: CREATE TABLE `data`( `id`varchar(100) NOT NULL DEFAULT', `name`varchar(255)DEFAULT NULL, PRIMARY KEY (`id`)ENGINE=InnoDB DEFAULT CHARSET=utf8I wou...

1 years ago

1 answers
76 views
0
I want to combine tables with multiple foreign keys with the association function of cakephp.

[Environment]   PHP 5.3.19  Cakephp 2.6.1Is it possible to associate if there are multiple foreign keys as shown below? [hoge_one table]id,foreign_code_1,foreign_code_2,date,[hoge_many table]id,foreig...

1 years ago

1 answers
110 views
0
error event in cakephp hasmany where the bound column does not exist

I started studying cake association, but I stumbled right away, so Ask for help!><The following error occurs:(I will also attach an image.)Error: SQLSTATE [42S22]: Column not found: 1054 Unknown...

1 years ago

1 answers
97 views
0
I'd like to get the value of select sum() in CakePHP3.

Hi, everyone.When I make a household account book with CakePHP3, I would like to be able to give the total price of what I bought.I wrote the select sum value while looking at the official documentati...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.