0byt3m1n1
Path:
/
var
/
www
/
listcrawler.app
/
public_html
/
admin
/
lib
/
Subareas
/
[
Home
]
File: Subareas.php
<?php class Subareas { /** * */ public function __construct() { } /** * */ public function __destruct() { } /** * Set friendly columns\' names to order tables\' entries */ public function setOrderingValues() { $ordering = [ 'location_id' => 'City', 'subarea_name' => 'Subarea Name', 'is_active' => 'Is Active', 'id' => 'S.No.' ]; return $ordering; } } ?>