Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c1bdc1c4

Přidáno uživatelem Michal Kliment před více než 9 roky(ů)

Release 1.1.0

Zobrazit rozdíly:

application/models/comments_thread.php
class Comments_thread_Model extends ORM
{
protected $has_many = array('comments');
protected $has_one = array('account', 'job');
protected $has_one = array
(
'account',
'job',
'connection_request',
'log_queue',
'request'
);
/**
* Return parent object of comment thread

Také k dispozici: Unified diff