Posts by Jansen Felipe • 1 point
3 posts
-
1
votes2
answers2174
viewsA: Sort results by a relationship column in Laravel 4
I created a package laraerp/ordination to use in my projects. It has a trait that when adding it to your model, the orderby method is rewritten. With it you can send a request of type: GET…
-
0
votes2
answers674
viewsA: Codeigniter - Query in DB
NOTICE type errors in PHP can be ignored by calling the following function at the beginning of the file: error_reporting(E_ALL ^ E_NOTICE); In Codeigniter, this function is called in the index.php…
-
2
votes1
answer180
viewsA: Does not recognize a Listview element
Use the setOnItemClickListener method() listView.setAdapter(adapterListView); listView.setOnItemClickListener(new View.OnItemClickListener() { @Override public void onItemClick(AdapterView<?>…
androidanswered Jansen Felipe 1