Categories
Uncategorized

Starting a Project with Yii Framework

Downloads to Start with: 1. XAMPP 2. MySQL Workbench 3. Yii Framework   Steps to Get Environment Set Up: 1. Extract Yii Framework folder to a directory in xampp, create a new folder called library. 2. There is a folder in the yii directory called requirements, take that copy and paste into /xampp/htdocs 3. open: […]

Categories
Uncategorized

Cheat Sheet

View Hidden Files and Folders from:   windows: dir /a   linux: ls -a Remove a folder cmd:   rmdir /s /q “C:\xampp\htdocs\[folder_name]” View PhpInfo from CMD: php -i or php -r “phpinfo();” Create an Empty File (.htaccess) CMD: echo.>.htaccess Per Site Config Chnges in .htaccess Add the following to .htaccess: php_flag display_startup_errors on php_flag […]