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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -