php - Yii - no values are being retrieved from the MYSQL database -
i new yii framwork in php. had created mysql database using python , populated using python code. have used same database yii , created models , controllers table using gii. have opened crud interface listing values ->
http://localhost/vawhack/index.php?r=appname/admin
i getting message "no results found." , no values saved in database shown. missing in between?
Comments
Post a Comment