Posts by Vinicius Guerato • 41 points
5 posts
-
2
votes2
answers207
viewsQ: PHP - Trait or Extended Class
Good afternoon, you guys, I have a trait that format data from Models in a MVC system, the system works correctly, however came to me a doubt in relation to Pattern design and performance, in case,…
-
0
votes1
answer320
viewsQ: Operation of the die() function
Using this code snippet as an example, the function die() could replace Return and Exit? It may have the same functioning as Return? public function error() { if(!$this->connection ||…
phpasked Vinicius Guerato 41 -
0
votes1
answer37
viewsQ: Android: Use component id as key in Array
I have an Android app that has 7 imageButtons, need to store the captured images in a List Bitmap, I am trying to define the indices of the array list as the id of the imageButtons, however the…
-
1
votes2
answers118
viewsQ: Problems with JSON + PHP
I have a file JSON which is being used to store settings, and a file php, which reads and fills the file according to the data reported, however after the settings are edited for many times the JSON…
-
0
votes1
answer1292
viewsQ: Best option to replace IFRAMES
I am currently working on the development of a platform with many different functionalities and pages, we are using IFRAMES to save repeated loads (Menu, shortcuts, etc), however the use of IFRAMES…