-
This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.6.11
* Migrations plugin version: 2.0.0
* Database server: Postgres 9.5.13
* PHP …
-
### Description
What I have
--
I'm in a view template and I have an Entity. I would like to display the name and the ID of the Entity
What I do now?
--
```
echo $entity->title;
```
What I want?
-…
mehov updated
2 weeks ago
-
Hallo,
since the Update to 4.1 (current "develop" branch), we're not getting outgoing mails (new users registration confirmation eg.). running the queue manually, i'm getting the following error:
…
-
https://book.cakephp.org/5/en/orm/associations.html#belongstomany-associations
> Three database tables are required for a BelongsToMany association. In the example above we would need tables for arti…
-
### Description
I noticed that something changed between 5.04 and 5.05 that is now causing the `\Cake\Http\Exception\NotFoundException` to use the error500 template instead of the error400 template…
-
We need to create articles on PHP and PHP Frameworks like Laravel, CakePHP etc. For now, we can follow the wiki structure of Python articles on the wiki.
This is an epic issue to track PHP articles i…
-
https://book.cakephp.org/4/en/plugins.html#creating-your-own-plugins
-
When using CakePHP 3.6.7, the pagination function is not working. It always seems to think that the total row count for a query is 1, therefore the pagination component sets page count to 1.
I've …
-
We need to decide on a query builder we're going to use in the incoming 1.10 update this will help us avoid having to manage various different database drivers as the package would manage it.
I per…
-
The Model should provide a new convenience method, `findOrCreate` that can be given a set of criteria to locate within the db table, or create a new record using that data and an additional set of dat…