symfony - crontab used for controller to save data in symfony2 -


namespace apimaps\apimapbundle\controller;         class getapicontroller extends controller {               public function getapiaction() {                      ----gettting data api                       ----save in data base              return new response(); 

i want run controller periodically centos (server) helps of crontab steps need this..any idea?


Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -