This commit is contained in:
Joshua Ramon Enslin 2021-04-18 22:14:47 +02:00
commit 89e7bc6935
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

17
TODO.md Normal file
View File

@ -0,0 +1,17 @@
# Project: Rewrite CSVXML with Rust
## Step 1: Rewriting classes/CsvxmlAvailableFields.php
- New class for fieldentries
- use tlloader: $eventname[1] -> $tlLoader->tl("eventtype-name", "eventname", "1")
- __toArray(){}
## Step 2: Rewrite Validationprocess in index3.php
### FFI with Rust
https://www.php.net/manual/en/class.ffi.php
https://www.php.net/manual/en/ffi.examples-basic.php
https://platform.sh/blog/2020/php-fun-with-ffi-getting-rust-ic/
## Step 3: Remove fnam Parameter