<?php

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/**
 * Description of Treatment
 *
 * @author dmastylak
 */
class Gallery_CRUD_Gallery extends Rtn_CRUD{

    protected $beanName = 'gallery';
    protected $moduleName = 'Gallery';

//    public function create($data) {
//        $data['user_id'] = Eppe_Auth_Backend::getCurrentUser()->id;
//        return parent::create($data);
//    }

}
