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.
PHPのno-oo mvcとは何ですか?
可能であれば、例を挙げてください。そうでない場合、なぜですか?
MVCの主なポイントは、ユーザーインターフェイスの相互作用を3つの異なる役割に分割することです。最も重要な分離は、モデル(M)とプレゼンテーション層(VとC)の間です。MVCは、使用するパラダイムを指定しません。また、Prodecuralコーディングは組織化されていないコーディングを意味するものではないため、このパターンにこのパラダイムを使用することは非常に可能です。