codeigniter
How to create the controller for http://localhost in Codeigniter?
I am using codeigniter and was hondering how to create the home page controlller, the controller for http://localhost.As of now i can access all controllers that are http://localhost/{controller}, but[详细]
2023-04-11 01:45 分类:问答PHP splitting models based for related tables
I develop most of my apps using CodeIgniter, there is no strict MVC.Generally, I just create models based on database tables or controllers.However, I have two tables \'campaigns\' and \'ads\' that ar[详细]
2023-04-10 22:41 分类:问答Using Facebook php in codeigniter adds PHPSESSID to URLs?
I started using facebook php sdk with codeigniter but since then the urls on my website all have a \'PHPSESSID\' added to the end.[详细]
2023-04-10 22:03 分类:问答Is there any chance to hack codeigniter sessions? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-10 21:03 分类:问答Checked radio that is insert in database when select
Assuming t开发者_开发问答his that we in time insert data in database has 3 input:radio and with select one from they, insert value it to database. now how in select from database same radio that inser[详细]
2023-04-10 20:51 分类:问答CodeIgniter uses index.php
I have codeigniter installed in root/igniter folder. under root/igniter, I have the following .htaccess file:[详细]
2023-04-10 20:42 分类:问答MySQL returns all rows with empty string as where clause
I discovered this problem while debugging CodeIgniter active record as shown below: $this->db->from(\"table_name\");[详细]
2023-04-10 20:25 分类:问答How to remove spaces from pagination on CodeIgniter?
I use the pagination helper from CodeIgniter and it works. But when I see the result in my browser, I can observ unwanted spaces. CodeIgniter seems to insert them in an automatic way.[详细]
2023-04-10 20:13 分类:问答Codeigniter: Not sure how to make calls to this snippet of code
I was browsing SO and found this hosted code as a recommended way of cutting down on PHP code. https://github.com/jamierumbelow/codeigniter-base-model[详细]
2023-04-10 19:54 分类:问答Custom domains in CodeIgniter web app?
I\'m using CodeIgniter to build my first web app. For demo purposes, users can preview their site by simply using their Facebook username as a paramater (using public data from the Graph API). So they[详细]
2023-04-10 18:38 分类:问答