XenForo
Administrative
- Thread starter
- Admin
- #1
I have done lots of things with developement, but I need some help also with this. 
Let's say we are on an Admin Pub controller (actionProcessing).
Let's say that we have to run a huge amount of queries (something like a data importing), with the last item (id?) will be on the variable $last_item.
I want to make the admin panel to display this:
Importing... (x)
Where x the amount of data ($count).
I think this is done with a way so it is not an individual POST to the server, but...
Read more
ادامه مطلب...
Let's say we are on an Admin Pub controller (actionProcessing).
Let's say that we have to run a huge amount of queries (something like a data importing), with the last item (id?) will be on the variable $last_item.
I want to make the admin panel to display this:
Importing... (x)
Where x the amount of data ($count).
I think this is done with a way so it is not an individual POST to the server, but...
Read more
ادامه مطلب...