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.
在我的插件代码中为函数 onContentAfterSave 使用 Joomla 2.5(但我认为这是一个 php 问题),以下代码返回标题,但 print_r 或 var_dump 都返回我想查看的所有值,所以我知道有什么可以选择
$article->title . print_r($article) . var_dump($article);
print_r 和 var_dump 返回值 1。我应该使用什么函数来查看 $article 变量的内部?
谢谢,
垫