|
4 | 4 | // suggested as a good way to create such a file, nor a great example of prose, |
5 | 5 | // but hopefully it will be useful |
6 | 6 | // |
7 | | -// adding ?d=1 to the url calling this will cause the pdf code itself to ve echoed to the |
| 7 | +// adding ?d=1 to the url calling this will cause the pdf code itself to be echoed to the |
8 | 8 | // browser, this is quite useful for debugging purposes. |
9 | 9 | // there is no option to save directly to a file here, but this would be trivial to implement. |
10 | 10 | // |
11 | | -// note that this file comprisises both the demo code, and the generator of the pdf documentation |
| 11 | +// note that this file comprises both the demo code, and the generator of the pdf documentation |
12 | 12 | // |
13 | 13 | //=================================================================================================== |
14 | 14 |
|
|
17 | 17 |
|
18 | 18 | include './src/Cezpdf.php'; |
19 | 19 |
|
20 | | -// define a clas extension to allow the use of a callback to get the table of contents, and to put the dots in the toc |
| 20 | +// define a class extension to allow the use of a callback to get the table of contents, and to put the dots in the toc |
21 | 21 | class Creport extends Cezpdf |
22 | 22 | { |
23 | 23 | public $reportContents = []; |
@@ -70,7 +70,7 @@ public function dots($info) |
70 | 70 | // this code has been modified to use ezpdf. |
71 | 71 |
|
72 | 72 | $project_url = "https://github.com/rospdf/"; |
73 | | -$project_version = "Version 0.12.63"; |
| 73 | +$project_version = "Version 0.12.64"; |
74 | 74 |
|
75 | 75 | $pdf = new Creport('a4', 'portrait', 'none', null); |
76 | 76 |
|
|
0 commit comments