Skip to content

Instantly share code, notes, and snippets.

View mjamilasfihani's full-sized avatar
🗨️
Thinking...?

Mohammad Jamil Asfihani mjamilasfihani

🗨️
Thinking...?
View GitHub Profile
@mjamilasfihani
mjamilasfihani / alert_helper.php
Last active July 16, 2021 16:15
if you want create alert css or javascript with single function in CodeIgniter, here the code
# TESTED ON CODEIGNITER 3 & 4
// ------------------------------------------------------------------------
if (! function_exists('alert_css'))
{
/**
* Alerts based on Bootstrap
*
* session()->setFlashdata('item', alert_css('internal server error'));
@mjamilasfihani
mjamilasfihani / form_helper.php
Last active June 8, 2020 20:57
option helper with hidden attribute in CodeIgniter 4
# DONT FORGET TO BACKUP THE ORIGINAL SCRIPT
# NOT EDITED FOR <optgroup ...>...</optgroup>
#
# TESTING WITH CODEIGNITER 4.0.3
#
# open form_helper.php in ../system/Helpers/
# then change : (about line 423)
$form .= '<option value="' . htmlspecialchars($key) . '"'