framework
framework copied to clipboard
Source code of Ice framework
Hi, Following https://github.com/dependabot/dependabot-core/issues/1990, you meqan @mruz that `composer`, with ```json { "require": { "iceframework/framework": "~1.8.0" } } ``` could handle `ice` compilation That's not what I have using `composer install...
[Pdo::getIdValue](https://github.com/ice/framework/blob/dev/ice/db/driver/pdo.zep#L68) the `id` property should be allowed to change in `Model`
`$pdo->delete('table', null or [])` or `$pdo->update('table', null or [])` is very dangerous! they'd done with nothing. ref #249
Assets loading with themes and skins supported. assume that different apps (or plugins) are independent with each others but share the same basic modules and public resources A) asset cases:...
`http://admin.example.com` will auto route to and load admin module
I would like to learn more deeply about this framework.
The current version of https://github.com/kenjis/php-framework-benchmark shows that Phalcon has a higher throughput. Are they made at different points in time? Can it be explained by the different hardware/OS/stack set-up?
Hello. I'm finding some PHP7 frameworks and see some benchmark pages. This framework looks like so fast. amazing. but I don't know other features... So what key points of this...