Can you recommend me some book about CodeIgniter? I have knowledge about oop but not about mvc or other frameworks.
Joining sAc I'd recommend you that book and another one:
It will tell you what's MVC, where it came from etc.
http://www.wrox.com/WileyCDA/WroxTitle/Professional-CodeIgniter.productCd-0470282452.html
RTFM. Seriously, it's the best thing to start with, especially with CI's good documentation. Have your code editor open, and experiment with it as you go through the manual - see about recreating apps you've made already using CI. In the end, a book can only teach so much - it comes down to you.
Also try looking through the source of PHP scripts written using MVC & Frameworks (for this, maybe consider ExpressionEngine) to see how best to use it/etc.
As much as I love Tom his book is getting a little old now. The one by Adam Griffiths is the most up to date but still only is a "User Guide with extra's" like many of the books out there at the moment.
https://www.packtpub.com/codeigniter-1-7-professional-development/book
Just you guys wait for mine. ;-)
You also should look at the great video tutorials at http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-1/