<?php
/**
 * Manually Developed CI View - ai_dropdown.php
 *
 * @package			AIR\views
 * @version			2.7
 * @uses
 * @see
 * @copyright		2015, BizyCorp Internal Systems Development
 * @license			private, All rights reserved
 * @author			Mohamed Roshan <roshan@ekwa.com>
 *
 */
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
 * Manually Developed CI View
 *
 * This is to view AIR listing dropdown 
 *
 * @package			AIR\views
 * @version			2.7
 * @uses
 * @see
 * @copyright		2015, BizyCorp Internal Systems Development
 * @license			private, All rights reserved
 * @author			Mohamed Roshan <roshan@ekwa.com>
 * @created			Jul 18, 2014
 * @modified
 * @modification
 *
*/
class Ai_dropdown{
	// Just a dummy clas for phpdoc to catch the doc header.
}
		
	$array = array(
			'data' => $data,
    		'fieldName' => 'integration_id',
    		'label' => 'Intergration name',
    		'selectByText' => $selectByText,
    		'selectByVal' => $selectByValue,
    		'format' => $outFormat,
    		'multiple' => $isMultiple,
        	'display' => 'intergration_name',
    		'optionsOnly' => $optionsOnly 
			);
	
	dropdown($array);
	
?>