Use it.
CodeIgniter - Open source PHP web application framework
Fucking amazing user guide, made me cum buckets.
Welcome to CodeIgniter : CodeIgniter User Guide
Tutorials:
Wiki | CodeIgniter
Results 1 to 10 of 10
Thread: Codeignitor
- 22 Oct. 2011 04:42pm #1
Codeignitor
- 24 Oct. 2011 02:39am #2
I don't know man. I worry about whether or not it's a decent product since the tutorial videos are so out of date/so few. It seems like they don't care. It's a pretty popular framework; it just kind of puts me on edge.
- 24 Oct. 2011 03:01am #3
- 30 Oct. 2011 06:11pm #4
- 30 Oct. 2011 06:13pm #5
- 30 Oct. 2011 06:17pm #6
If you know basic OOP you'll pick it up easily with that. And you don't need to read the whole thing. What I did was check if they had specific helpers/libs when the time came that I needed that specific one.
For example, I learned the basics..how MVC worked, then got started on a test website, I needed to use Pagination so I went to the user_guide and looked to see if a pagination helper/lib existed. It did and I read the tutorial/examples on how to use it and after a while I didn't need the guide anymore to build websites.
- 30 Oct. 2011 06:32pm #7
- 30 Oct. 2011 06:43pm #8
This isn't HTML, this is PHP real programming..If you're looking to just start web development you need to go learn HTML and CSS first.
HTML Tutorial
here's the order I'd suggest.
HTML|HTML5
CSS| CSS3
Javascript
Javascript lib (Jquery, protoype, etc) (Pick one I'd suggest Jquery)
PHP
Mysql
OOPHP
Templating engine (Smarty?)
Framework (Ci, Zend, CakePHP etc..)Last edited by HTML; 30 Oct. 2011 at 06:46pm.
- 31 Oct. 2011 12:04pm #9
OOP is object oriented programming. A few google searches and you will learn a ton.
@HTML -- I actually learn the other way around. PHP to HTML, made more sense to me to start with something I could do easy, programming. Then move to the making stuff look good with a mix of CSS and HTML.
- 31 Oct. 2011 01:01pm #10
Wow Matt you go the other way round than everyone ;P . Original Coder .
@HTML thanks , i saved it so when i started I would be able to have a good reference .
Do you guys think books work ? I got one about HTML and XHTML and Maybe CSS .
I don't know if maybe the internet provides better help