やあ、
同じことをする正しいコードは何か知りたい
$this->registry->class_forums->forum_by_id[ $forumid ];
しかし、投稿の場合は?
私はそれが次のようなものだと思った:
$this->registry->classPost->post_by_topic_id[ $topic_id ];
しかし、うまくいきません。ヒントを教えてください。
ありがとうございました。
やあ、
同じことをする正しいコードは何か知りたい
$this->registry->class_forums->forum_by_id[ $forumid ];
しかし、投稿の場合は?
私はそれが次のようなものだと思った:
$this->registry->classPost->post_by_topic_id[ $topic_id ];
しかし、うまくいきません。ヒントを教えてください。
ありがとうございました。