FCPATH/system/libraries/Session.php [ 675 ]
670 $cookie_data,
671 $expire,
672 $this->cookie_path,
673 $this->cookie_domain,
674 $this->cookie_secure
675 );
676 }
677
678 // --------------------------------------------------------------------
679
680 /**
-
{PHP internal call} » MY_Exceptions::error_handler(arguments)
code2
errorCannot modify header information - headers already sent by (output started at /home2/imprenta/public_html/bodasnazaret/system/core/Exceptions.php:185)
file/home2/imprenta/public_html/bodasnazaret/system/libraries/Session.php
line675
4Array ( [cookie_data] => a:5:{s:10:"session_id";s:32:"62310dc00e74d8d0fe98cf7ed78f701d";s:10:"ip_address";s:13:"216.73.217.50";s:10:"user_agent";s:103:"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)";s:13:"last_activity";i:1781757728;s:9:"user_data";s:0:"";}0e58313f6f4d9c0749f28aae35a4ab3f [expire] => 1781764928 ) -
FCPATH/system/libraries/Session.php [ 675 ] » setcookie(arguments)
nameci_session
valuea:5:{s:10:"session_id";s:32:"62310dc00e74d8d0fe98cf7ed78f701d";s:10:"ip_address";s:13:"216.73.217.50";s:10:"user_agent";s:103:"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)";s:13:"last_activity";i:1781757728;s:9:"user_data";s:0:"";}0e58313f6f4d9c0749f28aae35a4ab3fexpires1781764928
path/
domainsecure670 $cookie_data, 671 $expire, 672 $this->cookie_path, 673 $this->cookie_domain, 674 $this->cookie_secure 675 ); 676 } 677 678 // -------------------------------------------------------------------- 679 680 /** -
FCPATH/system/libraries/Session.php [ 332 ] » CI_Session->_set_cookie()
327 { 328 $this->CI->db->query($this->CI->db->insert_string($this->sess_table_name, $this->userdata)); 329 } 330 331 // Write the cookie 332 $this->_set_cookie(); 333 } 334 335 // -------------------------------------------------------------------- 336 337 /** -
FCPATH/system/libraries/Session.php [ 108 ] » CI_Session->sess_create()
103 104 // Run the Session routine. If a session doesn't exist we'll 105 // create a new one. If it does, we'll update it. 106 if ( ! $this->sess_read()) 107 { 108 $this->sess_create(); 109 } 110 else 111 { 112 $this->sess_update(); 113 } -
FCPATH/system/core/Loader.php [ 1099 ] » CI_Session->__construct()
1094 { 1095 $CI->$classvar = new $name($config); 1096 } 1097 else 1098 { 1099 $CI->$classvar = new $name; 1100 } 1101 } 1102 1103 // -------------------------------------------------------------------- 1104 -
FCPATH/system/core/Loader.php [ 975 ] » CI_Loader->_ci_init_class(arguments)
classSession
prefixconfigobject_name970 return; 971 } 972 973 include_once($filepath); 974 $this->_ci_loaded_files[] = $filepath; 975 return $this->_ci_init_class($class, '', $params, $object_name); 976 } 977 978 } // END FOREACH 979 980 // One last attempt. Maybe the library is in a subdirectory, but it wasn't specified? -
FCPATH/system/core/Loader.php [ 216 ] » CI_Loader->_ci_load_class(arguments)
classsession
paramsobject_name211 if ( ! is_null($params) && ! is_array($params)) 212 { 213 $params = NULL; 214 } 215 216 $this->_ci_load_class($library, $params, $object_name); 217 } 218 219 // -------------------------------------------------------------------- 220 221 /** -
FCPATH/system/core/Loader.php [ 1178 ] » CI_Loader->library(arguments)
librarysession
1173 } 1174 1175 // Load all other libraries 1176 foreach ($autoload['libraries'] as $item) 1177 { 1178 $this->library($item); 1179 } 1180 } 1181 1182 // Autoload models 1183 if (isset($autoload['model'])) -
FCPATH/system/core/Loader.php [ 152 ] » CI_Loader->_ci_autoloader()
147 $this->_ci_classes = array(); 148 $this->_ci_loaded_files = array(); 149 $this->_ci_models = array(); 150 $this->_base_classes =& is_loaded(); 151 152 $this->_ci_autoloader(); 153 154 return $this; 155 } 156 157 // -------------------------------------------------------------------- -
FCPATH/system/core/Controller.php [ 51 ] » CI_Loader->initialize()
46 $this->$var =& load_class($class); 47 } 48 49 $this->load =& load_class('Loader', 'core'); 50 51 $this->load->initialize(); 52 53 log_message('debug', "Controller Class Initialized"); 54 } 55 56 public static function &get_instance() -
FCPATH/application/controllers/modelo.php [ 23 ] » CI_Controller->__construct()
18 * @see http://codeigniter.com/user_guide/general/urls.html 19 */ 20 21 public function __construct() 22 { 23 parent::__construct(); 24 25 // Load helper 26 $this->load->helper('url'); 27 28 // Load libraries -
FCPATH/system/core/CodeIgniter.php [ 308 ] » Modelo->__construct()
303 * ------------------------------------------------------ 304 */ 305 // Mark a start point so we can benchmark the controller 306 $BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_start'); 307 308 $CI = new $class(); 309 310 /* 311 * ------------------------------------------------------ 312 * Is there a "post_controller_constructor" hook? 313 * ------------------------------------------------------ -
FCPATH/index.php [ 214 ] » require_once(arguments)
0/home2/imprenta/public_html/bodasnazaret/system/core/CodeIgniter.php
209 * -------------------------------------------------------------------- 210 * 211 * And away we go... 212 * 213 */ 214 require_once BASEPATH.'core/CodeIgniter.php'; 215 216 217 218 219 /* End of file index.php */

