Questions tagged [cakephp-3.4]

Questions about the 3.4.x branch of the CakePHP MVC framework. Use this tag in combination with the general [cakephp] tag. If your question applies to CakePHP more generally, use only the [cakephp] tag.

CakePHP 3.4

CakePHP is a PHP development framework using Associative Data Mapping, Front Controller and MVC design patterns.

Version 3.4.0 was released in February 2017.

Resources

138 questions
-1
votes
1 answer

How to add a class to a postLink form - CakePHP 3.4

Is it possible to add a class to the hidden form created by CakePHP's postLink form helper? Here's my code Form->postLink( ' ' . __('Delete'), ['action' => 'delete', $this->fetch('item')], ['confirm' => __('Are you sure…
Arnold
  • 69
  • 2
  • 10
-2
votes
1 answer

Cake PHP installation issue

I have installed cakephp using composer. But while running it showing the following error. Warning: require(D:\xampp\htdocs\my_app_name/vendor/autoload.php): failed to open stream: No such file or directory in…
-3
votes
2 answers

How to run Shell in background from controller and update database on execution in CakePHP

I am working on CakePHP 3.4 project. I have to execute some command to scan through the files and directories of a particular directory. This might take long time depending on the size of the directory, therefore I want to run it in background and…
Anuj TBE
  • 9,198
  • 27
  • 136
  • 285
1 2 3
9
10