PHP Class Pix_Array_Array, pixframework

Inheritance: extends Pix_Array
Show file Open project: pixnet/pixframework

Protected Properties

Property Type Description
$_cur_data
$_data
$_limit
$_offset
$_order
$_row_count

Public Methods

Method Description
__construct ( array $data ) : void __construct 傳一個 array $data 進來
__get ( $name )
_sort ( $a, $b )
count ( )
current ( )
first ( )
getLimit ( )
getOffset ( )
getOrder ( )
getPosition ( $obj )
getRand ( $count = null )
key ( )
limit ( $limit = null )
max ( $column = null )
min ( $column = null )
next ( )
offset ( $offset )
offsetExists ( $pos )
offsetGet ( $pos )
offsetSet ( $pos, $value )
offsetUnset ( $pos )
order ( $order = null )
pop ( )
push ( $value )
reverse ( $preserve_keys = false )
rewind ( )
seek ( $pos )
shift ( )
sum ( $column = null )
toArray ( $column = null )
unshift ( $value )
valid ( )

Method Details

__construct() public method

__construct 傳一個 array $data 進來
public __construct ( array $data ) : void
$data array
return void

__get() public method

public __get ( $name )

_sort() public method

public _sort ( $a, $b )

count() public method

public count ( )

current() public method

public current ( )

first() public method

public first ( )

getLimit() public method

public getLimit ( )

getOffset() public method

public getOffset ( )

getOrder() public method

public getOrder ( )

getPosition() public method

public getPosition ( $obj )

getRand() public method

public getRand ( $count = null )

key() public method

public key ( )

limit() public method

public limit ( $limit = null )

max() public method

public max ( $column = null )

min() public method

public min ( $column = null )

next() public method

public next ( )

offset() public method

public offset ( $offset )

offsetExists() public method

public offsetExists ( $pos )

offsetGet() public method

public offsetGet ( $pos )

offsetSet() public method

public offsetSet ( $pos, $value )

offsetUnset() public method

public offsetUnset ( $pos )

order() public method

public order ( $order = null )

pop() public method

public pop ( )

push() public method

public push ( $value )

reverse() public method

public reverse ( $preserve_keys = false )

rewind() public method

public rewind ( )

seek() public method

public seek ( $pos )

shift() public method

public shift ( )

sum() public method

public sum ( $column = null )

toArray() public method

public toArray ( $column = null )

unshift() public method

public unshift ( $value )

valid() public method

public valid ( )

Property Details

$_cur_data protected property

protected $_cur_data

$_data protected property

protected $_data

$_limit protected property

protected $_limit

$_offset protected property

protected $_offset

$_order protected property

protected $_order

$_row_count protected property

protected $_row_count