Severity: 8192
Message: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
Filename: helpers/url_helper.php
Line Number: 162
Backtrace:
File: /home/extraspa/public_html/my/application/controllers/Home.php
Line: 7
Function: __construct
File: /home/extraspa/public_html/my/index.php
Line: 295
Function: require_once
Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Pagination has a deprecated constructor
Filename: libraries/Pagination.php
Line Number: 27
Backtrace:
File: /home/extraspa/public_html/my/application/controllers/Home.php
Line: 7
Function: __construct
File: /home/extraspa/public_html/my/index.php
Line: 295
Function: require_once