I'm a big fan of Code Igniter-- I actually think you'll produce much better PHP code if you learn a framework. It's really easy to design poorly with PHP and a good framework can help build up good habits to take with you long-term.
CI is a light enough framework and you can diverge from it when needed to do lower-level stuff. It also has a great user guide.
CI is a light enough framework and you can diverge from it when needed to do lower-level stuff. It also has a great user guide.