CI 묻고 답하기

제목 code_gen에러가 나는데요?!
글쓴이 jutanme 작성시각 2011/12/07 19:16:09
댓글 : 2 추천 : 0 스크랩 : 0 조회수 : 15200   RSS
  <meta charset="utf-8" /><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: 'Hiragino Kaku Gothic Pro'; ">

다른분들은 수정해서 사용하는지 모르겠습니다.
아래 복사해서 사용하려고 하는데 아래 에러가 발생합니다.
디비설정해서 테이블은 문제없이 선택가능한데요.
코등생성이 안되는거 같아서요. 초보라서 도움 부탁드립니다.

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: tbl

Filename: code_gen/index.php

Line Number: 46

 다음글 전역 언어 설정시에 (3)
 이전글 업로드한 파일정보 db입력 (3)

댓글

론티 / 2011/12/08 15:25:40 / 추천 0
 CI 설치한 /index.php 파일을 여시면

<?php
 
/*
 *---------------------------------------------------------------
 * APPLICATION ENVIRONMENT
 *---------------------------------------------------------------
 *
 * You can load different configurations depending on your
 * current environment. Setting the environment also influences
 * things like logging and error reporting.
 *
 * This can be set to anything, but default usage is:
 *
 *     development
 *     testing
 *     production
 *
 * NOTE: If you change these, also change the error_reporting() code below
 *
 */
define('ENVIRONMENT', 'testing');
/*


위 define 을 testing , production 으로 변경해 보세요.
 
한대승(불의회상) / 2011/12/08 16:29:19 / 추천 0
에고고... 에러 수정해서 다시 올려야지..

에러 리포팅 감사.. ^^