codeigniter-2
Moving between localhost and remote server with CodeIgniter
What\'s the best way to handle moving between development on localhost to live remote server? I have .htaccess mod_rewrite set, but that\'s not really a problem, because I haven\'t included that in my[详细]
2023-04-10 03:29 分类:问答Codeigniter: Paypal IPN and csrf_protection
I\'m working with codeigniter-paypal-ipn and have csrf_protection enabled. This seems to block the access from Paypal to my IPN controller. If i disable csrf_protection it works just fine, wit开发者_运[详细]
2023-04-09 19:41 分类:问答Update using Active Record in CodeIgniter
I have a strange problem, maybe I just don\'t understand how Active Record works well enough, but here it is. I\'m trying to update a record with a particular id. For simplicity and testing I\'m just[详细]
2023-04-09 18:41 分类:问答Perform validation only on create using php-activerecord
I am creating a User Model using Codeigniter and php-activerecord and the wiki says I can use \'on\' => \'create\' to have a validation only run when a new record is created, like this,[详细]
2023-04-09 12:26 分类:问答Cannot get FlexiGrid for CodeIgniter to work
I\'m trying to use FlexiGrid plugin with CodeIgniter, but when the page displays the grid shows, but there are no records, and there is a little message saying that you should wait while it\'s process[详细]
2023-04-09 06:21 分类:问答codeigniter 2 and smarty 3 : multi array of stdClass results returned - how do i display these in smarty
My Sql function getLive_projects has this query - $query = \"SELECT p.* FROM projects p WHERE p.live = 1 ORDER BY client_name ASC\";[详细]
2023-04-09 02:59 分类:问答Switch databases in CodeIgniter
Sorry if this is a real newbie question (also a php newbie), but I can\'t figure it out from the docs:[详细]
2023-04-09 01:30 分类:问答CodeIgniter - modular?
I\'m building several sites that need similar \"modules.\" For example, the sites may have the exact same login system, forum, etc.[详细]
2023-04-08 19:41 分类:问答How i can use the SQLDATE in codeigniter php?
Can you explain below line? pl开发者_运维问答s give some example. strtotime(SQLDATE.\" +1 month\")[详细]
2023-04-08 18:34 分类:问答Set_radio codeigniter from database [EDIT REGISTRY]
I have following code: echo form_radio($arr_gen_fem, ($btn_value == \'Editar\') ? ( isset($row_开发者_Go百科new_person) ? $row_new_person->gender: set_value(\'gender\')) : \'\');[详细]
2023-04-08 16:52 分类:问答
加载中,请稍侯......