Current File : /home/bwalansa/www/wp-content.backup/plugins/revslider/inc_php/framework/elements_base.class.php
  <?php

	class UniteElementsBaseRev{
		
		protected $db;
		
		public function __construct(){
			
			$this->db = new UniteDBRev();
		}
		
	}

?>