Ben Dreamweaver dökümü ve Zend Studio, Komodo IDE gibi gerçek bir PHP-odaklı IDE, almak veya PHP eklenti / çevre (ücretsiz) ile Eclipse öneririz.
Sonra, (gerçekten veya en teknik malzeme) bir çerçeve öğrenme en popüler ve etkili yolu örneklerle öğrenmektir. Çerçeveler (Kek, Zend Framework, EZC, CodeIgniter vb) tüm "hızlı başlangıç" örnekleri var, ve MVC yeteneklerini kullanmak için nasıl gösterinin en (model, görünüm, kontrolör, temelde, url okuma üreten ve gösteren uygun içeriği) .
İşte en popüler (dolayısıyla bakımlı) PHP çerçeveler bir listesi:
http://www.phpframeworks.com/top-10-php-frameworks/
Eğer Çatınızın web sayfalarında sunulan örnekler aracılığıyla kazmak sonra, ekranda daha fazla bir şey yapmayan basit bir uygulama yazma düşünmelisiniz "Merhaba Dünya!". Her gün yazmak için kullanılan bir şey yazmak, ama bir çerçevesinin bu kez kullanabilirsiniz. Pick 3 of the frameworks you think are most user-friendly for you and try to rewrite any of your existing scripts using each of the frameworks.
Sen hiçbir zaman bir kazanan olacak.
Sidenote: try to avoid depreciated PHP 4 frameworks, or those that claim PHP 4 compatibility is so important that they will not use PHP 5 features. PHP 5 brings a lot of important object-programming features that, after you learn them, you will be using everywhere. I recommend a modern, quickly evolving and often patched PHP 5 framework. Because a framework is just a piece of software, a strong developer community means quick bug fixing and a polished end result - this will save you a lot of time.