Skip to content

Instantly share code, notes, and snippets.

View damulhan's full-sized avatar

Smilena damulhan

View GitHub Profile
@damulhan
damulhan / db.mysql.func.php
Last active December 31, 2018 05:31
Kimsq RB (1.x) php 7.0 patch
<?php
// Kimsq RB (1.x) php 7.0 patch
// 문의: https://github.com/damulhan
//
// File: /_core/function/db.mysql.func.php
// Kimq RB -- database 관련 루틴이며, php 7.0에서 mysql_* 관련 함수들이 동작하지
// 않으며 mysqli_* 로 변경해야 합니다.
// 이와 같이 변경을 함으로서 기본적인 동작이 될 수 있도록 하였습니다.
function isConnectDb($db)
@damulhan
damulhan / README.md
Created December 27, 2018 14:53 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@damulhan
damulhan / _menu.css
Last active February 27, 2019 02:04
CIBoard - 3 Level menu (Example)
/* for multilevel dropdown menu -- CIBoard기본 테마에서 3단 메뉴를 위해 추가되는 부분 */
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin: 20px; margin-top: -6px; margin-left: -1px; background: #3ddde6; }
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
.dropdown-submenu:hover > a:after { border-left-color: #fff; }
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }
.dropdown-submenu > .dropdown-menu li { overflow: hidden; padding-left: 5px; width: 200px; }
@damulhan
damulhan / composer.json
Last active December 13, 2018 05:30
Laravel의 Eloquent를 Codeigniter 3 에서 사용하기 (Using Laravel Eloquent in Codeigniter 3)
{
"require": {
"illuminate/database": "5.0.28",
"illuminate/events": "5.0.28",
}
}
@damulhan
damulhan / jquery.autolink.js
Last active August 29, 2015 14:15
jquery.autolink.js