Questions tagged as 'codeigniter'

1
answer

I took a bd field capture and give this error

After I put this code below .... $capturaValorTotal = $_POST['valor']; $capturaValorPagar = $_POST['valor-pagar']; $valorDevido = $capturaValorTotal - $capturaValorPagar; $inserindoBanco = "INSERT INTO 'cl...
asked by 09.09.2016 / 23:18
1
answer

Error downloading a site made in CodeIgniter for my machine localhost [closed]

I downloaded a website already made with the codeigniter framework on my machine, put it in localhost but it has the error "", I think I need to define the database, if so, how do I do this? Is there any file like wordpress that has wp-config?...
asked by 07.09.2016 / 19:47
1
answer

Know if value coming from an input is a link from XX site. PHP - CodeIgniter

Hello, I'm developing a site that would have the facebook profile on it, but we're afraid some smart guy will put any link there, someone would have a tip or a way to check if the link is from facebook, this is possible or am I traveling? I'm ge...
asked by 20.09.2016 / 14:36
0
answers

Return of duplicate records in MySQL

Good morning, I have a problem. I do a search and return repeated values, but if I do not use join in the timetable the results are right.     
asked by 24.12.2018 / 15:06
1
answer

Change layout color [closed]

I wanted to create a function to change the colors of the site layout they are developing, this site is made in CodeIgniter, CSS3 and a bit of pure Javascript, I gave a search on the internet and did not find much, but by little knowledge that I...
asked by 04.12.2018 / 00:05
1
answer

How to perform a self-update on a local web system?

Speak, gal, blz? I developed a web system (in CodeIgniter) for a client and it runs on a local machine inside your office. Whenever I need to update the system, I perform the following steps: TeamViewer server access; I open the CMDER...
asked by 23.05.2018 / 23:57
1
answer

error codeigniter

Well, in INTRANET in the development of the company, I did a part of memo and osti simple, but both are not working. Are almost equal, follows code: FABRIC // Tela de envio de OSTI case 'enviar_osti': $CI =&...
asked by 26.04.2016 / 19:54
1
answer

How to count the number of rows in an SQL statement?

I'm in this SQL, retrieving records (number of providers per city) from a table and would like to count how many records it has in each city . I want in front of the cities, put something like Tal (9) . I will put a print of the result of this...
asked by 24.10.2016 / 18:17
1
answer

How to customize the Doctrine library to work with type Timestamp

I'm using Composer with Doctrine in my application, and it's getting wonderful. However I need to customize some Doctrine features by changing the Doctrine\DBAL\Platforms\AbstractPlatform and Doctrine\DBAL\Platforms\MySqlPlatform c...
asked by 07.08.2014 / 15:31
1
answer

Function codeigniter with sql

I have a function called tires in the codeigniter model And in the same model I have another function that I need to call the tire function code Can anyone tell me how I do this here an example of what I want to do ... $this->db-&...
asked by 17.11.2016 / 13:50