File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11##PHP Closure Compiler
2- ==
2+
33** PHPCC** is a PHP Library to use Google Closure Compiler compress Javascript.
44You can view information about Google Closure Compiler on this [ link] ( https://developers.google.com/closure/compiler/ ) .
55
66
77
8- ### How to use
8+ ## How to use
99
1010Download ** phpcc** Library. and then include <code >phpcc.inc</code > in your <code >.php</code > file. you can test <code >sample.php</code >.
1111
@@ -50,7 +50,7 @@ print_r($phpcc->help());
5050
5151
5252
53- ### How to compress
53+ ## How to compress
5454
5555Add jQuery file and combined compression to one file.
5656<pre >
@@ -77,7 +77,7 @@ print_r($ary_result);
7777
7878----
7979
80- use <code >single()</code > can individual compression.
80+ Use <code >single()</code > can individual compression.
8181<pre >
8282$ary_result = $phpcc
8383 ->add("js/jquery-1.10.2.js")
@@ -98,7 +98,7 @@ print_r($ary_result);
9898
9999----
100100
101- you can also mixed.
101+ You can also mixed.
102102<pre >
103103$ary_result = $phpcc
104104 ->add("js/jquery-1.10.2.js")
@@ -125,14 +125,14 @@ print_r($ary_result);
125125
126126
127127
128- ### Authors
128+ ## Authors
129129
130130** tureki**
131131
132132+ [ http://github.com/tureki ] ( http://github.com/tureki )
133133
134134
135135
136- ### Copyright and license
136+ ## Copyright and license
137137
138138Copyright 2013 tureki, under [ the Apache 2.0 license] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments