Edmundas Kondrašovas

Results 13 comments of Edmundas Kondrašovas

It's not deprecated, but I no longer actively maintain this project, as I do not work with PHP and CodeIgniter anymore. I may review existing pull requests sometime, though.

Thank you for your feedback. I'll look into this when I have the time.

I think I mentioned this somewhere in the wiki. Sometimes for new configuration changes to take effect you need to delete those cache files. It is not very neat and...

Thanks, I'll look into it ASAP.

Sorry for the delay, I've been pretty busy the last few days. If I am not mistaken, the `tmp` folder in Sprinkle root folder does not have the required permissions...

Also, set `log_threshold` to `4` and check the logs, maybe you'll find something interesting there.

Thanks your for your detailed analysis. I haven't tested Sprinkle extensively with HMVC and, to be honest, didn't expect it to misbehave like this. I may have an idea what...

The way I intended for the routing to work is slightly different from how CodeIgniter works with URI routing. I'll need to update the documentation to provide with more examples....

Cheers for debugging. I isolated the problems and what is causing them. I'm somewhat busy this week so I'll probably push some updates this weekend.

Just letting you know that changes are being made in a separate branch: https://github.com/edmundask/Sprinkle/tree/dev Added (:default) and (:home) wild-cards as suggested. I'll continue working on this until it's stable, then...