我试图获取我在admin中创建的配置,这是core_config_data表
|config_id|scope |scope_id|path |value|
|123 |websites|2 |myappgeneral/current_time/second|3600 |
|124 |websites|3 |myappgeneral/current_time/second|7200 |
|125 |websites|4 |myappgeneral/current_time/second|1800 |
Run Code Online (Sandbox Code Playgroud)
我有1页显示这样的所有信息
网站2将在3600秒内启动
网站3将在7200秒内启动
网站4将在1800秒内启动
我怎样才能获得价值?THKS