Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/friendsofcake/bootstrap-ui/tests/test_app/TestApp/Model/Table/ArticlesTable.php
<?php
namespace TestApp\Model\Table;

use
Cake\ORM\Table;

class
ArticlesTable extends Table
{
    public function
initialize(array $config)
    {
       
$this->belongsTo('Authors');
    }
}