Slide 17
Slide 17 text
42-ΠϯδΣΫγϣϯ
*MMVNJOBUFa%BUBCBTFa2VFSZa#VJMEFSXIFSF
public function where($column, $operator = null, $value = null,
$boolean = 'and')
{
// ུ
$type = 'Basic';
$this->wheres[] = compact(
'type', 'column', 'operator', 'value', 'boolean'
);
// ུ
return $this;
}
͜͜ͰϓϩύςΟ $wheres ʹ
[“type” => “Basic”, “column” => “user_name”,
“operator” => “=”, “value” => ೖྗ, …]
ͱ͍͏ΛೖΕ͍ͯΔ͚ͩɻ