where's the link ?

hi all,

i’m absolute newbie to yii, but not to php and oop

i’m frustrated in learning yii,

if something (i.e. a link) is not found where it should be :

learning with yii-docs proceeded until page 14 :

there’s no link for the model generator on the generated site

as described…

the site seems to work well until now…

on page 14 some should load the model generator on the just generated page,

but what is wrong that i dont see the link ?

then i tried to call directly :




" http : // localhost/Yii-1.1.10.r3566/framework/gii/generators/model /ModelGenerator.php "



and got this message :

[b]Zugriff verweigert!

Der Zugriff auf das angeforderte Objekt ist nicht möglich. Entweder kann es vom Server nicht gelesen werden oder es ist zugriffsgeschützt.

Sofern Sie dies für eine Fehlfunktion des Servers halten, informieren Sie bitte den Webmaster hierüber.

Error 403

localhost

Apache/2.4.2 (Win32) OpenSSL/1.0.1c PHP/5.4.4 [/b]

and now ?

please remember, i newbie ti yii (beside : how this is spoken ?)

Hi,

In Config/main.php you have to enable gii Code Just uncomment ‘gii’ code

Now From Your Application You can View

http://<Host>/App/index.php?r=gii

you can find Model Creator

before development better to go with Yii Guide and find answer of this question on This Page .