PHP Class PMA\libraries\controllers\table\TableChartController

Inheritance: extends PMA\libraries\controllers\TableController
Show file Open project: phpmyadmin/phpmyadmin

Protected Properties

Property Type Description
$cfg array
$sql_query string
$url_query string

Public Methods

Method Description
__construct ( string $sql_query, string $url_query, array $cfg ) Constructor
ajaxAction ( ) : void Handle ajax request
indexAction ( ) : void Execute the query and return the result

Method Details

__construct() public method

Constructor
public __construct ( string $sql_query, string $url_query, array $cfg )
$sql_query string Query
$url_query string Query URL
$cfg array Configuration

ajaxAction() public method

Handle ajax request
public ajaxAction ( ) : void
return void

indexAction() public method

Execute the query and return the result
public indexAction ( ) : void
return void

Property Details

$cfg protected property

protected array $cfg
return array

$sql_query protected property

protected string $sql_query
return string

$url_query protected property

protected string $url_query
return string