&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
codeigniter
0
votes
0
answers
40
views
Category results by time of publish?
I'm using simplepie with codeigniter to fetch lots of feeds from multiple sites. I want to category all results by time of publish.. Such as…
php
mysql
codeigniter
simplepie
asked
June 25, 2011 4:04 am CDT
Marko
-1
votes
0
answers
24
views
Query Run Problem in Code igniter
I am facing a problem while running a query in code igniter. I run the query which fetches data from 3 tables using code igniter syntax. Using code…
php
mysql
codeigniter
asked
June 25, 2011 12:52 am CDT
raheel shan
0
votes
1
answer
26
views
Cookies causing "unsecure content" warnings on google chrome?
If i visit the home page on my site (which uses code igniter) my homepage is using http, Code igniter sets a cookie containing all the session info.…
php
codeigniter
cookies
https
protocols
asked
June 24, 2011 9:52 pm CDT
Hailwood
0
votes
1
answer
30
views
Grouping WHERE clauses in Codeigniter
I want to produce the following SQL code using Active Records in Codeigniter: WHERE name != 'Joe' AND (age < 69 OR id > 50) Doing the…
php
mysql
codeigniter
activerecord
asked
June 24, 2011 10:41 am CDT
Nyxynyx
0
votes
2
answers
49
views
Mod rewrite problem
I have this to overwrite http://mysite.com/intranet/symlinks/site.com to http://mysite.com/site.com or http://mysite.com/intranet/symlinks/site.net…
apache
.htaccess
codeigniter
mod-rewrite
apache2
asked
June 24, 2011 9:24 am CDT
rootatwc
1
vote
0
answers
39
views
Options for client side zip file extraction before upload
Our problem We are building a browser based application that allows a user to upload files to a server for processing. The server side is written in…
php
javascript
web-development
http
codeigniter
asked
June 24, 2011 4:17 am CDT
Toenex
0
votes
2
answers
32
views
Rewrite my url using htaccess
I am working in codeigniter project I want to rewrite my URL using htaccess. I have a URL like abc.com/main/demo and I want to change it to…
php
.htaccess
codeigniter
asked
June 24, 2011 1:10 am CDT
Hameed
1
vote
2
answers
42
views
PHP - Create multidimensional array via a loop based on a count
Having some trouble coming up with the right combination of count and foreach for a multidimensional array. I'm currently doing the following to…
php
mysql
codeigniter
multidimensional-array
asked
June 23, 2011 10:47 am CDT
k00k
0
votes
1
answer
49
views
CodeIgniter in subdomain folder, removing the index.php from address
So I am trying to remove index.php from address using this manual: http://dev.lohv.eu/1/user_guide/general/urls.html Atm I have address…
.htaccess
codeigniter
asked
June 22, 2011 5:57 pm CDT
Marko
0
votes
2
answers
38
views
MySQL vs Readdir PHP
I got a directory with lots of files. Over 10.000 files. We are going to refactor this directory. Each 2 files belong to a certain "item". Our plan…
php
mysql
codeigniter
asked
June 22, 2011 9:48 am CDT
P.T.
3
votes
1
answer
32
views
Codeigniter,create tables and users for MySQL
I want to create databases and users with CI programmatically. So far i have these 2 simple MySQL statements. CREATE DATABASE `testdb` DEFAULT…
php
mysql
codeigniter
asked
June 22, 2011 8:13 am CDT
rootatwc
0
votes
0
answers
41
views
Question about PHP function return
The following codeigniter function takes a (string) parameter and returns the (integer) ID of the row. It works fine if i pass string values, but if…
php
mysql
function
codeigniter
return
asked
June 22, 2011 6:28 am CDT
Roman
0
votes
1
answer
34
views
Codeigniter routing (regex)
I am trying to route a url as follows: domain.com/param/some_controller/method/ mapped to some_controller::method($param) I am not skilled with…
php
regex
codeigniter
routing
asked
June 21, 2011 9:29 pm CDT
tbridge
0
votes
1
answer
37
views
MYSQL dynamic crosstab question
Newbie here. I'm using codeigniter and mysql How can I dynamically (number of names may change) convert table from: +------+-------+-------+ | date…
php
mysql
codeigniter
pivot
crosstab
asked
June 21, 2011 5:14 am CDT
user590157
0
votes
2
answers
28
views
Converting MySQL query to Codeigniter syntax
Im a newbie in Codeigniter but i have some problem to convert MYSQL query to CI syntax. Anybody can help me ? This my MySQL syntax : select…
php
mysql
codeigniter
asked
June 21, 2011 3:52 am CDT
eric
0
votes
2
answers
42
views
Array for Checkboxes in HTML Forms
I have a question regarding checkboxes. <form method="post"> I speak the following languages: <input type="checkbox" name="lang[]"…
php
javascript
mysql
html
codeigniter
asked
June 20, 2011 8:54 am CDT
Nyxynyx
0
votes
2
answers
37
views
Codeigniter database won't connect through framework only on one server
In database.php I have: $db['default']['username'] = IS_PRODUCTION ? 'prodUsername' : 'localDevBoxUsername'; $db['default']['password'] =…
php
mysql
database
codeigniter
asked
June 20, 2011 4:52 am CDT
Stephane Grenier
0
votes
1
answer
55
views
CodeIgniter Select Query
I have a simple CodeIgniter Active record query to select an ID: $q = $this -> db -> select('id') -> where('email', $email) -> limit(1)…
php
mysql
codeigniter
variables
select
asked
June 20, 2011 2:30 am CDT
Roman
0
votes
3
answers
31
views
Codeigniter basepath issue on xampp
I've been working in a local dev environment for some time now with Codeigniter v1.7.1, and I recently installed xampp to replace it. Before, I had…
apache
codeigniter
xampp
asked
June 19, 2011 11:34 am CDT
skiindude22
0
votes
2
answers
31
views
The word "Array" gets printed instead of the values of the rows
Okay,i'm a newbie to CI and MySQL. This is my code: <?php class Trail2 extends CI_Controller{ public function boo() {…
php
mysql
codeigniter
asked
June 18, 2011 3:11 pm CDT
Arvind
Pages
:
1
|
2
|
3
|
4
|
5
>
[19]
376
codeigniter
Tagged:
codeigniter
Related Tags
php
× 250
mysql
× 241
.htaccess
× 67
mod-rewrite
× 32
apache
× 31
database
× 25
activerecord
× 22
mvc
× 17
sql
× 17
javascript
× 10
query
× 10
apache2
× 10
codeigniter-url
× 9
jquery
× 8
url-rewriting
× 7
url
× 7
update
× 7
html
× 6
session
× 6
php5
× 6
regex
× 5
join
× 5
error
× 5
codeigniter-2
× 5
ssl
× 5
database-design
× 5
uri
× 5
forms
× 5
mamp
× 4
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy