mirror of
https://codeberg.org/vlw/scaffold.git
synced 2025-11-04 21:52:41 +01:00
I know we just merged #2 and released verison 1.1.0 where the Vegvisir/Reflect crosstalk was supposed to be a class. But after using this briefly, I feel like it gets too verbose. This function will be called _a lot_ and therefore I think it should be pretty quick to type - just like the Vegvisir `VV` class. Instead of typing ```php use vlw\Scaffold\Scaffold; Scaffold::include("some/file.php"); ``` we can instead type ```php use function vlw\Scaffold\load; load("some/file.php"); ``` Reviewed-on: https://codeberg.org/vlw/scaffold/pulls/3 |
||
|---|---|---|
| .. | ||
| API | ||
| Database | ||
| Helpers | ||
| Scaffold.php | ||