first commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* @author ThemePunch <info@themepunch.com>
|
||||
* @link http://www.themepunch.com/
|
||||
* @copyright 2015 ThemePunch
|
||||
*/
|
||||
// class UniteElementsBaseRev{
|
||||
//
|
||||
// protected $db;
|
||||
//
|
||||
// public function __construct(){
|
||||
//
|
||||
// $this->db = new UniteDBRev();
|
||||
// }
|
||||
//
|
||||
// }
|
||||
|
||||
|
||||
class RevSliderElementsBase {
|
||||
|
||||
protected $db;
|
||||
|
||||
public function __construct(){
|
||||
|
||||
$this->db = rev_db_class::rev_db_instance();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* old classname extends new one (old classnames will be obsolete soon)
|
||||
* @since: 5.0
|
||||
**/
|
||||
class UniteElementsBaseRev extends RevSliderElementsBase {}
|
||||
?>
|
||||
Reference in New Issue
Block a user