====== find====== ~~NOTOC~~ == Syntax == bool find( string $where optional string $bindarr=false, optional string $pkeysArr=false, optional array $extra=array() ) ===== Description ===== This function is part of both [[v5:activerecord:activerecord_index#active_records_extended|Extended Active Record]] and [[v5:activerecord:activerecord_index#active_records|Active Record]] -------------------------------------- ===== Parameters ===== ====== $where ====== ====== $bindarr ====== ====== $pkeysArr ====== ====== $extra ====== $extra provides an optional set of parameters |Parameter|Description| |limit| Select Record Limit| |offset| Select Record Offset| ===== Usage ===== $person = new Person; $person->find('id=1');