Rich Milns
Rich Milns
**Is your feature request related to a problem? Please describe.** I've just revisited an issue I've experienced periodically whereby locally, `castOnHydrate` worked as expected but was not working on a...
### Overview Similar to issue phalcon/cphalcon#12166 it would be great if this could be taken a step further so that a custom `Phalcon\Mvc\Model\Row` can be returned when using Query Builder...
With LESS, I'm seeing a parse error when LESS variables are used in selectors. Example LESS: ```less @mni: .main-nav__item; .main-nav-active { max-height: 500px; @{mni} { opacity:1; } } ``` Output...
I have added support for [Phinx](https://packagist.org/packages/robmorgan/phinx) and also had a bit of a refactor and tidy up. I've only added support for MySQL/MariaDB with Phinx because I don't use PostgreSQL...
I was wondering, similar to the Laravel migration generation, if it would be possible to add support for [Phinx](https://phinx.org) to this plugin as well?