\startmvc\coreModel

Summary

Methods
Properties
Constants
__construct()
find()
findAll()
update()
delete()
No public properties found
No constants found
No protected methods found
$table
$db
$dbConf
N/A
No private methods found
No private properties found
N/A

Properties

$table

$table

$db

$db

$dbConf

$dbConf

Methods

__construct()

__construct() : mixed

Returns

mixed —

find()

find(mixed  $field = "*", mixed  $where = '', mixed  $getsql = false) : mixed

Parameters

mixed $field
mixed $where
mixed $getsql

Returns

mixed —

findAll()

findAll(mixed  $field = "*", mixed  $where = [], mixed  $order = '', mixed  $limit = '', mixed  $getsql = false) : mixed

Parameters

mixed $field
mixed $where
mixed $order
mixed $limit
mixed $getsql

Returns

mixed —

update()

update(mixed  $data, mixed  $where = []) : mixed

Parameters

mixed $data
mixed $where

Returns

mixed —

delete()

delete(mixed  $where = '') : mixed

Parameters

mixed $where

Returns

mixed —