Below is a description on how to use the classes in the below script
###Include script and set up db variables
include 'zdb.php';
| function showDrivers(drivers) { | |
| outputDiv.innerHTML = ''; | |
| var myTableDiv = outputDiv; | |
| var table = document.createElement('TABLE'); | |
| table.className += " nearest_table table table-striped table-bordered"; | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Box Shadow</title> | |
| <style> | |
| .box { | |
| height: 150px; | |
| width: 300px; | |
| margin: 20px; |
| #301 Redirects for .htaccess | |
| #Redirect a single page: | |
| Redirect 301 /pagename.php http://www.domain.com/pagename.html | |
| #Redirect an entire site: | |
| Redirect 301 / http://www.domain.com/ | |
| #Redirect an entire site to a sub folder | |
| Redirect 301 / http://www.domain.com/subfolder/ |
| /*---------------------------------------------------------------------------*/ | |
| cites | |
| /*----------------------------------------------------------------------------*/ | |
| /*yii2*/ | |
| https://xn--d1acnqm.xn--j1amh/%D0%B7%D0%B0%D0%BF%D0%B8%D1%81%D0%B8/%D0%BA%D0%B0%D0%BA-%D1%83%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%B8%D1%82%D1%8C-yii-2-advanced-%D0%BA%D1%80%D0%B0%D1%82%D0%BA%D0%B0%D1%8F-%D0%B8%D0%BD%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%86%D0%B8%D1%8F | |
| http://docs.mirocow.com/doku.php?id=yii2:docs#%D0%B4%D0%BE%D0%B1%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5_csrftoken_%D0%B2_ajax_%D0%B7%D0%B0%D0%BF%D1%80%D0%BE%D1%81_yii2 | |
| https://www.youtube.com/watch?v=m2rOGlDdfS8&list=PL9XdPIVgBVVmYWGF3BFZwHu4Fz9fa6GJd&index=1#t=7.452045 | |
| http://www.yiiframework.ru/forum/viewtopic.php?t=18967 | |
| http://www.aloha.kiev.ua/PHP-Error-htaccess-Nastrojki.html |
| git add . | |
| git commit -m "first commit" | |
| git push -u origin master | |
| (git push -f origin master)(!!!!!! old commits will be dropped !!! if I want to overwrite all on remote repo) | |
| /*--------------------- BRANCHES ------------------------*/ | |
| https://www.youtube.com/watch?v=xAKnRuYobdc&index=4&list=PLoonZ8wII66iUm84o7nadL-oqINzBLk5g#t=497.839849 | |
| //git branch alex // create branch | |
| /**/ |