Use a global style scheme
Controllers: underscores Models: CamelCase
This commit is contained in:
@@ -57,7 +57,7 @@ class Jobs extends CI_Controller {
|
||||
* @todo not yet verified
|
||||
*/
|
||||
public function get_unseen_results() {
|
||||
$results = $this->job->get_unseen_results();
|
||||
$results = $this->job->getUnseenResults();
|
||||
$this->output
|
||||
->set_content_type('application/json')
|
||||
->set_output(json_encode(
|
||||
|
||||
@@ -44,6 +44,6 @@ class Statusrpc extends CI_Controller {
|
||||
die("Unauthorized access.");
|
||||
}
|
||||
|
||||
$this->server->update_workload($secret, $workload);
|
||||
$this->server->updateWorkload($secret, $workload);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user