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.
osclass 分類スクリプトを使用しています。最後のアイテムのアイテム ID を取得したいと考えています。
これまでのところ、次のコードを試しましたが、機能しません
$lastItem[] = View::newInstance()->_get('search_end'); echo $lastItem[0]['pk_i_id'];
誰かが私にそれの何が悪いのか教えてくれるか、正しい方向に私を導いてください。