cakephp tag

92 questions


1 answers
47 views
0
association of cakephp3

I would like to define the association of the following two tables in cakephp3.Table 1: Users TableTable that defines user characteristics.Table 2: languages tableMaster table that defines the program...

2 years ago

1 answers
44 views
0
I want to change the number added by the conditions within SQL.

Currently, we are adding the total number of pvs.id to the product.price as shown below.Below is +1 for Product.price when pvs.id total is 10, +2 for Product.price when pvs.id total is 20, +3 for Prod...

2 years ago

1 answers
42 views
0
About using MySQL for phpadmin in cakephp

I'm making a simple bulletin board for my school assignment.So I have a question, how can I use the database created by phpadmin in cakephp?The development environment is eclipse.

2 years ago

1 answers
43 views
0
About adding data to cakephp3 object types

How do I retrieve data repeatedly through find and add data?It's a little hard to convey in writing, so I'm attaching an example below.(The jquery's ajax returns JSON.) $aaa is an object type [{...}, ...

2 years ago

1 answers
45 views
0
cakephp3 debugging tool

Please let me know if there are any debug tools recommended for cakephp3 such as visual studio.For example, you might want to set a breakpoint and briefly look at the contents of the variables stored ...

2 years ago

1 answers
53 views
0
Auth authentication is lost on CakePHP without permission

Currently, CakePHP implements Auth authentication using users table UsersController.php.The users directory continues to log in, but If you fly to another directory, you will be in a logout state with...

2 years ago

2 answers
51 views
0
The intended redirect does not occur when a 400 series error occurs.

The intended redirect does not occur when the following code is executed (InputController), and MMissing Method in UsersControllerError: The action index is not defined controller UsersControllerappea...

2 years ago

2 answers
44 views
0
I want to transition and reload the parent frame by submitting the form in iframe.

If you POST on a page inside an inline frame, you do not know how to reload the entire parent page.Development EnvironmentPHP 5.2.8CakePHP 2.6.2In the above picture, /××××/sample is displayed in ifram...

2 years ago

1 answers
48 views
0
If you pass patchEntity(), it will be converted to NULL.

We are creating a user management system with PHP (CakePHP).In the input form to add users on the management screen, the select box is used in the entry of permissions.When submitting the form, the fo...

2 years ago

1 answers
46 views
0
Decryption of Cakephp Encryption

Encryption decryption is not successful with cakephp.Please let me know if you know more.$this_password=strval($this->data['password']);$this->request->data['password'] = Security::cipher($th...

2 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.