<?php /** * Manually Developed CI View - error_response.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 display AIR error responces as xml feed * * @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 dummy_cls{ // Just a dummy clas for phpdoc to catch the doc header. } header("Content-type:text/xml"); ?> <AR> <LOGIN>ERROR</LOGIN> <REASON><?php echo $msg?></REASON> </AR>