Php developer
Php developer

Reputation: 456

database implementation in php yii framework

I am using phpmyadmin mysql database for yii framework but i cant create a new app using command prompt, instead i go on

c:\xampp\htdocs\yiiframework\framework\yiic\webapp ..\\..\\yiitestapp

and then cmd opens and it asks for yes/no. my cmd does not works

I have already set my environment variables to c:\xampp\php

Please reply how would I create a new app with database table using phpmyadmin.

Upvotes: 0

Views: 592

Answers (1)

user1724537
user1724537

Reputation:

from your comments i came to know that you are using windows, wamp server package in your local m/c based on this assumption

you can use

http://localhost/phpmyadmin/

to create your database create edit and delete tables

then use

http://localhost//*yor web application name*/?r=gii 

to access gii tools

pls let me know if any problem persist

Upvotes: 1

Related Questions