Quantcast
Channel: Yii Framework Forum
Viewing all articles
Browse latest Browse all 18717

Namespaced Modles Problem

$
0
0
Hi,
i have a little problem when using namespace in model class. The model has relation defined and when i want to access this relation data error is thrown:

include(../foo/models/Iterator.php): failed to open stream: No such file or directory

Model is defined like this:

namespace foo\models;

class Bar extends \CActiveRecord { ... }

So the Iterator is not using global namespace here but the one defined in model Bar. Any idea is it possible to fix it?

Viewing all articles
Browse latest Browse all 18717

Trending Articles