ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:activerecord:quotenames

This is an old revision of the document!


$_quoteNames

The behaviour of this variable may be influenced by metacasing in ADOdb V6

TypeBoolean
Defaultfalse

Description

Setting the value of this class variable to true causes the names of tables and columns to be quoted on insert and update statements, typically used because the names themselves contain reserved words or special characters

Usage

$activeRecord->_quoteNames = true;
v5/activerecord/quotenames.1452647747.txt.gz · Last modified: 2017/04/21 11:21 (external edit)