It's been around 5 months since I picked up a PHP book and started coding in PHP. At first, I created all my sites without any organizational plan or MVC. I soon found out that was a pain.. Then I started to read on stackoverflow on how to separate php and html and that's what I have been doing ever since.
Ex:
profile.php <--this file is HTML,css. I just echo the functions here.
profile_functions.php <--this file is mostly PHP. has the functions.
Bu şimdiye kadar tüm kodlama ayrılması olmuştur ve şimdi ben hareket ve MVC başlamalıdır hissediyorum nasıl olduğunu. Ama sorun daha önce sınıfları kullanılan ve onlarla emmek asla değildir. MVC (örneğin CakePHP'de ve CodeIgniter gibi) tüm sınıflar olduğundan, bu iyi olamaz.
My question: Is there any good books/sites/articles that teaches you how to code in MVC? I am looking for beginner beginner books :) I just started reading the codeigniter manuel and I think I am going to use that.
EDIT: bu kek, CodeIgniter, vb kullanmadan kodlama için MVC organizasyon yapısına sahip olmak mümkün mü? 3 farklı dosya (görünüm, kontrolör, model) içine temelde sadece ayrı diyelim profile.php