Skip to content

Instantly share code, notes, and snippets.

View yngc0der's full-sized avatar
😴

RG. yngc0der

😴
  • Kyiv, Ukraine
View GitHub Profile
@yngc0der
yngc0der / Author.php
Last active November 10, 2020 14:30
Bitrix ORM samples
<?php
use Bitrix\Main\ORM;
class AuthorTable extends ORM\Data\DataManager
{
public static function getTableName()
{
return 'rg_author';
}