b0y-101 Mini Shell


Current Path : E:/www/instructor/teacher04/libraries/rokcommon/RokCommon/Doctrine/
File Upload :
Current File : E:/www/instructor/teacher04/libraries/rokcommon/RokCommon/Doctrine/Table.php

<?php
/**
 * @version   $Id: Table.php 10831 2013-05-29 19:32:17Z btowles $
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
defined('ROKCOMMON') or die;

abstract class RokCommon_Doctrine_Table extends Doctrine_Table
{
	/**
	 * @param $tableName
	 *
	 * @internal param void $
	 */
	public function setTableName($tableName)
	{
		parent::setTableName(RokCommon_Doctrine::getPlatformInstance()->setTableName($tableName));
	}

}

Copyright © 2019 by b0y-101