![]() |
User System - 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: User System (/showthread.php?tid=14615) |
User System - El Forum - 01-08-2009 [eluser]plasmagames[/eluser] Hey, guys i'm new to this forum and codeigniter. I was wandering if you guys could help me with find tutorials and/or guides on stuff that i will need for the user system. You don't have to write any code for my or show me how to do stuff but if you want to thats fine. User System - El Forum - 01-08-2009 [eluser]Colin Williams[/eluser] Anything specific you are having trouble grasping? If you are looking for something you can drop and and tweak to your liking, look at all the offerings in the wiki User System - El Forum - 01-08-2009 [eluser]plasmagames[/eluser] [covering up important confidential details] User System - El Forum - 01-08-2009 [eluser]Colin Williams[/eluser] Start at the beginning of the user guide. I don't think you edited your config.php file properly. Your base_url is probably set to http://your-site.com User System - El Forum - 01-09-2009 [eluser]majidmx[/eluser] Yeah start with the user_guide and video tutorials, they give you a good idea of the whole system and never forget the CI community which is always supportive ![]() User System - El Forum - 01-09-2009 [eluser]plasmagames[/eluser] ok i have just completed the blog video tutorial, but i got a problem ( http://plasmasteelgames.net/code ) heres that line of code Code: $data['query'] = $this->db->get('entries'); User System - El Forum - 01-10-2009 [eluser]plasmagames[/eluser] can anyone help? User System - El Forum - 01-10-2009 [eluser]jalalski[/eluser] Are you sure that News extends the Controller class and loads the database? User System - El Forum - 01-11-2009 [eluser]plasmagames[/eluser] yup heres my contoller code Code: <?php User System - El Forum - 01-11-2009 [eluser]garrettheel[/eluser] You're definitely autoloading the database helper? And what error do you get? |