BeMySlaveDarlin
BeMySlaveDarlin
Any pros of implementing nginx/apache feature inside of framework code? webserver Basic Auth feature pros is - just a few users having access to domain itself - no need on...
Probably fixed in #15772
@wurst-hans 1. Can you check with latest 5.0 build? 2. When you call `bind` before `isValid` 2.1. `bind` filters all values and stores in object cache properties as `this->data` and...
This is related to how typed properties works in php7.4+ and the way we initialize models. For now, to fix this issue, we need to change the logic of models...
Right now pgsql part of phalcon orm quite poor and not all features implemented. But. It has Criteria feature, which can be used to implement custom expressions.
RN we team is out of resourses for extending orm and implementing new features due to finishing v5 asap. It will be gr8, if you create non-bc pull request with...
**! Feature can be implemented only in cphalcon repo** ### List of required changes - `Phalcon\Db\Adapter\Pdo\Postgresql::createTable()` major behavior changes - `Phalcon\Db\Adapter\Pdo\Postgresql::addColumn()` major behavior changes - `Phalcon\Db\Adapter\Pdo\Postgresql::modifyColumn()` major behavior changes -...