djbuddhi Posted September 9, 2008 Share Posted September 9, 2008 is anyone have a video tutorial or any examples of how to use 'CodeIgniter' in php .pls let me know ? Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/ Share on other sites More sharing options...
tibberous Posted September 9, 2008 Share Posted September 9, 2008 http://codeigniter.com/tutorials/watch/intro/ Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-637251 Share on other sites More sharing options...
tibberous Posted September 9, 2008 Share Posted September 9, 2008 I just watched the first 5 minutes, and would like to say that code ignighter looks gay. Just learn how to write good PHP and you won't need a framework. Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-637253 Share on other sites More sharing options...
djbuddhi Posted September 9, 2008 Author Share Posted September 9, 2008 but it allows fast access bro and the coding has comes with a good style ,and not the php DB connectivity Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-637263 Share on other sites More sharing options...
anujgarg Posted September 11, 2008 Share Posted September 11, 2008 what is the advantage of using MVC framework like codeigniter and cakePHP Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-639156 Share on other sites More sharing options...
awpti Posted September 12, 2008 Share Posted September 12, 2008 I just watched the first 5 minutes, and would like to say that code ignighter looks gay. Just learn how to write good PHP and you won't need a framework. Wow, what an enlightening and intelligent comment. I've been using CodeIgniter as a framework for well over a year and it has taken my average production time from idea-to-live site from a few weeks to a few DAYS. I'm guessing you're either a purist nazi or just a closed-minding, immature troll. Or maybe both. If you have nothing USEFUL or WORTHWHILE to say.. seriously, don't waste the bandwidth or time typing it. What's the advantage of an MVC Framework? Primary advantage of reduction in time it takes to produce quality, clean code. The other upside is the theory of Model-View-Controller (Look it up). Most worthwhile thing from MVC for me is the separation of Code from the View (front end). I've been a php developer for almost 10 years. I have nothing but praise for CodeIgniter. It's well written and very well documented. If you can't figure it out, you should consider another line of work Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-639438 Share on other sites More sharing options...
Daniel0 Posted September 12, 2008 Share Posted September 12, 2008 I just watched the first 5 minutes, and would like to say that code ignighter looks gay. Just learn how to write good PHP and you won't need a framework. What an ignorant statement. If you're a good developer then you will not write everything from scratch each time but rather reuse things. This is what a framework essentially helps you with. You're probably going to end up having about the same application layout in almost all of your projects anyways. Nevertheless, I don't like CodeIgniter either. Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-639548 Share on other sites More sharing options...
stuffradio Posted September 12, 2008 Share Posted September 12, 2008 Nevertheless' date=' I don't like CodeIgniter either.[/Quote'] Why not? Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-639963 Share on other sites More sharing options...
djbuddhi Posted January 28, 2009 Author Share Posted January 28, 2009 how to configure this frame work? Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-748235 Share on other sites More sharing options...
amites Posted February 12, 2009 Share Posted February 12, 2009 it's setup through config files, it has an excellently documented user guide and introductory screencasts on the site, give it a shot, the footprint on this framework is rather small and designed for customizability Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-760279 Share on other sites More sharing options...
djbuddhi Posted February 12, 2009 Author Share Posted February 12, 2009 can u show the examples pls Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-760288 Share on other sites More sharing options...
PromaneX Posted February 16, 2009 Share Posted February 16, 2009 You should be able to figure it out - all it takes it to follow the setup guide and watch the two videos on the site. If you still cant work it out after that, give up and find a new job. Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-763536 Share on other sites More sharing options...
djbuddhi Posted February 17, 2009 Author Share Posted February 17, 2009 lol Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-763952 Share on other sites More sharing options...
NathanLedet Posted February 17, 2009 Share Posted February 17, 2009 Amazon has a few books that are helpful. Follow those video tutorials - that really is a good start. Once I got my head around the MVC architecture, I loved it. But, it took me a bit to realize its power - and I realized its power by getting my hands dirty and writing a program in CodeIgniter. CodeIgniter is by far the easiest to set up and just start programming in. Zend, CakePHP, and some others have a little more involved that confused me as a framework newbie. That doesn't mean I hate them and won't use them...I just think the learning curve is steeper and take a little more experience to really understand what you're doing. I've read that each framework has its place. I can certainly agree with that - and I'm trying right now to learn as much as I can about each framework so I can expand my knowledge and be ready to work with each one. I think CI is a great place to start - but I wouldn't limit it to JUST CI. The other frameworks are great and have their place. They don't have any place with stupid people, however. Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-764548 Share on other sites More sharing options...
djbuddhi Posted February 18, 2009 Author Share Posted February 18, 2009 thanks bro ,i have gone through the videos at the same time there are some youtube videos as well Quote Link to comment https://forums.phpfreaks.com/topic/123376-about-php-codeigniter-frame-work/#findComment-764842 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.