XenForo
Administrative
- Thread starter
- Admin
- #1
Hello, I need some help.
I build the addon that gets the price from API and writes in the database,
database looks like
I want to fetch the last two values and compare them.
I use this repo.
PHP:
Read more
ادامه مطلب...
I build the addon that gets the price from API and writes in the database,
database looks like
id | cat_id | price | currency | date |
1 | 3 | 100 | USD | 1647331547 |
2 | 3 | 50 | USD | 1647332430 |
I want to fetch the last two values and compare them.
I use this repo.
PHP:
public function findPriceFromList($catId, $applyDefaultLimit = true)...
Read more
ادامه مطلب...