开发者

How to include codeigniter framework in eclipse

开发者 https://www.devze.com 2023-03-09 01:08 出处:网络
How can I include CodeIgnitor framework when creating a new project in ecl开发者_Go百科ipse IDE?

How can I include CodeIgnitor framework when creating a new project in ecl开发者_Go百科ipse IDE? Thanks


Create a new PHP project in Eclipse. Copy the CodeIgniter files in the root of your project directory.

Eg: if your project is called "CI_Test", your directory structure should look like this (assuming you are using CodeIgniter 2.0.2):

CI_Test/application
CI_Test/system
CI_Test/index.php
CI_Test/license.txt

0

精彩评论

暂无评论...
验证码 换一张
取 消