Philippe Cloutier
Philippe Cloutier
I spent at least 20 minutes trying to understand the methods described in [the Models page](https://docs.phalcon.io/4.0/en/db-models#methods) before finally finding a "Creating Models" section, 30 screens down. The frustration from that...
[The page documenting `Phalcon\Http` for Phalcon 4.0](https://docs.phalcon.io/4.0/fr-fr/api/phalcon_http#http-cookie) contains one table at the start of each class/interface. The vast majority of these, such as the first one, are broken (whether in...
[The documentation of `Phalcon\Mvc\Model\Resultset`](https://docs.phalcon.io/4.0/fr-fr/api/phalcon_mvc#mvc-model-resultset) pretty much says that serialize() returns "a big array": > Serializing a resultset will dump all related rows into a big array As one may guess,...
[The documentation of the `Phalcon\Mvc\Model\Query\Builder` class's `columns()` method](https://docs.phalcon.io/4.0/fr-fr/api/phalcon_mvc#m%C3%A9thodes-34) is minimal: > Sets the columns to be queried As suggested by https://docs.phalcon.io/4.0/fr-fr/db-phql, more precisely: > columns - array | string -...
[The _Methods_ section of Phalcon\Config's documentation](https://docs.phalcon.io/4.0/en/api/phalcon_config#methods) describes path(): > `public function path( string $path, mixed $defaultValue = null, mixed $delimiter = null ): mixed | null;` > > Returns a...
My organization is re-evaluating its usage of Phalcon. One concern which came up is security support for the version which some of our components are currently using, version 3. According...
[The Models page](https://docs.phalcon.io/4.0/en/db-models#overview) defines an _Invoices_ class: ```
[The Spring Data JPA Reference Documentation](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/) uses a rich structures with a large and deep section tree. Many sections reach levels 5 and 6, with titles using HTML h5 and...
[The CHANGELOG file](https://github.com/valor-software/ng2-file-upload/blob/development/CHANGELOG.md) does not list version 1.4.0.
If I go to https://creativecommons.org/choose/?lang=en and try selecting - for example - a URL in the "Copy this code to let your visitors know!" textarea, the previewed selection matches the...