So i\'ve just had a pretty disappointing morning/weekend. It came in the form of setting up PHPUnit, Integrating Eclipse etc
I\'ve got an issue connecting to the database with CodeIgniter. In the model, if I do $this->load->database();
I need your advice and help i fetched an array开发者_如何学JAVA of data from the database and i want to process each element one by one without using foreach loop, something like
codeigniter - is there a workaround for using flashdata with p开发者_开发问答hp sessions ?You need this library http://codeigniter.com/wiki/Native_session/
Suppose if I have two fields in my form viz first_name and last_name I have set the validation rule only for first_name.
i want to create all my database tables as doctrine table schema automatically. doctrine version is 2. Can anyone please help me how to get this by php itself instead of usi开发者_StackOverflow社区ng
I am new to codeigniter and i am stuck trying to figure out what is going wrong on this line here is my controller
I have array of mobile numbers, around 50,000.I\'m trying to process and send bulk SMS to these numbers usi开发者_如何学编程ng third-party API, but the browser will freeze for some minutes.I\'m lookin
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m using apache, php, mysql and code igniter and I have a database set up.In the database I have two columns that both need to be unique in combo:latitude and longitude.