Skip to content

Commit 2566492

Browse files
committed
Signed-off-by: d1php <[email protected]>
1 parent 6aa64b5 commit 2566492

File tree

5 files changed

+65
-0
lines changed

5 files changed

+65
-0
lines changed

.buildpath

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<buildpath>
3+
<buildpathentry kind="src" path=""/>
4+
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
5+
</buildpath>

.htaccess.bak

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<IfModule mod_rewrite.c>
2+
RewriteEngine on
3+
RewriteCond %{REQUEST_FILENAME} !-d
4+
RewriteCond %{REQUEST_FILENAME} !-f
5+
RewriteRule ^(.*)$ /myblog/index.php/$1 [QSA,PT,L]
6+
</IfModule>

.project

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>myblog</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.wst.validation.validationbuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.dltk.core.scriptbuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.php.core.PHPNature</nature>
21+
</natures>
22+
</projectDescription>

README.bak

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
��Һ�:-)���ɵ�һphp��վ�������IJ���ϵͳd1blog��������ںʹ�Ҽ����ˡ�Ĭ������ͺ�̨ģ���������������Դ����վ������վ��������������лģ��ԭ���ߵ���˽���ף�
2+
3+
�ò���ϵͳ��Դ�����������������ʹ�ã��������޸��ٷ�����վ��ϣ��ʹ��d1blogϵͳ�����ѣ����ſ�Դ������˽���ף����İ������ˣ�
4+
5+
����ϵͳ��飺
6+
7+
1���ṩ�����·�����ͼƬ�������������ӵȲ���ϵͳ�ij��ù���
8+
9+
2����̨������ueditor��uploadify�������Ѻã������˴�����ajax�������������
10+
11+
3��֧�������л����û������Լ��������Ⲣ��װ����װ�����2�����裺
12+
13+
һ����������ص�css��ͼƬ��js�ű���ͳһ�����css/viewĿ¼�¡��ڸ�Ŀ¼�½�һ������Ŀ¼����newtheme������css�ļ���ͼƬ��js�ű������ڸ�Ŀ¼��Ĭ������Ϊdefault������Ŀ¼���ļ��ṹ�������ƣ���ҿ������⣬ֻҪ��ģ���ļ���ʹ����ȷ��·����ȡ�Ϳ��ԡ�
14+
15+
���������ģ���ļ�ͳһ�����application/viewsĿ¼�¡��ڸ�Ŀ¼�½�һ������Ŀ¼����newtheme����ģ���ļ������ڸ�Ŀ¼��ע���������������Ŀ¼������һ�£����������������ʧ�ܻ�����ʽ��������⡣Ĭ�ϵ�ģ��Ŀ¼Ϊdefault��
16+
17+
4��d1blog����CodeIgniter��ܿ������������õ�MVC�ܹ���ģ���ļ��в��õ���ԭ����PHP�ű������ж��ο���������������ʱ������ѧϰ�µı�ǩ���ԣ�ֻ��Ҫ����Ĭ������Ĵ��룬������Ӧ���ݼ��ɡ����Ҫ�����¹��ܣ����Բο�CodeIgniter�İ����ĵ���
18+
19+
5�����Ͱ�װ�������ְ�װ��ʽ��
20+
21+
һ����Դ���ѹ��web�ռ䣬��������/installĿ¼���а�װ������վ��д��һ���򵥵İ�װ�ű���ֻҪ�����谲װ���С�
22+
23+
������Ϥci�����ѣ�ֻҪ��installĿ¼��sql�ļ��������ݿ⣬Ȼ���޸���Ӧ�����ݿ����ӣ��������ݿ������ú��ʺ����룬Ҳ������ɰ�װ
24+
25+
վ�������Ҳ��õ�һ�ַ�������װ��ɺ�ɾ��install�ļ��С�
26+
27+
���Ҫ���°�װ�����·��ʰ�װ�ű����ɣ����°�װ��������վ���ú͹���Ա��Ϣ��
28+
29+
Դ�����أ�http://pan.baidu.com/netdisk/singlepublic?fid=530872_3458379581
30+
31+
�����ʹ�ù����з������κ�bug�����кõĽ��飬����ϵվ����վ����ҳ��http://www.phptogether.com/aboutme/��
32+
��ϵ���䣺[email protected]

application/11.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)