-
Notifications
You must be signed in to change notification settings - Fork 2
SLIM Framework
rizcompeer edited this page Apr 4, 2016
·
7 revisions
http://code.ciphertrick.com/2015/01/01/create-a-restful-api-using-php-my-sql-and-slim-framework/
chrome-extension://hgmloofddffdnphfgcellkdfbfbjeloo/RestClient.html#RequestPlace:default
http://stackoverflow.com/questions/3407823/mysqlnd-driver-in-php-5-3-2-on-ubuntu-10-04
http://stackoverflow.com/questions/23158943/install-both-mysql-and-mysqlnd-on-ubuntu-12-04
sudo apt-get install php5-mysqlnd
extension=mysqlnd.so
sudo php5enmod mysqlnd
sudo service apache2 restart (if you're using apache2)
or
sudo service nginx restart (if you're using nginx)