- Kohana core - isolated autoloader/module loader/filesystem and cache (@zombor already started this iirc)
- Move Request::factory() into Request_Factory
- Database should support Mysqli
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |