게시판 답글 알고리즘 Posted by Albert 4051Day 6Hour 32Min 46Sec ago [2014-03-19] 계층형 게시판( 댓글이 있는 )의 구조와 알고리즘에 대해서 알아보자.설명을 위해 테이블에는 다음과 같은 컬럼들만 있다고 가정한다.이해를 돕기 위해 수행되는 쿼리와 수행후 테이블의 row를 그려 넣었다. no : 글번호(Primary Key)title : 글제목grp : 같은 주제를 갖는 게시물의 고유번호. 부모글과 부… 워드프레스 소셜로그인 플러그인 userpro 메뉴얼 Posted by Albert 4056Day 7Hour 33Min 16Sec ago [2014-03-14] http://userproplugin.com/userpro/docs/ ckeditor toolbar Posted by Albert 4057Day 8Hour 23Min 33Sec ago [2014-03-13] Full toolbar configurationBelow you can see editor with full toolbar, generated automatically by the editor.Note: To create editor instance with full toolbar you don#t have to set anything. Just leave toolbar and toolbarGroups with the default, null values. 소스  … php 배열 관련 Posted by Albert 4058Day 5Hour 1Min 50Sec ago [2014-03-12] [배열변수의 각각 배열값을 출력하는 방법] 변수에 배열을 넣는 방법에는 3가지가 있다. $arrayarray("11","22","33"); 이나 $array[0]"11";$array[1]"11"; 이나 $array[]"11";$array[]"11"; 이나 인덱스값(1, "lee1")을 명시적으로 줄수 있다. $trans array(1 > 11, 2 > 22, 3 >… interpro Posted by Albert 4058Day 13Hour 52Min 47Sec ago [2014-03-12] pptaaa