PHP Class json_data, ax5ui-kernel

Show file Open project: ax5ui/ax5ui-kernel Class Usage Examples

Protected Properties

Property Type Description
$data
$db
$limit
$offset
$page
$ret
$setData
$sort
$tbl

Public Methods

Method Description
__construct ( $page = 1, $limit = 10 )
delete ( $ids )
get ( )
get_json ( $data = null )
get_one ( )
read ( )
set ( $key, $data = null )
set_limit ( $limit )
set_page ( $page )
set_sort ( $sort )
update ( $id )

Method Details

__construct() public method

public __construct ( $page = 1, $limit = 10 )

delete() public method

public delete ( $ids )

get() public method

public get ( )

get_json() public method

public get_json ( $data = null )

get_one() public method

public get_one ( )

read() public method

public read ( )

set() public method

public set ( $key, $data = null )

set_limit() public method

public set_limit ( $limit )

set_page() public method

public set_page ( $page )

set_sort() public method

public set_sort ( $sort )

update() public method

public update ( $id )

Property Details

$data protected property

protected $data

$db protected property

protected $db

$limit protected property

protected $limit

$offset protected property

protected $offset

$page protected property

protected $page

$ret protected property

protected $ret

$setData protected property

protected $setData

$sort protected property

protected $sort

$tbl protected property

protected $tbl