http://wiki.akelos.org/booklink-quickstart-on-windows might help you
C:/xampp/htdocs/blog/app/views/blog/index.tpl
Personally, I don't like this kind of setup.
What I do:
either for the tutorial, setup an alias
Alias /booklink "C:/Dev/booklink/public"
<Directory "C:/Dev/booklink/public">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
or a vhost.
then you get your app either at http://localhost/booklink or at http://my_vhost/
Seems you have not declared the associations in the models.
You're actually in the framework root dir, are you ?
1 to 14 of 14