codeigniter
do I need HTMLpurifier in Codeigniter?
I am developing a PHP application using Codeigniter framework and it is time now for the security reviews.. I got many recommendations to use HTMLPurifier library if i wan开发者_如何学Pythont the best[详细]
2023-04-12 14:27 分类:问答adding regular expression jquery
hi i am using jquery validation plugin , i want to add a validation to my price field , the only available are numbers 0-9 , comma , dot[详细]
2023-04-12 13:24 分类:问答MVC design in codeigniter PHP
When should a new model or controller be made? Should the开发者_如何学Cre only be controllers that go with a corresponding view 1 to 1 and like so with controllers and models? Or is it good practice t[详细]
2023-04-12 12:52 分类:问答Create own oAuth process in Codeigniter?
I am developing an API using Codeigniter and Phils RESTserver. I need to have authentication working with oAuth but I cannot find a library[详细]
2023-04-12 12:36 分类:问答How can I keep HTML styling in a php form storing data in MySQL?
so I have a box where a user enters some data \"a description\" and it stores in MySQL. However, html tags such as <img src=\"\">, <a href=\"\">, etc. do not store there in the \'descripti[详细]
2023-04-12 12:21 分类:问答Codeigniter URI Routing not working till parameter
In my router.php file I added this code. $route[\'mission\'] = \"content/index/mission\"; Here as you know content is controller, index is function and mission is parameter to that function.[详细]
2023-04-12 11:33 分类:问答codeigniter form validation and arrays as field names
I have a set of checkboxes in my HTML that look like t开发者_如何学Gohis, div class=\"grid_7\">[详细]
2023-04-12 10:34 分类:问答Getting alert empty from php code ?
I not know why in following js code alert is empty without html code, my view have html code, and my_class work true for other controller, when i get alert this means it is work true js code but get d[详细]
2023-04-12 08:10 分类:问答Error in displaying data from mysql db using php codeigniter
I am trying to display data from db. It displays this error <p>Severity: Notice</p> <p>Message:Trying to get property of non-object</p>[详细]
2023-04-12 08:04 分类:问答select box validation in Codeigniter
i am new to Codeigniter and I have some trouble in select box validation. I want default select value at beginning.[详细]
2023-04-12 07:24 分类:问答