This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install php on Mac | |
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.5 | |
export PATH=/usr/local/php5/bin:$PATH | |
Why is Europe/Zurich the default timezone? Where to change that? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$queries = DB::getQueryLog(); | |
$last_query = end($queries); |
NewerOlder