|
|
|
|
|
by poops
5789 days ago
|
|
They advertise as "fat-free" but i think theres still fat that could be trimmed, that wouldn't be needed in a base framework. I don't really understand why they call some of these plugins through the F3 class instead of using them separately. Wouldn't it be better to separate db class, and do Db::query() or Db::sql() instead of F3::sql(), which uses a __callStatic() magic method and loops through all the files in the autoload dir and checking each class to see if it has a sql() method. Just seems like it's doing a lot of extra un-needed work, even if it is caching it |
|