-
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…
-
> Questions should go to https://forum.phalconphp.com
> Documentation issues should go to https://github.com/phalcon/docs/issues
### Expected and Actual Behavior
> **Describe what you are tryin…
-
I didn't find the way to do that. All methods, include phql, allows to add only one row at one time.
-
> Questions should go to https://forum.phalconphp.com
> Documentation issues should go to https://github.com/phalcon/docs/issues
### Expected and Actual Behavior
> Generate Models from Database…
-
I have created a docker-compose based setup for passwork a while ago, since the plain Docker setup was hard to manage for me.
https://github.com/mll-lab/passwork-docker-compose
I see you recentl…
-
> Questions should go to https://forum.phalconphp.com
> Documentation issues should go to https://github.com/phalcon/docs/issues
### Expected and Actual Behavior
```
CREATE TABLE `users` (
`n…
-
Cache files stored through Phalcon\Cache\Backend\File should be stored in sub directories so that our apps won't exceed the max files per folder.
Maybe we could set his up like Zend 1 does with the _…
-
How about implementing https://github.com/phalcon/docs/blob/master/en/reference/acl.rst#function-based-access in acl adapters ?
Dont know how exactly it should be working - i guess serializing/unseri…
-
What about adding "datetime" column type for Model? By default the "@var \Datetime" converted to string.
-
`setTimeout` function of Redis has deprecated so it should be replaced by `expire` function.
right now it is throwing following exception.
```
Redis::setTimeout() is deprecated
```
https://gi…