SHELL BYPASS 403 |
Modern UI.
Responsive.
Powerful.
Faizzz-Chin Shell
: /home/dilseshaadi/www/wp-content/themes/wedding-planner/framework/classes/control/field/ [ drwxr-xr-x ]
<?php
class VP_Control_Field_Select extends VP_Control_FieldMulti
{
public function __construct()
{
parent::__construct();
}
public static function withArray($arr = array(), $class_name = null)
{
if(is_null($class_name))
$instance = new self();
else
$instance = new $class_name;
$instance->_basic_make($arr);
return $instance;
}
public function render($is_compact = false)
{
$this->_setup_data();
$this->add_data('is_compact', $is_compact);
return VP_View::instance()->load('control/select', $this->get_data());
}
}
/**
* EOF
*/