Just trying out Giix. So far i've just created all my models and CRUD.
Iit's been great for relational data. I have a small problem. In a my item view it links who created the item. But when I click on the link I get "include(item01.lister.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory"
'value' => $model->lister !== null ? GxHtml::link(GxHtml::encode(GxHtml::valueEx($model->lister)), array('item01.lister/view', 'id' => GxActiveRecord::extractPkValue($model->lister, true))) : null,
All the other FK links work fine though. What may I have done wrong? The Model and Controller both exist. I've even deleted them and regenerated them. All other models/controllers seem to be working fine.
Thanks
Jonny
EDIT: I wanted to really text Giix so I loaded a larger more comprehensive DB and went through and this problem didn't seem to happen. Not sure why, but it kind of resolved itself - Thanks
This post has been edited by Jonny: 07 April 2013 - 12:14 AM

Help














