Home > Backend Development > PHP Tutorial > CodeIgniter framework introductory tutorial - Lesson 1 Hello World! _PHP Tutorial

CodeIgniter framework introductory tutorial - Lesson 1 Hello World! _PHP Tutorial

WBOY
Release: 2016-07-13 10:36:36
Original
987 people have browsed it














in the index method.
$this->load->view('welcome_message');
Copy after login

echo "Hello World!";
Copy after login



http://www.youarebug.com/forum.php?mod=viewthread&tid=80&extra=page%3D1

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/738512.htmlTechArticle$this-load-view('welcome_message'); echo "Hello World!"; http://www .youarebug.com/forum.php?mod=viewthreadtid=80extra=page%3D1...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template