ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:activerecord:find

This is an old revision of the document!


find

Syntax
bool find(
  string $where
  )

Description

This function is part of Extended Active Record


Usage

$person = new Person;
$person->find('id=1');
v5/activerecord/find.1452647753.txt.gz · Last modified: 2017/04/21 11:21 (external edit)