Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Clock in top bar
Post: RE: Clock in top bar

perfect , simple and objective Thanks very much ^^
6,050 Views
3 Replies
04-22-2015, 11:24 PM
pompeu
    Thread: Clock in top bar
Post: Clock in top bar

wanted to put a clock on the bar that sits at the top of my system , someone could provide me some code or if I can do this using a CI class ? thank you
6,050 Views
3 Replies
04-21-2015, 06:35 PM
pompeu
    Thread: Variables from loaded view
Post: RE: Variables from loaded view

Hi msheath, as you are passing the variable ? the variable is in the view or the controller?
5,932 Views
5 Replies
04-21-2015, 05:03 PM
pompeu
    Thread: variable global
Post: RE: variable global

I discovered the error, it is certain Code: -- $this -> table -- And I was using Code: -- $this -> $table -- The JayAdra friend informed me that I was wrong right here ^^ Thank you for the help ...
5,727 Views
3 Replies
04-21-2015, 03:30 PM
pompeu
    Thread: variable global
Post: RE: variable global

Hello JayAdra that's what I need thanks for helping me but it did not work , gave an error : Code: -- A PHP Error was encountered Severity: Notice Message: Undefined variable: tabela...
5,727 Views
3 Replies
04-21-2015, 02:46 PM
pompeu
    Thread: variable global
Post: variable global

Hello everyone, I wanted to create a variable with the name of my table because I always I take the mvc created to create other , eg if I have a view , a controller and a client model ready I simpl...
5,727 Views
3 Replies
04-21-2015, 01:33 PM
pompeu
    Thread: Search Form
Post: Search Form

hello everyone, I have a view that shows all registered users, is with pagination and full CRUD , everything is working perfectly, my question : How can I get a user in this table ? remembering ...
1,448 Views
0 Replies
04-17-2015, 01:11 PM
pompeu
    Thread: URI String Question
Post: RE: URI String Question

Hello riwakawd , look at the documentation on routes , I think that will solve your problem :) https://ellislab.com/codeigniter/user-guide/general/routing.html Example http://localhost/project/ad...
11,633 Views
9 Replies
04-17-2015, 09:53 AM
pompeu
    Thread: Pagination interfere in buttons
Post: RE: Pagination interfere in buttons

Oh my God neither told the on my view footer that was it , I forgot it, rookie mistake Thank you for your help RogerMore , did I enchergar the course haha Resolved, everything working
9,608 Views
5 Replies
04-17-2015, 08:06 AM
pompeu
    Thread: Pagination interfere in buttons
Post: RE: Pagination interfere in buttons

yes , you are correct , that part resolved , but what about the paging ? to enter my program on the screen of leaders, http://www.claranet.com.br/sgi3/lideres click the new leader button opens a...
9,608 Views
5 Replies
04-17-2015, 07:50 AM
pompeu
    Thread: Pagination interfere in buttons
Post: RE: Pagination interfere in buttons

Hello, because my models are activated only when the controller url ? example: http://localhost/my_program/my_​​controller but if I I trigger a paging the url changes right? example: http://localhos...
9,608 Views
5 Replies
04-16-2015, 08:37 AM
pompeu
    Thread: Pagination interfere in buttons
Post: RE: Pagination interfere in buttons

Problem is the id of the div that generates the modal , how could I pass a variable to monitor the links to the modal is called ? I believe it should be something simple but I can not ^^ . would pass...
9,608 Views
5 Replies
04-14-2015, 03:36 PM
pompeu
    Thread: Pagination interfere in buttons
Post: Pagination interfere in buttons

Hello everyone, one more question , I have a system made in codeigniter if they want to see better understanding access : claranet.com.br/sgi3 User : [email protected] Password : 123456 ...
9,608 Views
5 Replies
04-14-2015, 01:42 PM
pompeu
    Thread: Pagination with problem
Post: RE: Pagination with problem

Problem solved, had not put base_url in the flame of css and js and not put the function index in the paging : Code: -- $config['base_url'] = base_url() . 'leaders/index/'; -- Thanks for the ans...
6,238 Views
4 Replies
04-14-2015, 10:56 AM
pompeu
    Thread: Pagination with problem
Post: RE: Pagination with problem

thanks for answering, did not work , I went up the system on my server , I would like if possible to come in and look what is happening , follow the link: www.claranet.com.br/sgi3 User : admin@admi...
6,238 Views
4 Replies
04-14-2015, 10:17 AM
pompeu
    Thread: Pagination with problem
Post: Pagination with problem

Hello , I am using paging IC , did everything as is in the case of the documentation , but I have a problem when I click the link to view other data it gives page not found and my url looks like this:...
6,238 Views
4 Replies
04-14-2015, 08:58 AM
pompeu
  Smile Thread: how to pass data to modal form?
Post: RE: how to pass data to modal form?

right , I'll try , I found a tutorial about it and I'm reading the CI documentation thanks very much
5,064 Views
3 Replies
04-11-2015, 07:34 AM
pompeu
    Thread: how to pass data to modal form?
Post: how to pass data to modal form?

hi guys, how to pass data to modal form? I have a page that shows all the data of a customer table , view only one client this table in my modal form ? Ps. i no wanted to used jquery or javascript, ...
5,064 Views
3 Replies
04-10-2015, 05:42 PM
pompeu
    Thread: variable in controller for view
Post: RE: variable in controller for view

Hello Casa , I looked and studied the documentation and I could do what I wanted , I used session , follows the code : Code: -- $query = $this->db->query("select email, usuario, senha from usuario...
6,168 Views
5 Replies
04-09-2015, 09:13 AM
pompeu
    Thread: consulting variable
Post: RE: consulting variable

Cronix, I had not got it right the concept of using the queries in CI but is now resolved. I like that and it worked : Code: -- $query = $this-> db-> query ("select email, country , password from u...
6,925 Views
6 Replies
04-06-2015, 03:33 PM
pompeu

Theme © iAndrew 2016 - Forum software by © MyBB