codeigniter
PHP begin time and end time issue
class Test extends Controller { public function start_process(){ $begin_time = time(); echo $begin_time ;// suppose it shows 1318412333[详细]
2023-04-12 05:51 分类:问答Does CodeIgniter auto-hash?
I recently started learning the CodeIgniter framework and i was wondering about one thing: Does CodeIgniter automatically hash passwords and such when you store them in 开发者_运维百科a database?[详细]
2023-04-12 05:23 分类:问答Get ID of newly created document
I am working with MongoDB and Codeignite开发者_如何学Cr (and Alex Bilbies MongoDB library) and I am just wondering. Is there a way to get the ID of the post I create below directly after?[详细]
2023-04-12 05:11 分类:问答how to set dynamic arrray names in php
hi i am trying to use dynamic array name . but when i run this code i get the error $marker is undefined .[详细]
2023-04-12 04:49 分类:问答send form data using jQuery
How can send data this input for php code without use button:submit(with use of tag <a href=\"\"></a>) as that after it go to href and put row of $query in html code for update?[详细]
2023-04-12 04:09 分类:问答CodeIgniter: SSL/TLS SMTP Auth Email from PHPMailer Code
I\'m trying to use the CodeIgniter Email Class to write a secure SMTP email; either SSL or TLS (preferred). In the past, I\'ve successfully used PHPMailer with Secure Auth and TLS. I believe it was a[详细]
2023-04-12 03:58 分类:问答Codeigniter Escaping Periods in Query
I have this bit that I\'m using to search IP addresses in a database.开发者_开发知识库 $this->db->where(\"IP1=\'$ip\' OR IP2=\'$ip\'\");[详细]
2023-04-12 03:47 分类:问答Pagination with Codeigniter, without index function
I have a controller for example: class Users extends CI_Controller { function index() { $this->load->library(\'pagination\');[详细]
2023-04-12 03:33 分类:问答Custom routing in code ingniter
I want to use codeigniter for an ecommerce project I\'m working on but I think I need some custom routing and I\'m not sure if this is possible. I want to be able to use this url:[详细]
2023-04-12 01:57 分类:问答CodeIgniter image crop only on dynamic output
I\'m trying to crop an image in CodeIgniter, using the built in image manipulation class. The code below works fine, you get a resized image output to the browser. However, when you remove the \"$conf[详细]
2023-04-12 01:38 分类:问答