Your IP : 172.28.240.42


Current Path : /var/www/html/clients/biblio.e-nkama.ru/local/php_interface/
Upload File :
Current File : /var/www/html/clients/biblio.e-nkama.ru/local/php_interface/init.php

<?php
// AddEventHandler('iblock', 'OnBeforeIBlockElementAdd', array('MyClass', 'bind'));
// AddEventHandler('iblock', 'OnBeforeIBlockElementUpdate', array('MyClass', 'bind'));

class MyClass
{
    function bind(&$arFields)
    {
        if ($arFields['IBLOCK_ID'] == 1)
        {
            echo '<pre>';
            print_r($arFields);
            exit;
        }
    }
}

function checkValue($value)
{
    return trim(strip_tags($value));
}
?>