We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5636411 commit ad82422Copy full SHA for ad82422
README.md
@@ -161,7 +161,7 @@ foreach($output as $parameter_description)
161
print $parameter_description . '<pre>';
162
```
163
164
-###Advanced example 1
+###Advanced example - using a database
165
166
We can also specify parameters for connecting to database:
167
@@ -280,7 +280,7 @@ public function xmlToPdf()
280
header('Content-Length: ' . filesize($output.'.'.$ext));
281
flush();
282
readfile($output.'.'.$ext);
283
- unlink($output.'.'.$ext); // exclui o arquivo temporário
+ unlink($output.'.'.$ext);
284
285
}
286
0 commit comments