MaketRandevu/application/helpers
Alex Tselegidis dbba0865e8 Removed caching from the settings helper as it may lead to unexpected behavior (if for example values get updated in another way). 2021-12-17 09:01:12 +01:00
..
asset_helper.php
config_helper.php Added new "page_vars" function that will handle the rendered page variables. 2021-12-17 08:46:47 +01:00
debug_helper.php
env_helper.php
google_analytics_helper.php
html_helper.php Allow multiple renders with the loader class during the rendering of a layout page 2021-11-17 08:41:51 +01:00
http_helper.php The response helper function must properly set the status code and the headers 2021-11-05 08:31:37 +01:00
index.html
installation_helper.php Consistently use $CI to reference the framework instance 2020-12-02 22:10:11 +02:00
password_helper.php Renamed and updated the password helper 2021-10-24 22:00:59 +02:00
path_helper.php
permission_helper.php Updated the Google Analytics and Permissions helper functions. 2021-10-28 13:59:27 +02:00
render_helper.php Changed the directory of the render functions to "components" 2021-11-11 09:01:42 +01:00
routes_helper.php Added new "is_route" helper method 2021-12-17 08:45:28 +01:00
session_helper.php
setting_helper.php Removed caching from the settings helper as it may lead to unexpected behavior (if for example values get updated in another way). 2021-12-17 09:01:12 +01:00
validation_helper.php