codeignitor: Invalid argument supplied for foreach() Programming Web Development by Nabeel_2 …) { foreach($query->result() as $row){ $data[]=$row; } } return $data; } codeignitor i m get warning : Invalid argument supplied for foreach() I… Re: showing category and subcategory in codeignitor Programming Web Development by reibi … am doing something like this which is not working in codeignitor but works in PHP. <script> // JavaScript Document var…; This is a javascript that I need to change for codeignitor. Here you can see a filename called ajax_category.php so… showing category and subcategory in codeignitor Programming Web Development by reibi … in OOP PHP but having difficulty while using it with codeignitor. So please anyone, help me with this code. As I… How to display comparison date in codeignitor Programming Web Development by rjony321 Hello Masters, I am new in Codeignitor but i enjoy here.I have one problem like, I … how to write php mysql queries(having double parentheses) in codeignitor Programming Web Development by shashigowda Hi, i am beginer to codeignitor,i know how to write basic active queries in CI. … Re: Registration form in Codeignitor with image upload and validation Programming Web Development by Nishant shukla1 …)//this is call from url { echo $num1."Welcome in codeignitor"; ////redirect(tops/blog); // for header() use this redirect() $this… Build an application Programming Web Development by alexgv14 I want to build a application in codeignitor. Anybody, have any good ideas for something for me to build? At the same I was hoping I could create something maybe the developer community could potentially use. Just not sure what. You choice of....... Programming Web Development by Squidge I have been looking over current frameworks available and I am looking to settle on CodeIgnitor. What framework and IDE do you use? What are the plus sides, limitations of your choice? Display only days leave Programming Web Development by rjony321 Hello Masters, Please help me, How can i display only how many days leave when i mention last date.my system just display *like **5 Days To Go*** compare/subtract current date.I want use it codeignitor. Best Regards, Rjony :) Can't apply WHERE condition in Mulitple checkbox Programming Web Development by rjony321 … me for best.if possible provide me source code in codeignitor. My applying code have a look, Model, public function selectaccoutingins… Final Year Project Programming Web Development by Junaid_2 Hello, I want to ask some Good ideas, am doing BS hons in Computer Science and want to do my final year project, so i want to know how far i can go with php, and what will be Good for me to do, currently am doing **php with codeignitor**, Thanks Web App Ideas Programming Web Development by Junaid_2 … , Now a days am working in php & mysql and Codeignitor , i want to make web app which may take 2… Unable to view other pages than index Programming Web Development by kakalahori … issue with my website. My friend wrote the codes using codeignitor. I am a beginer just to add up . now the… PHP MVC: get data from form. Programming Web Development by sarath.lun Hi, I am a new web developer. I am now doing with PHP MVC (CodeIgnitor). Could anyone give me the example of how to get data from database to form, then save back to database? what is the problem at my code Programming Web Development by ita_info I am using CodeIgnitor and oracle db at model function add_new_emp_test( $x, $y) { $conn=$… Re: Data in Drop Down List Retrieve From DB in Codeigniter Programming Web Development by Prasanna_5 How to search the catagories in the codeignitor I don't know how to explain I'm new one for the codeignitor so pls help me to find for eg: if we search in google search engine keyword used it shows suggestion like this how to do in codeignitor Re: PHP Codeigniter Password decode issue? Programming Web Development by Banderson … others have stated do not use encrypt on passwords with codeIgnitor. If a knowingly user gains access to your database they… time tested and are proven to work for frameworks like CodeIgnitor. That's why we design classes for other developers to… Re: Overwrite function in CodeIgniter Programming Web Development by Banderson That's the best way to overwrite anything in a framework. In CodeIgnitor just extend the base class and put it in the appropriate folder. CodeIgnitor has empty Library , helper etc... folders. Simply extend the class you want and put it in those empty folders. Re: create datagrid using codeIgniter Programming Web Development by G&G Designing You might want to go over to the CodeIgnitor forums and ask there, you not only will get a faster response, it will most likely work. Re: Classes! Programming Web Development by phorce It's kind of like the codeignitor style ([url]http://codeigniter.com/user_guide/libraries/sessions.html[/url]) So like: [code] $this->session->set_userdata('some_name', 'some_value'); [/code] Thanks :) Re: CodeIgnitier | PHP Framework for building websites. Programming Web Development by phorce I kinda like Codeignitor, I like how they've structured their platform, but I think it's over hyped. I dunno about anyone else, but I kinda like making apps from the ground upwards, or, atleast, make my own classes that I can then re-use.. I know what's going into them, and, know the error management :) Re: Editing From PHP Programming Web Development by Squidge … would be Zend_Framework found [Here](http://framework.zend.com/), or CodeIgnitor [Here](http://codeigniter.com/) Both are throughly tested for attacks… Re: Best Frame work for Web Development Programming Web Development by pritaeas Start "small": TinyMVC, CakePHP, CodeIgnitor. If needed you can work your way up to the heavyweights. Re: Best Frame work for Web Development Programming Web Development by pritaeas Not sure, I rarely watch videos. I do know that CakePHP has a youtube channel. CodeIgnitor has a video/screencast website. Re: Which framework is the best to develop a mobile application using database Programming Web Development by iamthwee My humble opinion would be to opt for a framework like CodeIgnitor and Twitter Bootstrap. But then we don't know EXACTLY what you want to do? Re: For developing software Programming Software Development by Hiroshe … are plenty of frameworks out there to help, like Bootstrap, Codeignitor, Agile toolkit, etc. just google them. For traditional languages for… Re: codeigniter and ajax Programming Web Development by sopu.phadke080 I m beginner in codeignitor.my problem is when i fetch data from database all … Re: jquery ajax multiple text box same class post first only value Programming Web Development by Nabeel_2 plus its is codeignitor cart Re: How do I practice effective PHP-development? Programming Web Development by odeskavita … on MVC( Model View Controller) architectures like CakePHP, Zend, Laravel, CodeIgnitor, and more. So use these standardized platforms to build the… Re: codeignitor: Invalid argument supplied for foreach() Programming Web Development by veedeoo can you do ? print_r($data['row']);