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.
コントローラーのinit()メソッドやconstruct()メソッドでアクション名とコントローラー名を取得したい。たとえば、create メソッドを呼び出すと、init() または constructor() メソッドでアクション名として create を取得する必要があります。Yiiで可能ですか?助けてください。