Most voted "codeigniter-3" questions
56 questions
Sort by count of
-
0
votes2
answers155
viewsSave to Checkbox Database
I am in doubt on how to save a checkbox in the database. How to save a sequence of numbers to know which options have been selected. The last selected option is saved in the current form. Is there…
-
0
votes0
answers140
viewsCall to a Member Function result() on bool
I’m trying to get results from a Stored Procedure in the CodeIgniter, in the bank brings the result normally but in the CodeIgniter brings that mistake: in my model is like this: public function…
-
-1
votes1
answer3783
viewsGENERATE PHP REPORT
I have a database in which there are two tables: CUSTOMERS BILLETS In my VIEW (Codeigniter), the user will select a period (Ex. 01/03/2018 to 31/03/2018) to generate a report of all billets that…
-
-1
votes1
answer101
viewsWhat is the best way to store files in a webapplication?
I intend to store files of type docx, pdf, among others to access in my web application, where the database is Mysql, and the framework used is Codeigniter. Could someone explain me which way would…
-
-2
votes1
answer33
viewsType in an input and generate an acronym in the second input with 3 characters
Hello! I need help!! I would like to create an acronym for the client with 3 characters, when I type in the first input will generate in the second input, examples: "ABOBORA" generates "ABO",…
-
-3
votes0
answers10
viewsProbrema Codeigniter intelephense 1009 and 1035
I’m having a problem with the Ci_controller class. the problem is reported in the following photos, however it boils down in not finding library Ci_controler [intelephense 1009], consequently not…