Posts by MHPA • 127 points
10 posts
-
5
votes2
answers112
viewsQ: Custom request validating Unique field on update
Good morning. Guys, I have a request created for user validation, but when I update a record it validates the Unique field I set in validation.. I tried to pass $this->id along so that it…
-
2
votes0
answers30
viewsQ: Redundancy with codeigniter + mysql
I’m having a doubt, let’s start in a system the question of database redundancy, but as the codeigniter will know that there is another base if the main one is inactive? There is something of its…
-
1
votes1
answer182
viewsA: Shared Preferences with Radio Button
Solved with the code below: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_principal); edtnome = (EditText)…
-
0
votes2
answers1855
viewsA: How to save Radiobutton value and convert to String
Good night. Follows the solution: public class PrincipalActivity extends AppCompatActivity { private EditText edtnome; private RadioGroup valor; private String opcoes = ""; private SharedPreferences…
-
0
votes1
answer182
viewsQ: Shared Preferences with Radio Button
I have a set of Radiogroup with 3 radios Buttons, and I need to save it in a Shared preferences. XML: <RadioGroup android:id="@+id/radioGroupOpcoes" android:layout_width="wrap_content"…
-
0
votes1
answer75
viewsQ: Failed to load CSS
Good afternoon. The following application: http://23.88.113.70/public_html/sitemodelo/hqfree/ in codeigniter does not load CSS. $config['base_url'] = 'http://localhost/sitemodelo/hqfree/';…
-
0
votes2
answers399
viewsQ: Problems passing URL parameter
In the code below, how do I get the values of input IdObra and IdCliente and go through the url <a href="<?=base_url("/index.php/ProdutosObras")?>"? I’m using a modal. <div…
-
2
votes1
answer137
viewsQ: Error with pagination and codeigniter
By clicking on the page link the same returns me a NOT FOUND. <div class="scroll"> <table class="table table-hover" id="myTable"> <thead> <tr>…
-
0
votes1
answer708
viewsQ: Error redirecting internal pages with codeigniter
Good night. My doubt is the following, I have a menu and in it several options I created a VIEW called Products query and I would like that when clicking on query the same was for this screen,…
-
1
votes1
answer1043
viewsQ: Problems when passing ID to MODAL window
I have a page with a table that lists the necessary information and in it several buttons like delete, change, view. The problem is that when I click on visualize (calls the MODAL) it should list a…