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.
私は使用しており、すべてのモデルにYii Frameworkという名前の動作を付けたいと考えています。datetimeI18NBehavior
Yii Framework
datetimeI18NBehavior
各モデルに次のコードを手動で追加しています。
public function behaviors() { return array( 'datetimeI18NBehavior' => array('class' => 'ext.DateTimeI18NBehavior') ); }
それは可能ですか?
この関数を使用して基本モデル クラスを作成し、他のクラスに基本モデルを拡張させるだけです。