razorflow使用過程中提示RFComponent不存在

來源:互聯網
上載者:User
使用razorflow時提示如下錯誤
Fatal error: Class 'RFComponent' not found in TableComponent.php on line 9
TableComponent是razorflow裡內建的檔案,怎麼也報錯了?有人遇到過嗎
如下會調用TableComponent.php
setCaption("Regional Sales");        $table->setDimensions (4, 4);        $table->setRowsPerPage (8);        $table->addColumn('zone', "Zone");        $table->addColumn('name', "Store Name");        $table->addColumn('sale', "Sales Amount", array(          "dataType" => "number",          "numberPrefix" => "$ ",          "textAlign" => "center"        ));        $data = array(          array("zone" => "North", "name" => "Northern Stores", "sale" => 4000),          array("zone" => "South", "name" => "Southern Stores", "sale" => 4500)        );        $table->addMultipleRows($data);        $this->addComponent ($table);    }}$db = new SampleDashboard();$db->renderStandalone();


回複討論(解決方案)

線上等,線上等

找到解決方案了,不用requreonce()裡面的類庫,所有的都會引入了

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.