Welcome Guest, Not a member yet? Register   Sign In
Debug
#1

Dear team i am new to codeignator can any one help me how to debug application ?
Reply
#2

SEE: The CodeIgniter User's Guide.

Profiling Your Application
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(04-10-2018, 03:50 AM)amarnath Wrote: Dear team i am new to codeignator can any one help me how to debug application ?

https://xdebug.org/

or the good old print_r
Reply
#4

Hello amarnath,
You need to set your $config['log_threshold'] in file config.php since by default it's 0 (no logs)

0 = Disables logging, Error logging TURNED OFF
1 = Error Messages (including PHP errors)
2 = Debug Messages
3 = Informational Messages
4 = All Messages

Regards,
Mika Hawkins
Mika Hawkinsss
Reply




Theme © iAndrew 2016 - Forum software by © MyBB