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.
カレンダーモジュールを作成しました。次に、イベントのモデルを作成し、crud 操作用のファイルも生成しました。しかし、カレンダー モジュールのそれぞれのディレクトリにコピーすると、Yii がモデル クラス Events を見つけることができないため、機能しません。Events モデル ファイルをメインのモデル ディレクトリに配置すると、機能し始めます。何が間違っている可能性がありますか?
config/main ファイルを調整して、新しいモジュールのモデルを次のように含める必要があります
..... 'import' => array( application.modules.calendar.models.* ),
<? include_once ("SOMETHING.PHP"); ?>div の中に aを配置するだけです。include_once を div に入れるたびに、SOMETHING.PHP は div 内に表示されません!! それはdivの外に行き着きます!
<? include_once ("SOMETHING.PHP"); ?>
ここに私のdiv CSSコードがあります:
#bcg