Welcome Guest, Not a member yet? Register   Sign In
[split] CI3.1.2 print_all()
#1

(10-28-2016, 08:46 AM)jlp Wrote: CodeIgniter 3.1.2 was released today, with some security fixes, bug fixes and enhancements.

Security: Fixed some xss_clean() vulnerabilities in the Security library.

Enhancements: allowing PHP4 style constructors for routes.

Bug fixes: for the Query Builder and Session library.

This is recommended for all users of version 3. Download v3.1.2 now, and we encourage you to read the changelog, and to check the directions for upgrading from a previous version.

Can me print_all($this->session->all_userdata()) in ci 3.1.2 ? where same with codeignitier 2 ? example Array ( [session_id] => 80bef2fc6058d980d550af7b3e6e2557 [ip_address] => ::1 [user_agent] => Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36 [last_activity] => 1478489077 [user_data] => [captcha] => 12 [id_login] => 3 [username] => NULL [password] =>NULL ) ,, Help Me . I'm Newbie
Reply
#2

(11-06-2016, 08:59 PM)blog.azhar Wrote: Can me print_all($this->session->all_userdata()) in ci 3.1.2 ? where same with codeignitier 2 ? example Array ( [session_id] => 80bef2fc6058d980d550af7b3e6e2557 [ip_address] => ::1 [user_agent] => Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36 [last_activity] => 1478489077 [user_data] => [captcha] => 12 [id_login] => 3 [username] => NULL [password] =>NULL ) ,, Help Me . I'm Newbie

Have you read the manual? http://www.codeigniter.com/user_guide/li...ssion-data

I am unaware of a print_all() function in PHP, though.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB