SarahBishop | 8 years ago | on: Ask HN: Are ORMs overkill for using SQL databases?
SarahBishop's comments
SarahBishop | 8 years ago | on: Ask HN: How to best setup a secure/privacy-centric Linux PC for home/family use?
Buy a vps and do port tunneling.
On linux and in the Mac terminal:
ssh user@vps -L18081:127.0.0.1:18081
On Windows use this guide to forward port 18081 from vps to your localhost:18081
http://howto.ccs.neu.edu/howto/windows/ssh-port-tunneling-wi...
When the tunnel is created you can use monero-wallet-cli/GUI to access the daemon as if it is running locally.
page 1
Once you start using them for other things like generating lists of objects, pagination then you start hitting issues. In fact here you are better off using straight SQL and PDO to return an array of data that you format into HTML for display. https://19216811wiki.wordpress.com/