Welcome Guest, Not a member yet? Register   Sign In
Help Newbie
#1

[eluser]Unknown[/eluser]
Dear All,

where I can download simple web with simple database build by CI,so I cant imitate the structure. I'm studying in first year, this is the first I hear CI from my mentor and my mentor give me job to build simple web by CI. So please my Friends help me..............
#2

[eluser]Zack Kitzmiller[/eluser]
Try some of the 'Getting Started with CodeIgniter' tutorials on NetTuts.
#3

[eluser]Sayian[/eluser]
Database is the easiest part of application design (if done right).

Checkout the mysql website for select, insert, update, delete ... once you learn the basic syntax, CI makes it stupid easy to write sql by using activerecord ... and its enabled by default.

The reason I would advise learning syntax from the mysql site first is that without a basic foundation the active record class might not make much sense if you don't even know what your goal for the query is.




Theme © iAndrew 2016 - Forum software by © MyBB