&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
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'] =…
php
mysql
database
codeigniter
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…
php
mysql
database
codeigniter
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…
php
mysql
database
codeigniter
activerecord
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…
php
mysql
database
codeigniter
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…
php
mysql
database
database-design
codeigniter
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…
php
mysql
database
database-design
codeigniter
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/…
php
mysql
database
codeigniter
pagination
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…
php
mysql
database
codeigniter
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…
php
mysql
database
codeigniter
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…
php
mysql
sql
database
codeigniter
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…
php
mysql
database
mvc
codeigniter
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…
php
mysql
database
mvc
codeigniter
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…
mysql
sql
database
codeigniter
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…
php
database
codeigniter
nosql
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…
database
postgresql
sorting
codeigniter
activerecord
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…
mysql
database
codeigniter
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…
php
mysql
database
query
codeigniter
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…
php
mysql
database
image
codeigniter
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'] =…
mysql
database
codeigniter
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…
php
mysql
database
database-design
codeigniter
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
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