Questions tagged [cakephp-3.6]

Questions about the 3.6.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.6

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

Version 3.6.0 was released in April 2018.

Resources

47 questions
0
votes
2 answers

Get parent node in Tree cakephp 3

let's say that I have a table called categories which is using the Tree Behavior in a CakePHP 3 application. If I'm given a Category id, are there functions that allow me to check if the Category is a parent Category or fuctions to get the parent…
user765368
  • 19,590
  • 27
  • 96
  • 167
0
votes
1 answer

Append query strings to existing ajax url cakephp 3

Let's say that I have btn1 and btn2 which load some data into a div when clicking on them through Ajax like this: $(document).on('click', '#btn1', function(e){ var url = "Url->build(['controller' => 'MyController', 'action' =>…
user765368
  • 19,590
  • 27
  • 96
  • 167
1 2 3
4