Questions about the 3.0.x branch of the CakePHP MVC framework.
I have the following DB tables: items, users, groups, itemImages. There are many to many relations between (items, groups) and (…
php mysql cakephp orm cakephp-3.0i was looking for a previous answer, but the ones i've found are related to older cakephp versions i have …
php cakephp cakephp-3.0I am trying to remove or change the wrapping div that CakePHP uses on its form helper. When I use …
php html cakephp cakephp-3.0I recently updated PHPunit from 5.3 to 5.5 in an IntegrationTestCase of an app that is CakePhp 3.x based. and I don't …
php unit-testing cakephp phpunit cakephp-3.0Guys how can I apply an OR condition in the following Where statement ? $this->IbCommisions->find()->…
cakephp-3.0Basically in default.ctp I have this for my title: <title> <?= $this->fetch('title') ?> </…
php cakephp cakephp-3.0Is it possible to do a "BETWEEN ? AND ?" where condition LIKE in cakephp 2.5? In cakephp 2.5 I write something like 'conditions' =&…
cakephp orm cakephp-3.0I started using CakePHP 3 after a time using CakePHP 2 and I am having troubles to create the authentication login. The …
php cakephp authentication login cakephp-3.0In CakePHP 2.x you could do AuthComponent::user() in View to get data from Auth component. In CakePHP 3.0beta3 it …
cakephp cakephp-3.0Custom query execution in cakephp. I have applied below code. $conn = ConnectionManager::get('default'); $rs = $conn->query('SELECT * FROM …
php cakephp-3.0