====== $_where ====== ~~NOTOC~~ ^Type|String| ^Default|NULL| ===== Description ===== Setting the value of this class variable sets a default where filter for the [[v5:activerecord:load]] operation. ===== Usage ===== In this example we always require a filter of ''type_code=1'' for the operation. class person extends ADOdb_Active_Record { public $_where = ' type_code=1 '; }