cakephp tag

92 questions


1 answers
58 views
0
How to use htmlHelper in CakePHP mail

I'd like to use <?phpecho$this->Html->Link()?> in my email. Where should I load Helper?

2 years ago

3 answers
85 views
0
Please tell me about the role of services in MVC models?

What is the role of the service?I learned MVC from CakePHP, but I don't know what role CakePHP has because it doesn't have any services.The controller extracts the necessary actions for user requests ...

2 years ago

3 answers
146 views
0
Please tell me about the role of services in MVC models?

What is the role of the service?I learned MVC from CakePHP, but I don't know what role CakePHP has because it doesn't have any services.The controller extracts the necessary actions for user requests ...

2 years ago

1 answers
53 views
0
Unable to register multiple records at the same time with cakephp3

I recently started using cakephp3.I'm trying to create a schedule that can be created and edited, and I'm trying to create a movement in the add action to register the schedule from April 1st to 30th,...

2 years ago

1 answers
87 views
0
Is it possible to specify more than one clsss for form->error?

cake$this->Form->error('Test.id', null, ['wrap'=>'p', 'class'=>'error-message']);html<div><div><p><input type=text name=data[test][id]id=test_id class=test_class requi...

2 years ago

1 answers
58 views
0
Error: FlashHelper could not be found.

I use CakePHP Ver.2.5.8.I tried Simple authentication and approval application following the official tutorial.However, if FlashHelper is not present, an error occurs.Missing HelperError: FlashHelper ...

2 years ago

1 answers
51 views
0
How to Connect Multiple Nots with CakePHP

Model.col1 does not contain throwAnd Model.col2 does not containPlease tell me how to write conditions when retrieving .|col1|col2|Retrieve||---|---|---||Blow | No ||Dark |No ||Dark | No ||Dark|Dark|D...

2 years ago

1 answers
49 views
0
CakePHP3 Cannot Associate and Extract Specific Records from Other Tables

Thank you for your help.I am currently working on a post site with CakePHP3.I am thinking of displaying the contents of the search based on a keyword on the ranking page.I would like to display the ni...

2 years ago

1 answers
49 views
0
I want to mark down CakePHP, but I can't fix the error.

Currently, I was trying to implement the markdown function in the Notepad app, so I introduced the markdown plug-in from github and proceeded according to the procedure.An error has occurred.I checked...

2 years ago

1 answers
106 views
0
Problems with Vagrant + CakePHP + CentOS 7.1

I was trying to create a local development environment by installing CakePHP from Composer in Vagrant, but the situation was the same as below.CakePHP cache was disabled to write in Centos7I deployed ...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.