python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Cakephp Showing count of items by relationship
I'm using CakePHP 3.9 and i have the following code
$contactsByGroup = $this->Contacts->find('all', [
'fields' => [
'ContactsCategories.id',
'ContactsCategories.name',
...
Enrique Benitez
Votes: 0
Answers: 1
Determine which tab is active from the controller
Good Morning (or afternoon). I have a form that contains several tabs (organized sections) and then an edit button. What I want to do is, EDIT the information based on the active tab (Tombstone/Sales/...

Gustavo Miller
Votes: 0
Answers: 0
How can I define a replicate behavior for the execute method without changing all the models' namespace?
I have a class like this:
<?php
namespace App\ORM;
use Cake\ORM\Query as ORMQuery;
use Cake\Database\ValueBinder;
use Cake\Datasource\ConnectionManager;
class Query extends ORMQuery
{
/*Som...

Lajos Arpad
Votes: 0
Answers: 1
CAKEPHP 3: Like condion special character paginate
I'm having trouble finding likes with special characters as follows
in the database i have a record with the name Toan"123
now, in cakephp 3 i use query ORM
$sqlSub = $sysLogTable
->find('...
Toàn Kiều
Votes: 0
Answers: 0