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

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

WBOY
WBOYOriginal
2016-07-13 10:36:36939browse














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

echo "Hello World!";



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...
Statement:
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