This website works better with JavaScript.
Explore
Help
Register
Sign In
Error202
/
yii2-bootstrap
Watch
1
Star
0
Fork
You've already forked yii2-bootstrap
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Yii2 Bootstrap 3
309
Commits
1
Branch
15
Tags
11 MiB
Tree:
a7abcb0ff0
yii2-bootstrap
/
framework
/
db
/
ar
/
HasManyRelation.php
9 lines
87 B
Raw
Normal View
History
Unescape
Escape
new AR WIP
13 years ago
<?php
namespace yii\db\ar;
class HasManyRelation extends Relation
{
public $link;
}