Tagged Questions
0
votes
1answer
27 views
Codeigniter - Input post array insert into mysql database
Hi Stackoverflow Community,
I need help i dont understand how to excatly insert a row into a mysql table.
If i use my code i add per every post a new row insetad only one row with alle values.
here ...
0
votes
0answers
11 views
Retrieving posts that inherit usergroup permissions from parent topics/categories
I have a PyroCMS 2.1 project (based on Codeigniter) that revolves around user groups and group permissions. A user can be a member of multiple groups.
I'm trying to create a forum/discussion module ...
0
votes
2answers
19 views
JQuery Datatables + Codeigniter (Static cols)
I am using Codeigniter with JQuery Datatables to present data from MYSQL database with realtime updates via AJAX/JSON requests. I am not the original developer of this code that's why I am not being ...
0
votes
1answer
22 views
CodeIgniter - SQL Query AND clause with table columns
I'm new to CodeIgniter and I'm struggling with the Active Record Class and the apostrophes it adds to my query:
This is the query that CodeIgniter outputs (Via enable_profiler):
SELECT ...
-1
votes
2answers
34 views
Replacing SHA1 with BCRYPT [duplicate]
I have been looking into replacing SHA1 as the encryption of passwords with possibly bcrypt or something similar, and I cant seem to find a step-by-step, easy to follow tutorial for implementing this.
...
0
votes
0answers
32 views
Creating a search/filtering function like most torrent tracker has in PHP [closed]
I'm trying to figure out a simple but effective way to create the back-end function in PHP which works just as torrent trackers have with categories, tags, names, etc.
I've set up the HTML to look ...
0
votes
2answers
30 views
How to return a multidimensional array keys as a tree?
I am working on an MLM application in which i need to show all users as a tree. For this is implemented parent child relationship among the users. my table structure is here :-
I had retrieve the ...
0
votes
0answers
14 views
Adding comments to columns in codeigniter migrations
I am writing a lot of migration scripts for the database for my application. I would like to add comments for the columns so that others can easily recognize the column's content. One option is to ...
0
votes
2answers
39 views
If MySQL row output equals X then do Y
What I'm trying to achieve here is to change the output.
The rows minutes, sms or data can output -1 as the result. All I want to do is have it so if the output from any row is -1, then it should ...
0
votes
1answer
27 views
Codeigniter and Tank Auth - new registration field being incorrectly added to database?
I've created a new field in the registration form:
//goes on top of page along with other form vars
$phone = array(
'name' => 'phone',
'id' => 'phone',
'value' => ...
0
votes
3answers
25 views
mysql - php - Need to get only the latest record from a self referencing data
Hi,
I need some help with SQL. Attached is the image of my table.
If you see rootmessageid column there are 4 records of 99s. All these 4 makes one complete conversation.
Similarly the 2 records ...
-2
votes
2answers
60 views
How to convert from core PHP to CodeIgniter? [closed]
I have the following DB and PHP. I am trying to convert this to MVC in CodeIgniter and the following is what I have got so far and it is not working. If someone can point out what I am doing wrong, I ...
0
votes
4answers
34 views
Current timestamp field in mysql table is not updated automatically
I really apologize for asking such a simple question but i am stuck in it. Actually my table has three coloumns such as id, status and date. The date field is current timestamp (Also I have selected ...
0
votes
1answer
27 views
Codeigniter 2.1 - Count all results of search before limit
How can I count all results when I am doing search before limit? Do I need to make two queries (one with limit and one without limit) or this can be done in one query?
I have function like this:
$i = ...
0
votes
1answer
57 views
Mysql search with 2 times AND on the same field
I have a searchquery for searching factories in a radius of x km around the input (postal code). It is working fine, but the problem is I can't search for the input (postal code) so when i type in ...
0
votes
2answers
41 views
Codeigniter: unable to show result in desc order with count
i have two tables,
instructions
-------------
instruction_id int(11) Primary key (Auto_increment)
instruction text
user_id int(11) Foreign key
instrunctionlike
...
0
votes
1answer
62 views
Nginx CodeIgniter not working
I am new to nginx. I am transfering my server from apache to nginx but my many projects on the CodeIgniter core PHP sites working perfectly but the CodeIgniter is not work.
My sample url like this:
...
1
vote
1answer
67 views
update statement breaking the database
I am trying to figure out what's wrong here, but really not sure. I have a site with users, when a user edits details, it seems to override all other records with those details. This doesn't happen ...
1
vote
2answers
29 views
Codeigniter Active Record - Count Total Found Rows with Limit (MySQL)
I'm using a complex SQL query in a Codeigniter model with a limit applied. I'd like to count the total number of rows that would have been found if the limit and offset had not been applied.
I'd like ...
1
vote
1answer
33 views
Removing null columns in SQL query
I'm using a select * query from a table.
$query = $this->db->get($table_name);
what I want is to for it to discard all records where the value for a column is empty so for example
Array
{
...
0
votes
2answers
59 views
Clear SELECT fields in CodeIgniter
I'm using a function to set an entire sql query.
This function is used by other two to get the sql and then use it as they need.
Now, I want another function to execute the same query but I don't ...
-2
votes
0answers
18 views
Codeigniter force download and unable to parse URL [closed]
Im trying to write a code where the user can download files from the server
the details of the file with a force download function are looped from the database
the error that appears with my code it ...
0
votes
0answers
30 views
Displaying The Dynamic Menus
I am stucked how to display the dynamic Menus Properly..
I had one Issue Before which i Solved, there was a little Mistake done by me..
Codeigniter, Dynamic Menus From the Database
Now the issue is ...
0
votes
1answer
20 views
codeigniter display database connection information
I have a config with multiple DB's and based on the constraints passed to the config a DB is used. With that, I am trying to debug to ensure the right DB is used when I want it to be. So I need to see ...
0
votes
2answers
25 views
Pull records from database giving preference to records with higher vote count
I have a client that I'm developing a video site for. He is wanting to pull 2 videos from the database to show the front end user to vote on.
The videos table has a "votes" field. He is wanting to ...
0
votes
1answer
52 views
Codeigniter, Dynamic Menus From the Database
I am Trying to Implement the Dynamic Menus
i Have two Tables in my Database
pbs_forms includes Form Path Form Path link etc
Second Table Name is pbs_formsingroups
it shows that form belongs to ...
2
votes
2answers
36 views
Codeigniter storing html in database not working
I am working on a CMS with codeigniter. Users are supposed to know HTML and construct the page themselves. Now, I am having problems with storing some tags in the database (mysql database).
Users can ...
0
votes
0answers
31 views
Trouble with comment notification in CodeIgniter
I am running a social networking iPhone app using CodeIgniter. All notifications are working perfectly except for one: A user should receive a notification when another user comments on one of their ...
0
votes
3answers
44 views
Getting a single value from database - Codeigniter
I'm trying to get first name and last name of registered users.
This is my getfirstname , getlastname function in the model
public function getf()
{
$email = $this->input->post('email');
...
0
votes
2answers
28 views
Codeigniter's `where` and `or_where`
I'm trying to specify a query in my model
$this->db
->select('*')
->from('library')
->where('library.rating >=', $form['slider'])
...
0
votes
2answers
78 views
Codeigniter updating records won't save in DB
I'm having some trouble updating records with the Codeigniter framework. I'm using the MVC pattern and active records.
The code is for updating user profiles.
No error but it won't save to my DB. ...
0
votes
2answers
59 views
Select specific fields from MySQL table based on variable in PHP/CodeIgniter [closed]
Just wondering about how to best achieve the following in CodeIgniter with Active Record:
$language = 'nl'; // or 'en', 'sp', etc.
$this->db->select('id, description_'.$language.' as ...
-4
votes
3answers
62 views
Echo mysql query [closed]
I am using the following function in a model:
function login($email,$password)
{
$this->db->where("email",$email);
$this->db->where("password",$password);
...
0
votes
0answers
52 views
CodeIgniter $db query optimization
I have a problem with a query generated in the following method:
function most_visited($hrs=1,$cat_id=NULL,$limit=20){
$date = strtotime('- '.$hrs.' hours');
$date = date('Y-m-d ...
0
votes
2answers
37 views
CI - show database error or fail
I've developed a simple login system which works ok but fails, and I need to know why
QUESTION: How to show what is causing the fail. This is not a validation error but an error either with the data ...
0
votes
3answers
54 views
CI - show me what went wrong [duplicate]
I've developed a simple login system which works OK but fails, and I need to know why.
QUESTION: How to show what is causing the fail?
Here's the database function:
function login($email,$password)
...
0
votes
2answers
24 views
encoding post information in php and storing it in DB
So i have this problem with storing information in database. I just inserted raw post data and words like "Automātiskā" ( in latvian ) appears like "Autom?tisk?". Then i encoded all my data like this ...
0
votes
0answers
28 views
PHP COI Rate Calc foreach, for and possible while loop?
I'm trying to achieve the below process using PHP but I'm stumped, is anyone able to provide a hand?
Get table that contains years from database
Loop through each row (year) using a foreach loop
...
1
vote
3answers
87 views
Complex SQL query JOIN and WHERE
I have a table, where i need to get the contacts from.
So i use a complex query to retrieve all the contacts from my "sms" table.
However, it should only count the records for the provided "imei" ...
0
votes
0answers
29 views
Pull Videos From Database With Same Contest Id but Unique User Id
Well I thought I had this figured out but its proving really difficult, so I'm going to explain my problem in probably too much detail in hopes that someone can help me out. I am using Codeigniter so ...
0
votes
1answer
55 views
Passing data from View to Controller for sql statement in Model in CI
Hi I have a simple form of images that a user can click on and depending on the image clicked on a modal dialog will appear with a list of data from the database. I have this working for one whereby I ...
2
votes
2answers
33 views
Divide a table's column as different rows with mysql
here's the table: TABLE1
ID | id_activity | id_elem | text
---------------------------------------
1 | 1 | 11 | text1 |
2 | 1 | 12 | text2 |
3 | 1 ...
2
votes
3answers
53 views
how to get last insert id after insert query in codeigniter active record
I have an insert query for used to insert the form fileds into a mysql table. I want to get the last incremented id for the insert operation as the return of my query but I have some problems with it!
...
0
votes
1answer
57 views
Insert data to database from excel
Using codeigniter's excel class I have displayed data from excel.xls:
echo $worksheetrows->dump(true,true);
But I am confused how to insert this data to database. Please help me to solve this ...
0
votes
4answers
49 views
How to sort same mysql table value using by codeigniter?
What I want to do is using codeigniter to select from mysql and sort the value
my database records:
Criteria | Question
A | Q1
B | Q2
c | Q3
A | Q4
A | ...
0
votes
1answer
24 views
Join two MySQL columns and output colB.name where colA.id is equal to colB.id
I'am using CodeIgniter active records and I have a lack in knowledge of Joining multiple table columns in MySQL.
What I basically want to do, is to output all rows from a ci_categories table, but ...
6
votes
3answers
66 views
How to find data when results set is in array?
i want to find data through id, i have an array like that
$result=
Array
(
[3] => 536371014
[38] => 1435902884
[53] => 100000224980743
)
user _id is
[3], [38], [53]
...
0
votes
1answer
49 views
Show one field if same data [duplicate]
I used codeigniter and i have query model to show data
function get_accfotografer(){
$sql="SELECT
`artikel`.`foto_naam`,
`fotografer`.`id` AS 'fotografer_id',
`customer`.`id` AS ...
0
votes
0answers
47 views
Best way to manage site configurations [closed]
What is the best way to manage website settings?
I'm going to make a distinction that configuration would be more related to database connections, ftp information etc. Settings is related to theme ...
0
votes
1answer
56 views
mySQL CodeIgniter - Syntax Error Number: 1064 [closed]
I'm trying to wrap my head around this and I can't seem to figure out how this query returns a syntax error. My knowlegde of mySQL is small as I'm just getting to grips with it.
This is the query I'm ...





