IT 공부/CodeIgniter

Controller Controller는 유저가 요청하는 URL을 매핑하여 설정된 함수를 실행하는 처리를 합니다. 위치 app\controllers에 위치합니다. Controller 생성 위와같이 controller에서 받은 $name 데이터를 사용 파라미터를 이용
CodeIgniter 4 CodeIgniter는 빠른 실행속도를 보장하는 PHP의 프레임워크 환경설정 1. XAMPP 설치 https://www.apachefriends.org/index.html XAMPP Installers and Downloads for Apache Friends What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to..