我嘗試使用smarty讀取file_get_contents的外部數據Smarty模板引擎 - 文件獲取內容
但是,我收到此錯誤。
Fatal error: Smarty error: [in /opt/lampp/htdocs/blog/serendipity/templates/templates3/index.tpl line 107]: [plugin] (secure mode) modifier 'file_get_contents' is not allowed (Smarty_Compiler.class.php, line 1934) in /opt/lampp/htdocs/blog/serendipity/bundled-libs/Smarty/libs/Smarty.class.php on line 1093
是否有其他方式獲取數據?或者我該如何讓smarty使用此功能?
你在調用這個聰明嗎?您應該使用$ smarty-> assign('var',$ var)將它從您的PHP文件分配給smarty; **編輯**可以顯示一些你想要做什麼的代碼,或者你在哪裏使用它? – Bono
你想要做什麼,以及爲什麼在tpl文件? – marvin
{assign var = data value ='http://path.to/JSON'| file_get_contents} {$ data | @print_r}我實際上做了這個 – user1407540