![]() |
Help in codeig - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Help in codeig (/showthread.php?tid=50598) |
Help in codeig - El Forum - 04-01-2012 [eluser]Unknown[/eluser] Hello, I'm new here. i want to make an simple website in codeigniter like: header-left main right and footer. But i don't know how to make this. How can i make the three columns? Somebody can help me? Thank's Help in codeig - El Forum - 04-01-2012 [eluser]InsiteFX[/eluser] Learn HTML and CSS first then learn PHP and MySQL then learn CodeIgniter! Help in codeig - El Forum - 04-01-2012 [eluser]TWP Marketing[/eluser] Codeigniter is PHP, in an MVC framework which makes some things easier. I recommend that you learn html and css first, then learn PHP and THEN do the CI tutorial to build your first simple CI app. Do a web search on "MVC coding". READ the CI User Guide, seriously. Once you have some code running, then come back here to ask questions. Your present question is simply too broad to give an answer without writing your entire app for you, which is not going to help you. I don't mean to be rude, but your question is just too non-specific and I can't tell where you are on the CI learning curve. Help in codeig - El Forum - 06-27-2012 [eluser]arunoda[/eluser] Learn Some HTML, CSS you can take it from http://w3schools.com for free. If you are looking for a starting point to learn codeigniter follow my course - http://www.udemy.com/codeigniter-learn-it-correct/?couponCode=quora Or If you looking still for a free option - You can take my free course on youtube – http://www.youtube.com/watch?v=aOtDzuyBqqM&list=PLA81C68F3BB3AE307 |