Posts by Magno Malkut • 61 points
5 posts
-
0
votes1
answer278
viewsQ: Docker Laravel Map folder
Good afternoon. I’m trying to create a development environment with sublime, Docker, Portable. The image that I downloaded from the Docker hub, comes with debian, php, already isontalized Laravel.…
-
0
votes2
answers55
viewsQ: Fileoutputstream fails in context
I’m trying to reuse a class, which writes the file to the internal storage. In the first line of try, the result is null (from activity) and makes a mistake. When I execute this code on…
-
1
votes2
answers371
viewsA: Codeigniter View
I thank everyone who helped me, I will post the result. Model function get_user() { $this->db->select ('*')->from('tb_user'); $sql= $this->db->get(); $post =array(); foreach…
-
1
votes2
answers371
viewsQ: Codeigniter View
I am not able to present data on View. Model bank class ModelBanco extends CI_Model { public $em; public $senha; public function __construct(){ parent::__construct(); } function get_user(){…
-
3
votes1
answer1284
viewsQ: Receive onclick data and send to js
I’m building a page with a table, which will plot a chart. html test. <html> <head> <title>Teste</title> <style> body{ margin: 0px; padding: 0px; } </style>…
javascriptasked Magno Malkut 61