File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
##PHP Closure Compiler
2
- ==
2
+
3
3
** PHPCC** is a PHP Library to use Google Closure Compiler compress Javascript.
4
4
You can view information about Google Closure Compiler on this [ link] ( https://developers.google.com/closure/compiler/ ) .
5
5
6
6
7
7
8
- ### How to use
8
+ ## How to use
9
9
10
10
Download ** phpcc** Library. and then include <code >phpcc.inc</code > in your <code >.php</code > file. you can test <code >sample.php</code >.
11
11
@@ -50,7 +50,7 @@ print_r($phpcc->help());
50
50
51
51
52
52
53
- ### How to compress
53
+ ## How to compress
54
54
55
55
Add jQuery file and combined compression to one file.
56
56
<pre >
@@ -77,7 +77,7 @@ print_r($ary_result);
77
77
78
78
----
79
79
80
- use <code >single()</code > can individual compression.
80
+ Use <code >single()</code > can individual compression.
81
81
<pre >
82
82
$ary_result = $phpcc
83
83
->add("js/jquery-1.10.2.js")
@@ -98,7 +98,7 @@ print_r($ary_result);
98
98
99
99
----
100
100
101
- you can also mixed.
101
+ You can also mixed.
102
102
<pre >
103
103
$ary_result = $phpcc
104
104
->add("js/jquery-1.10.2.js")
@@ -125,14 +125,14 @@ print_r($ary_result);
125
125
126
126
127
127
128
- ### Authors
128
+ ## Authors
129
129
130
130
** tureki**
131
131
132
132
+ [ http://github.com/tureki ] ( http://github.com/tureki )
133
133
134
134
135
135
136
- ### Copyright and license
136
+ ## Copyright and license
137
137
138
138
Copyright 2013 tureki, under [ the Apache 2.0 license] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments