Skip to content

Conversation

@stloyd
Copy link
Member

@stloyd stloyd commented Oct 2, 2023

Change Log

Added

Fixed

Changed

  • Rework most of the examples to be runnable via PHAR

Removed

Deprecated

Security


Description

stloyd@MacBook-Pro-2 flow % php build/runtime.php examples/topics/types/xml/reading.php 
Reading XML dataset...
+----------------------------------------------+
|                                          row |
+----------------------------------------------+
| <?xml version="1.0"?><item><id>1</id></item> |
| <?xml version="1.0"?><item><id>2</id></item> |
| <?xml version="1.0"?><item><id>3</id></item> |
| <?xml version="1.0"?><item><id>4</id></item> |
| <?xml version="1.0"?><item><id>5</id></item> |
| <?xml version="1.0"?><item><id>6</id></item> |
+----------------------------------------------+
6 rows

stloyd@MacBook-Pro-2 flow % php build/runtime.php examples/topics/types/xml/salaries.php 
Reading XML dataset...
+------------+------------------------+
| month_name | total_monthly_salaries |
+------------+------------------------+
|    January |                 670702 |
|   February |                 600809 |
|      March |                 526615 |
|      April |                 663921 |
|        May |                 693870 |
|       June |                 501928 |
+------------+------------------------+
6 rows

@norberttech norberttech merged commit 938b2cf into flow-php:1.x Oct 2, 2023
@stloyd stloyd deleted the rework-examples branch October 2, 2023 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants