Posts by Gabriel Gomes • 11 points
8 posts
-
0
votes1
answer96
viewsQ: Phpmailer - Annex has no extension
Good, when sending my attachment using Phpmailer, if I don’t add an extension after the variable, I can’t get the selected file extension: $mail->addAttachment($uploadfile) should send the file,…
-
0
votes1
answer20
viewsQ: Disables Datatables Collapse function
Good! I needed to know if there is a way to prevent Datatables from giving Collapse to the columns, and also if there is some way beyond using Columns.Visible to make the column invisible, but also…
-
0
votes2
answers26
viewsA: Check that the column value is "Base"
In my model, I will fetch all the data and columns of my table, return this, after that, the controller stores the data in the variable $name, and to reference my column just reference it after the…
-
0
votes2
answers26
viewsQ: Check that the column value is "Base"
I needed to check if in the table mytable, in the column mycolumn, the value is 'meuvalor'. My controller: public function GetValue() { $this->config->set_item('language',…
-
0
votes1
answer52
viewsA: What size to use for imported 3d models in Unity 3D?
The best is to resize your building to the character’s scale, since this comes pre-made by Unity, it’s always good to keep things level, but it turns out to be irrelevant! Being new in Unity, I…
-
-5
votes1
answer327
viewsQ: Uncaught Syntaxerror: Missing ) after argument list
Good I’m having an error in my javascript someone can help? '<a id="showData" onclick="OpenDescriptionModal(\''+ postData[0].replace('#', '') + '\', \'' + editTitle + '\', \''+…
javascriptasked Gabriel Gomes 11 -
1
votes0
answers28
viewsQ: Datatables - Column for Row
I need a column of a table created with the DataTables appear in mode row, ie this would be the normal table: Id | InfoColuna | InfoColuna2 | InfoColuna3 |…
-
1
votes1
answer69
viewsQ: Deleting a Specific Image from a File
I am currently working on a new project, using Codeigniter, it is my first experience and I do not find great help, I want the user to be able to delete a photo chosen by him from his folder, The…