Skip to content

Commit 960fb31

Browse files
committed
updatte ReadMe file with generate report link
1 parent 400b8d7 commit 960fb31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ try {
6363
echo $e->getMessage();
6464
}
6565
```
66+
<p align="center">
67+
[![Generate Report](https://mysqlreports.com/generate.png)](https://mysqlreports.com/engine/sre-community/sre_reports/rep1691646585168400/rep1691646585168400.php)
68+
</p>
69+
70+
6671
## Code Walkthrough: Understanding the Example
6772
The given code demonstrates a basic example of using Smart Report Engine effectively. Let's walk through the code step by step to understand how it functions:
6873
- **Namespaces:** The given code utilizes two namespaces, "SRE\Engine\CustomEngine" and "SRE\Engine\ReportOptions." These namespaces help organize and access specific parts of the code.

0 commit comments

Comments
 (0)