Reorganised code layout
Separated class library and web interface code Added a common config/database config to be referenced by all subprojects Fixed previous commit
This commit is contained in:
13
lib/HandBrakeCluster/ClientLogEntry.class.php
Normal file
13
lib/HandBrakeCluster/ClientLogEntry.class.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
class HandBrakeCluster_ClientLogEntry extends HandBrakeCluster_LogEntry {
|
||||
|
||||
public static function initialise() {
|
||||
parent::$table_name = 'client_log';
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
HandBrakeCluster_ClientLogEntry::initialise();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user