0byt3m1n1
Path:
/
var
/
www
/
listcrawler.app
/
public_html
/
admin
/
lib
/
Contacts
/
[
Home
]
File: Contacts.php
<?php class Contacts { /** * */ public function __construct() { } /** * */ public function __destruct() { } /** * Set friendly columns\' names to order tables\' entries */ public function setOrderingValues() { $ordering = [ 'id' => 'S.No.', 'mobile_number' => 'Mobile Number' ]; return $ordering; } } ?>