------

[ AD ] Port Monitor ( Try to use a Best WebSite Monitoring Tool )

------
게시판 만들기1 - CodeIgniter 2.1.0
총건수 출력하기/입력 화면/입력
[사전 준비 사항]
1. CodeIgniter 설치
2. MySQL DB 연결 구성 완료 : /application/config/database.php
3. 기본 구성 : /application/config/config.php
[가.순서]
0. Naming
1. Table 만들기
2. Model 만들기
3. Control 만들기
4. View 만들기
[나.기본 골격 구성]
0. Naming
코드명 : SimpleBbs
1. Table 만들기
2. Model 만들기
3. Control 만들기
// /application/controllers/SimpleBbs.php
4. ListView 만들기
총건수 :


5. WriteView 만들기


+ Recent posts