Possible Duplicate:
When do I need to use a framework?
When should I start learning a PHP Framework
I started to learn PHP about four months ago, and I have been writing some applications for three months. Recently, I've been using CodeIgniter for various projects. Using CodeIgniter is awesome as it is easy to code with, and I don't care about security while using it. I do think though that using a framework may be bad for my background PHP knowledge, because with CodeIgniter I use absolutely different programming methods than when I code normally. I want to ask you which is better; using a framework, or not using a framework?