Mariusz Łączak

Results 38 comments of Mariusz Łączak

There was a magic `__get()` to get access to these values. I think phalcon team changed the models in the 4.0. About the request in the models; it was available...

Hi Amal, There is a [Listener.php](https://github.com/mruz/base-app/blob/master/app/common/extension/Listener.php) in the `app/common/extension` directory, so you can attach it to Events Manager: ``` php $eventsManager = new \Phalcon\Events\Manager(); $eventsManager->attach('db', new \Baseapp\Extension\Listener()); $this->db->setEventsManager($eventsManager); ``` and...

Just use `$this->view->pick('forms/form_name);`

It's possible in [ice/base](https://github.com/ice/base).

We schould rewrite the [/app/common/library/Auth.php](https://github.com/mruz/base-app/blob/master/app/common/library/Auth.php) to be able work with collections (mongoDB). It could use [MVC: Entity Management ](https://github.com/phalcon/cphalcon/pull/2917) instead of using only models.

Yes, the changes was never merged :sad: so we should create own layer with adapters like model, collection or [file](https://github.com/kohana/auth/blob/3.3/master/classes/Kohana/Auth/File.php).

We had to update readme to send people to a different page/project https://github.com/simplelineicons/simplelineicons.github.io, because simplelineicons.com was down and you weren't around. I think we should set it back to the...

There is couple of issues about circled icons and renaming some of the icons: https://github.com/thesabbir/simple-line-icons/issues/59 https://github.com/thesabbir/simple-line-icons/issues/75 https://github.com/thesabbir/simple-line-icons/issues/80 https://github.com/thesabbir/simple-line-icons/issues/84 https://github.com/thesabbir/simple-line-icons/issues/98 https://github.com/thesabbir/simple-line-icons/issues/104 Could we create a proposal names for the next major...

Like this https://github.com/thesabbir/simple-line-icons/issues/27#issuecomment-233882212?

It was executed on the latest version of kenjis's script. I think it's depending on the hardware/software https://github.com/kenjis/php-framework-benchmark/pull/30#issuecomment-151792768: > VM; VirtualBox vs > text-mode > CPU: i7-4702MQ up to 3.2...