ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:activerecord:find

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
activerecord:find [2015/12/05 02:24] – created mnewnhamv5:activerecord:find [2019/01/04 05:15] (current) mnewnham
Line 5: Line 5:
   bool find(   bool find(
     string $where     string $where
 +    optional string $bindarr=false,
 +    optional string $pkeysArr=false,
 +    optional array $extra=array()
     )     )
 </WRAP> </WRAP>
 ===== Description ===== ===== Description =====
-This function is part of **Extended Active Record**+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 ===== ===== Usage =====
 <code php> <code php>
v5/activerecord/find.1449278661.txt.gz · Last modified: 2017/04/21 11:21 (external edit)