Dokumentasi
Method Reference
$this->omap->title('tilte');
$this->omap->label('label');
$this->omap->type('type');
$this->omap->modules(build_modules(array()));
$this->omap->index('index');
$this->omap->template('template');
$this->omap->view('view');
$this->omap->display('display');
Helper Reference
- mobile
- myfiles
write_to_file($file_name,$data);
reading_file($file_name);
delete_file($file_name);
read_dir($dir_name);
delete_dir($dir_name);
get_content_curl($url);
- session
get_access_login($session_name);
get_modules_access_data($modules_data);
- symbol
- time
get_jam();
time_sum($time1, $time2);
date_deadline($tgl_now, $deadline=3, $deadline_bulan=0,
$deadline_tahun=0);
- upload
do_upload($files, $path);
multi_do_upload($files, $path);
img_resize($tmpname, $size, $save_dir, $save_name);
- validation
val_email($email);
val_no($key);
val_phone($key);
val_word($key);
limit_validation;
replace($karakter, $string);
- Databases
show_table_column($query);
show_json_column($json);
show_json_column_text($json, $sparator, $sort_desc);
- Head
js($link);
style($link);
build_script($link);
build_style($link);
- Modules
mod($modules);
;
build_modules($modules);
;
Labels Reference
{TITLE}
{HEAD}
{SITE}
{SITE_INDEX}
{SITE_TEMPLATE}
{STYLE}
{JS}
{IMAGES}
{THEME}
{ADMIN_THEME}
{ASSETS}
{AUTHOR}
{DEVELOPER}
{SINCE}
Fork me on GitHub