codeigniter-2
Issue with active record update in CodeIgniter
I have a form that submits data to a database in a CodeIgniter app (CI v. 2.0.2). We are allowing users to \"edit\" records by having them resubmit a record with new values and then doing an update. O[详细]
2023-03-18 01:01 分类:问答Extending CodeIgniter Security.php to enable logging
TLDR; I want to enable database-logging of xss_clean() when replacing evil data. I want to enable database logging of the xss_clean() function in Security.php, basically what I want to do is to kno[详细]
2023-03-17 18:08 分类:问答Scaffolding feature in Codeigniter 2.02
Scaffolding fe开发者_运维问答ature was in routes.php ($route[\'scaffolding_trigger\'] = \'\';)in previous version but it is not in routes now in 2.02 so please tell my how do i use scaffolding feature[详细]
2023-03-12 11:59 分类:问答CodeIgniter controller not interpreting hyphen correctly in function call
I\'m having an odd problem.My controller is trying to call uri segments and is not interpreting the hyphen correctly.I don\'t get any error.Just the rest of the page beyond the call doesn\'t render.Th[详细]
2023-03-11 07:51 分类:问答passing optional variable to pagination in codeigniter
What I would really like to do is create an optional text to pass to a controller method in codeigniter.[详细]
2023-03-08 21:04 分类:问答CodeIgniter: Validate form with multidimensional POST data
So the framework is CodeIgniter 2.0.2.I have a form that has groups of fields that correspond to rows in a database.The names of the fields are in the format:[详细]
2023-03-07 23:47 分类:问答CodeIgniter dbutil - trouble creating DB
Trying to make a setup for my application. However, I am having trouble getting it to create the database for me.[详细]
2023-03-05 13:55 分类:问答Share CI models between different applications
I\'m still trying to figure out a way to get a mobile site running. I have a web app in CodeIgniter and I would like to create a mobile version of it. However, I don\'t want to rewrite too much of my[详细]
2023-03-05 04:15 分类:问答Count rows in DB where
I\'m following a tutorial on Pagination with CI/jQuery. In the tutorial they get the total number of rows by doing:[详细]
2023-03-04 08:31 分类:问答What has been the experience in making a mobile app using phonegap and CodeIgniter?
I\'m looking at making a mobile app using phonegap. However, I would like to use CodeIgniter as well. What has been the community\'s experience in doing such? I have tried googling it but only seem to[详细]
2023-03-03 09:19 分类:问答