public from (mixed $models)
Sets the models who makes part of the query
$builder->from('Robots'); $builder->from(array('Robots', 'RobotsParts')); $builder->from(array('r' => 'Robots', 'rp' => 'RobotsParts'));
public from (mixed $models)
Sets the models who makes part of the query
$builder->from('Robots'); $builder->from(array('Robots', 'RobotsParts')); $builder->from(array('r' => 'Robots', 'rp' => 'RobotsParts'));
Please login to continue.