我在頭文件中創建一個項目數組,這個項目將在WordPress模板的索引文件中調用。但是,由於某種原因,我得到: Notice: Undefined variable: img_arr in ... on line 27
爲什麼會出現這種情況時,在我的頭,我定義它: $img_arr = array();
$caption_arr = array();
// Second Feat
我使用php $GLOBALS變量時出現問題。 我有一個名爲PostController的類: class postController
{
public function Start()
{
switch($GLOBALS["Action"])
{
case "404":
require_once(blog("root"