Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从页面属性中传输一些数据作为 GET 请求数据。我在块的 view.php 中创建的请求的 URL。如何在 view.php 中获取当前页面的 cID?
$currentPageCID = Page::getCurrentPage()->getCollectionID();