ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
2026-09-12 20:38:01
Editing: AffPayoutDetail.php
Cancel
Save Changes
<?php /** * Class represents records from table aff_payout_detail * {autogenerated} * @property int $payout_detail_id * @property int $aff_id * @property int $payout_id * @property int $amount * @see Am_Table */ class AffPayoutDetail extends Am_Record { /** @return User|null */ function getAff() { return $this->getDi()->userTable->load($this->aff_id, false); } } class AffPayoutDetailTable extends Am_Table { protected $_key = 'payout_detail_id'; protected $_table = '?_aff_payout_detail'; }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete