Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

database codeigniter

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'] =…
asked June 20, 2011 4:52 am CDT
Stephane Grenier
0
votes
3 answers
40 views

My Codeigniter method for safely deleting database entries

I've been searching about safety deleting db entries in Codeigniter I and finally created a solution that I think is secure. I would really…
asked June 7, 2011 12:03 pm CDT
CyberJunkie
0
votes
2 answers
32 views

Codeigniter active record help

I am trying to add search functionality onto my website, the user can search for jobs using sector names, so for example they may want to search for…
asked June 7, 2011 7:08 am CDT
Udders
0
votes
1 answer
28 views

Codeigniter securely delete db entries

What is the safest way to delete rows in a database table using Codeigniter? I am using the following method. HTML: Retrieves links submitted by…
asked June 5, 2011 11:54 am CDT
CyberJunkie
0
votes
2 answers
26 views

How should I store user levels for a site wide point system? in the DB? or on the fly?

I am in the process of building a user experience/level system on my site. The effect I am trying to achieve is similar to that of the popular game…
asked May 27, 2011 3:35 pm CDT
dnyce
0
votes
3 answers
32 views

Creating a 'People who viewed this also viewed' list

I'm thinking of creating a 'People who viewed this also viewed' list that you see on amazon, yelp and other online sites. Right now I'm thinking of…
asked May 19, 2011 6:10 pm CDT
Nyxynyxx
1
vote
1 answer
34 views

How to create TV guide in PHP?

I'm creating a TV script which is (very similar to, but not the same as): http://library.digiguide.tv/lib/programme/True+Blo-(663898/Drama/…
asked May 7, 2011 3:05 pm CDT
Laqu6
1
vote
1 answer
29 views

Using the Codeigniter DB_forge Class as a standalone

Hi, I'd like to use the following class from codeigniter: DB_forge.php (or any other class that can create and edit tables) Now, I know just…
asked May 3, 2011 6:25 am CDT
skndstry
1
vote
1 answer
48 views

Query with codeigniter form helper

Hello all! I'm working on a radius search with Google Maps API and MYSQL…
asked April 19, 2011 7:33 pm CDT
vir
0
votes
2 answers
35 views

Query to show all blog posts while linking in categories

So I have a query that should get all posts from a table while linking the posts categories and the user that created the post. What I am getting…
asked April 18, 2011 1:44 pm CDT
Nathan Stanford II
2
votes
1 answer
36 views

CodeIgniter: Counting results from a joined table

Now I know how to join two tables, I'd like to actually count the number of rows in the second table with active records . Say, I have these two…
asked April 17, 2011 1:29 pm CDT
Kriem
0
votes
1 answers
79 views

CodeIgniter: Displaying data from two tables in one loop.

Let's say I have these two database tables: blog comments ------- ---------- blog_id comment_id title blog_id content comment Now I'd like to run…
asked April 17, 2011 11:15 am CDT
Kriem
1
vote
0 answers
25 views

MySQL query backticks turns results to lowercase

This query: SELECT `p`.`custom_url` AS custom_url, `p`.`product_name` AS name FROM ( `product` AS p ) ORDER BY `p`.`creation_date` DESC LIMIT 5…
asked April 10, 2011 4:13 pm CDT
Ygam
0
votes
1 answers
54 views

Getting started with 'No SQL' Cloud DB , Which one is better to learn???...

I'm currently working on Codeigniter-MySQL. Now i want to learn some 'No SQL' Cloud DataBase. Which one is good to start with. It should be easy to…
asked March 28, 2011 1:07 am CDT
Arun David
0
votes
1 answers
62 views

Codeigniter & PostgreSQL: Display posts by entry date or latest comment date, depending on which is newer

I'm using CI and have a PostgeSQL set up with two tables: Posts and Comments, which both have 2 columns: Id and Date. Comments also has a column…
asked March 15, 2011 10:34 am CDT
Buller
0
votes
1 answer
36 views

Protect Table and Field Names

In the CodeIgniter user guide , I came across this suggestion: In many databases it is advisable to protect table and field names - for example with…
asked March 7, 2011 4:54 am CST
Siku-Siku.Com
0
votes
4 answers
41 views

Help with limiting a joined mysql database query

I have written a query which returns all records with some many-to-many joins correctly for the entire set or an individual article using WHERE a.id…
asked March 1, 2011 8:23 am CST
Chris
0
votes
1 answers
48 views

Dealing with image upload (keeping track) PHP

Hey In my site I will let users upload product images and each product image will have different versions of varying sizes. How do you suggest I…
asked February 27, 2011 6:07 pm CST
RS7
0
votes
3 answers
66 views

CodeIgniter: how to configure to connect to a different DB?

Currently, I have my database configuration something like this: $db['default']['hostname'] = "localhost"; $db['default']['username'] =…
asked February 22, 2011 7:14 pm CST
StackOverflowNewbie
0
votes
4 answers
47 views

Database table design for some unknown data

So, not having come from a database design background, I've been tasked with designing a web app where the end user will be entering products, and…
asked February 21, 2011 10:30 am CST
jpea
Pages : 1 | 2 >
25

database codeigniter

Tagged: database + 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
jquery × 8
url × 7
update × 7
html × 6
session × 6
php5 × 6
regex × 5
join × 5
error × 5
ssl × 5
uri × 5
forms × 5
mamp × 4