localhost phpmyadmin is forbidden
Yesterday, i can’t access localhost/phpmyadmin after downgrade the ‘wamp’ server from ‘2.2e’ to ‘2.0h’. After find the solution on google, that error caused by : path of phpmyadmin in “phpmyadmin.conf” is wrong.
Yesterday, i can’t access localhost/phpmyadmin after downgrade the ‘wamp’ server from ‘2.2e’ to ‘2.0h’. After find the solution on google, that error caused by : path of phpmyadmin in “phpmyadmin.conf” is wrong.
Kalau di yii1, kita bisa menggunakan modul ‘rights’ & ‘user’ untuk Otentikasi dan Otorisasi. Sedangkan di yii2 kita bisa gunakan modul ‘yii2-admin’. HASIL MODULE YII2-ADMIN : Tutorial kali ini saya menggunakan linux, so bagi yang mengunakan windows ngga masalah toh… Continue Reading
DEMO HERE Previously, i wrote an article “How to create CRUD using GII in Yii2“. Now here i will show you how to Create CRUD without GII. Let’s begin !
In this article i will show you “how to use some class(Html & Url) in yii2” to get relative and absolute URL. *note : My url yii2 located in http://localhost/yii2_advanced/ directory in /var/ww/html/yii2_advanced
In this article i will show you how to install multiple php version in localhost (php 5.3.29 and php5.5.0). To install multiple php in your machine, wee need PHPFarm and FastCGI. Let’s make it!