Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: authenticate problem
Post: RE: authenticate problem

Use your editor to find that function in all of your files. Or you can install another editor (Netbeans for php), open your one file using netbeans editor then press "ctrl"+click the function "admin_a...
3,019 Views
2 Replies
12-21-2015, 06:12 PM
lazyfox
    Thread: Issue with Sessions! How to keep the user login forever
Post: RE: Issue with Sessions! How to keep the user logi...

Try this code... Initializing data to session PHP Code: -- $data = array('username' => $value['username'], 'isLoggedIn' => true); $this->session->set_userdata($data); -- checking data fr...
11,192 Views
6 Replies
12-14-2015, 12:54 AM
lazyfox
    Thread: Database table manipulation
Post: RE: Database table manipulation

How can i share my database tables (3 tables) to other group of developers? It's all about sharing of database table structures.
2,891 Views
2 Replies
10-21-2015, 10:27 PM
lazyfox
    Thread: Database table manipulation
Post: Database table manipulation

Hello, I am new to database table manipulation, I need your advice what will be the best thing to do. We have 2 databases and every database there are tables :). Other member of the team (they a...
2,891 Views
2 Replies
10-21-2015, 06:33 PM
lazyfox
    Thread: Get Records Older than Today
Post: RE: Get Records Older than Today

PauID is right, just add the '=' after '>' since you start displaying 'from today'. See below code: PHP Code: -- $this->db->where('register_date >= ', $today); --
6,264 Views
3 Replies
10-21-2015, 02:01 AM
lazyfox
    Thread: Find words form same column in Database (Search)
Post: RE: Find words form same column in Database (Searc...

For detailed information, please visit this https://www.codeigniter.com/user_guide/database/query_builder.html
13,506 Views
9 Replies
10-21-2015, 01:55 AM
lazyfox
    Thread: Admin Panel
Post: RE: Admin Panel

Check this thread... http://forum.codeigniter.com/thread-169.html
4,092 Views
3 Replies
10-19-2015, 06:42 PM
lazyfox
    Thread: Sorting not working for dynamic values.
Post: RE: Sorting not working for dynamic values.

Try to figure it out by displaying the $user_type's value before query. if it is null value then something wrong there. That's why you get an error in your code/query. I suggest you to initialize your...
5,217 Views
3 Replies
10-18-2015, 10:25 PM
lazyfox
    Thread: How to use functionality of another controller (render its view inside mine)?
Post: RE: How to use functionality of another controller...

Kulavert Wrote: (10-12-2015, 10:53 AM) -- Hi, everybody! I need to render the login form of an authentication library inside my own view. It is not possible to simply load view 'login_form', because...
8,885 Views
6 Replies
10-12-2015, 08:29 PM
lazyfox
    Thread: Extending Main model and not the CI Model
Post: RE: Extending Main model and not the CI Model

Quote: -- JayAdra Wrote: (10-12-2015, 07:42 AM) -- slax0r Wrote: (10-12-2015, 02:12 AM) -- Loading the main model in the constructor will not work, because the constructor will not be executed du...
7,581 Views
4 Replies
10-12-2015, 08:04 PM
lazyfox
    Thread: Model method not inserting data but gets called successfully
Post: RE: Model method not inserting data but gets calle...

cirox Wrote: (08-25-2015, 04:34 PM) -- Hey everyone, I am really having a hard time figuring out something that looks so strange. Here is what I want to do: each time a user updates profile usi...
6,047 Views
3 Replies
10-12-2015, 07:55 PM
lazyfox
    Thread: Extending Main model and not the CI Model
Post: Extending Main model and not the CI Model

Hello Everyone! Greetings! I have a Main Model and it was extended to CI Model. I've created another model and extended to the Main Model and not to the CI Model. Is it okay to use like this? ...
7,581 Views
4 Replies
10-11-2015, 07:31 PM
lazyfox

Theme © iAndrew 2016 - Forum software by © MyBB