Skip to content

Commit 655b8e3

Browse files
committed
featured a profiler documentation to debug the project
* fix vage documentation around changes in 4.0.0 respect the profiler * added the missing view that is linked in the applicaiton part of CI * fix and close https://gitlab.com/codeigniterpower/codeigniter-login/-/issues/2 * adapt to the suggestion of @radioactive99 at xXAngel1Xx on telegram
1 parent 81237fb commit 655b8e3

File tree

2 files changed

+487
-0
lines changed

2 files changed

+487
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ and `webappweb/config/imap.php`, `$im_access` is the result of the mail login ch
6868
Since version 4.0.0 a main controller do the check work of the sesion at `webappweb/core/CP_Controller.php`
6969
that all controllers inherit, so `$this->checksession();` is common functionality and reusable code.
7070

71+
#### Profiler and debugging
72+
73+
Debugging is using our profiler, it requires a special view which is not part of the project
74+
so it is provided as an extra file in the [vendor](vendor) directory, just take it and put it on
75+
the views directory and profiler will work.
76+
77+
Until version 3.9.9 it can be simply disabled in the controller constructor, since version 4.0.0
78+
it is disabled in the core controller constructor inherited by the other controllers.
79+
7180
#### Process simple login
7281

7382
This is the main entry controller, it will load the views of login form page

0 commit comments

Comments
 (0)