-
Re: https://twitter.com/t1mmen/status/441512918950359040
When [FriendOfCake's Crud plugin](https://github.com/FriendsOfCake/crud) is loaded, Opath no longer works, giving the error message:
"No mod…
-
Hi,
sorry for boring you but i'm stuck in the problem to make work the plugin with Cakephp 4.1.5.
I try to expose the configuration.
I'm creating an Angular App that work on a domani http://lo…
-
**Describe Your Environment**
- Version of ZoneMinder: 1.37.27
- kubernetes
- Alpine
- N/A
**Describe the bug**
`Syntax error or access violation: 1055 'zm.Monitor.Name' isn't in GROUP BY` whe…
-
**Describe the bug**
I have this index action in my BethroomsController class:
```php
#[OpenApiPaginator]
#[Get('bethrooms')]
public function index(
BethroomSearcher $searcher
) {
...…
-
If I don't specify a model using `$this->Crud->useModel()`, the plugin somehow detects the model from the URL I'm visiting. So for `example.com/crud/articles` it would rightfully guess I want the `Art…
mehov updated
11 months ago
-
In cakephp 4.4 `$this->getRequest()->is('xml')` always returns true, even for regular html requests (tested on latest Firefox).
This break ApiListener because `$this->getRequest()->is('api')` is now …
-
1. Wie stark müsste man das Frontend anpassen, damit es mit diesem Backend zusammen funktioniert? HAL? Linked Data? Shared Models zwischen Frontend und Backend?
1. Wie zukunftsgerichtet ist das Frame…
-
Following the [documentation on hiding Entity fields](https://book.cakephp.org/3/en/orm/entities.html#hiding-fields), in my `App/Model/Entity/User.php` I have:
```
mehov updated
3 years ago
-
I have a lot of database tables that are designed with [CakePHP conventions](https://book.cakephp.org/3/en/intro/conventions.html#database-conventions) in mind, and are associated with each other via …
mehov updated
3 years ago
-
Not work when
```
public function findSaldo(Query $query, array $options = []) {
$query->formatResults(function (\Cake\Collection\CollectionInterface $results) use ($options) {
…