PHP Class Join, recess

Inheritance: extends CI_Controller
Mostrar archivo Open project: KrisJordan/recess Class Usage Examples

Public Properties

Property Type Description
$fromTableForeignKey
$innerOuterOrCross
$leftRightOrFull
$natural
$table
$tablePrimaryKey

Public Methods

Method Description
__construct ( $leftRightOrFull, $innerOuterOrCross, $table, $tablePrimaryKey, $fromTableForeignKey, $natural = '' )

Method Details

__construct() public method

public __construct ( $leftRightOrFull, $innerOuterOrCross, $table, $tablePrimaryKey, $fromTableForeignKey, $natural = '' )

Property Details

$fromTableForeignKey public_oe property

public $fromTableForeignKey

$innerOuterOrCross public_oe property

public $innerOuterOrCross

$leftRightOrFull public_oe property

public $leftRightOrFull

$natural public_oe property

public $natural

$table public_oe property

public $table

$tablePrimaryKey public_oe property

public $tablePrimaryKey