Posts by Vernon • 88 points
4 posts
-
2
votes1
answer105
viewsA: Take data from a db in a class in codeigniter
Well, first of all, as a good MVC practice, it is always better to treat the information that comes from the database in the Model classes. Can you do it in the controller? Yes. Is it true? I don’t…
codeigniteranswered Vernon 88 -
2
votes1
answer32
viewsQ: keywords on the wordpress site, how to put?
I have a site made in wordpress, quiet. The posts and pages are with keywords, but how to put on the main page?
-
0
votes1
answer78
viewsQ: How to put db data in more than one Fragment?
I want to put the database data in Fragments, in a Swipe, not a list, where each record is loaded into a different Fragment.
-
3
votes1
answer862
viewsQ: Capture Windows Clipboard with JAVA
There is how to capture the Clipboard in Windows environment with Java? I can capture the screen, but I would like to capture the Clipboard (that’s what stays in memory when doing CTRL+C, for…