name Refactor
This commit is contained in:
@@ -5,12 +5,6 @@ class Dashboards
|
|||||||
{
|
{
|
||||||
public function getListDashboards ($start=0, $limit=20, $sort='', $dir='DESC', $search='')
|
public function getListDashboards ($start=0, $limit=20, $sort='', $dir='DESC', $search='')
|
||||||
{
|
{
|
||||||
require_once 'classes/model/Dashboard.php';
|
|
||||||
require_once 'classes/model/DashboardIndicator.php';
|
|
||||||
require_once 'classes/model/Users.php';
|
|
||||||
require_once 'classes/model/Groupwf.php';
|
|
||||||
require_once 'classes/model/DashboardDasInd.php';
|
|
||||||
|
|
||||||
|
|
||||||
$limit_size = isset($limit) ? $limit: 20;
|
$limit_size = isset($limit) ? $limit: 20;
|
||||||
$start = isset($_REQUEST['start']) ? $_REQUEST['start'] : 0;
|
$start = isset($_REQUEST['start']) ? $_REQUEST['start'] : 0;
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once 'classes/interfaces/DashletInterface.php';
|
|
||||||
|
|
||||||
|
|
||||||
class dashletProcessMakerCommunity implements DashletInterface
|
class DashletProcessMakerCommunity implements DashletInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
const version = '1.0';
|
const version = '1.0';
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once 'classes/interfaces/DashletInterface.php';
|
|
||||||
|
|
||||||
|
|
||||||
class dashletProcessMakerEnterprise implements DashletInterface
|
class DashletProcessMakerEnterprise implements DashletInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
const version = '1.0';
|
const version = '1.0';
|
||||||
|
|||||||
Reference in New Issue
Block a user