You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds like XML directory + file mapper could be similar to database and tables?
Is it planned to update / write to those files like insert / delete / update database tables?
Is it still planned to do? Not really needed for me, but interesting because of data source flexibility.
This is a potential future feature. As 99% of my projects only use MySQL I haven't written any other additional data sources yet but they are easy enough to add using the supplied interfaces.
Add a mapper that will load a file from a specific directory based on name e.g. $mapper['x'] loads xml from a given dir.
The text was updated successfully, but these errors were encountered: