Posts by LigDark • 103 points
6 posts
-
0
votes0
answers1022
viewsQ: Ionic 2 - How do I get back to the homepage of a particular tab
My APP works with tabs, within those tabs I have buttons that open other pages using the push, when I click on tab 2, and I click on a button, it opens the normal page, then I click on tab 1, and…
-
3
votes2
answers263
viewsQ: Laravel Belongstomany
I have a user table that makes relationship with profile belongsTo, and the profile relates to area items belongsToMany , and area items makes relationship with area belongsTo, he is bringing my…
-
3
votes1
answer328
viewsQ: Return Join Linq C#
I’m trying to return a Join to my class and it’s giving me the following error Error 1 Cannot implicitly convert type System.Collections.Generic.List in 'System.Collections.Generic.List' C:…
-
1
votes2
answers1607
viewsQ: Routes of the Codeigniter
I’m using Codeigniter and only the route $route['default_controller'] = 'welcome'; is working, when I make an example: $route['teste'] = "welcome"; he gives me the following message Cannot GET…
-
3
votes1
answer1244
viewsQ: Codeigniter opens many connections to the database
I have an application on the client and they are complaining that it is opening many connections with the database, dropping the server. I searched the Internet and couldn’t find anything related. I…
-
0
votes1
answer677
viewsQ: Error with controller in codeigniter named system.php
I’m working on a project that’s in Codeigniter. There is a controller called system.php that is to access the admin, only when I try to access it that way localhost/meusite/system/método, it gives…