Posts by araanbranco • 21 points
6 posts
-
0
votes2
answers338
viewsA: Sort relation "Many To Many" using as base field of another table
I think in this case it would be nice for you to save a timestamp so you know when that price was set and help you with ordination... put a created_at in the price table. Take the hint of putting in…
-
-1
votes1
answer83
viewsA: Charset problem with Postmodern no Common Lisp (SLIME)
Tried adding UTF-8 to Heroku? Use the command: $ heroku config:add LANG=en_US.UTF-8
-
1
votes1
answer65
viewsA: How to create Access Rules for a plugin?
just check if the level of the logged in user is that... <%= user_current? %> Botão <% end %>
-
0
votes2
answers326
viewsA: Database to work with nodejs
It depends a lot... I watch a lot lately using Mongodb with Node... and it’s very fast.. On the other hand... it will consume a lot of HD.. more in terms of performance he’s much faster than the…
-
1
votes1
answer179
viewsA: After doing Insert, redirect to the list of records in Kohana
From what I understand you searched in the database all the data of the table 'client' and there on $view->set('customers',$customer); Now it’s your var in the view to show the Infos is the…
-
0
votes3
answers902
viewsA: Pass value to a java function
It would be better if you put what you need to facilitate the help... but it would be something +- like this... public static int soma(int a, int b) { int c = a + b; return c; }…