Posts by Diogo Rodrigues • 191 points
3 posts
-
5
votes4
answers5616
viewsA: What kind of application can I use Mongodb in?
My answer is based on practical experiences. Mongo stores JSON. If your application is dealing with many JS objects and you want to persist with them, use Mongodb. This will make your DAL and MVC…
-
1
votes3
answers3662
viewsA: Find quotes with blanks with Regex
This expression will take anything inside quotation marks (including quotation marks). Ex: "This is not done" "(.*?)(\w+)\b"
regexanswered Diogo Rodrigues 191 -
3
votes2
answers3704
viewsA: Receiving the login id
If you are using the PHP API... I am doing so (I am still doing...) <?php require_once ("PagSeguroLibrary/PagSeguroLibrary.php"); $credentials = PagSeguroConfig::getAccountCredentials();…
phpanswered Diogo Rodrigues 191