LeLeLong Core---LeLeLong开源PHP框架
首页     下载源代码     安装及使用方法     框架结构     文件结构     二次开发手册     常见问题
\
    index.php(首页)
\tpl\(页面表现文件夹)
    \admin\
          demo_show.php
    \front\
          index_index.php
\mod\(逻辑业务文件夹)
    \admin\
          demo.class.php
    \front\
          index.class.php
\lib\(库类插件文件夹)
    init.php(入口类文件)
    \plugin\(插件文件夹)
           \adodb\(adodb插件)
    \config\(配置文件夹)
            db_config.php(数据库配置文件)
            project_config.php(项目配置文件)
            sys_config.php(核心配置文件)
    \class\(类文件夹)
           application.class.php(项目类文件)
           db.class.php(数据库类文件)
           module.class.php(核心类文件)
           safer.class.php(安全类文件)
\data\(sql文件夹)
     lelelong_mcore.sql
\common\(共用文件夹)
       \language\(语言文件夹)
           \admin\
                      english.php
                      simplified.php
                      traditional.php
           \front\
                      english.php
                      simplified.php
                      traditional.php
       \js\(javascript文件夹)
       \include\(头尾文件夹)
               footer_front.php
               footer_admin.php
               header_front.php
               header_admin.php
       \img\(图片文件夹)
           logo.gif
       \css\(样式文件夹)
           front.css
           admin.css
版权声明:本站所有产品的版权均归本站作者所有,未经所有权人的书面署名许可,任何单位、组织或个人不得把本站产品用作商业用途。
粤ICP备08015715号 © Copyright 2006-2010 Powered by Ultra Wind@LeLeLong