Your IP : 3.143.144.95


Current Path : /var/www/axolotl/data/www/novosibirsk.axolotls.ru/bitrix/modules/main/classes/mysql/
Upload File :
Current File : /var/www/axolotl/data/www/novosibirsk.axolotls.ru/bitrix/modules/main/classes/mysql/sqlwhere.php

<?
require($_SERVER["DOCUMENT_ROOT"].BX_ROOT."/modules/main/classes/general/sqlwhere.php");

class CSQLWhere extends CAllSQLWhere
{
	function _Empty($field)
	{
		return "(".$field." IS NULL OR ".$field." = '')";
	}
	function _NotEmpty($field)
	{
		return "(".$field." IS NOT NULL AND LENGTH(".$field.") > 0)";
	}
}