Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to login user automatically after registration
Post: RE: How to login user automatically after registra...

Hi, you do not need any third-party library. You just have to think a little logic of the application. When you sign up, you send the data needed to perform the functions login. try to think how to d...
5,978 Views
0 Replies
01-24-2015, 12:14 PM
Smith
    Thread: [Session] ID of account from accounts table
Post: RE: [Session] ID of account from accounts table

Hi, please make these changes. you have several errors in the code. Before using codeigniter you should learn to program in php membership_model: PHP Code: -- function validate($name, $pass) ...
4,034 Views
0 Replies
01-24-2015, 12:38 AM
Smith
  Big Grin Thread: Meta tag helper with Open Graph tags
Post: Meta tag helper with Open Graph tags

Hi guys! I have a problem with the "html_helper". For example, I have this function in a controller: PHP Code: -- [...] $data['post'] = $this->blog_model->getPost($unix); foreach($data['pos...
3,418 Views
0 Replies
01-23-2015, 11:03 PM
Smith
    Thread: How i can select most common value with codeigniter
Post: RE: How i can select most common value with codeig...

Hi sv3tli0, i know it. But did not know how to do it using Active Record syntax. thanks bclinton, now i understand better.
6,092 Views
0 Replies
12-02-2014, 10:45 AM
Smith
    Thread: Multi Table Select (Active Records)
Post: RE: Multi Table Select (Active Records)

Why did you save data in different databases? You can create a single database with two tables. One for "Individual Users" and other for "Corporate Users ". then you do a join. Sorry for my poor engli...
6,293 Views
4 Replies
11-30-2014, 10:44 PM
Smith
    Thread: How i can select most common value with codeigniter
Post: How i can select most common value with codeignite...

Hi guys, I have a question. I wanted to know how to select the most common value in a table while doing a join. For example: I have a "blog" table and another table "comments_blog" and I want to sele...
6,092 Views
0 Replies
11-30-2014, 09:55 PM
Smith
    Thread: Class MY_ not found
Post: RE: Class MY_ not found

Hi djcata, I recommend using version 2.2. It is the most stable version and most recently for the production. Surely with this version does not have that problem.
31,592 Views
0 Replies
11-29-2014, 02:12 PM
Smith
    Thread: session flashdata not work correctly in codeigniter 2.2
Post: RE: session flashdata not work correctly in codeig...

Hi Rufnex, downloaded again CI and created a separate project. and working correctly. apparently i configured incorrectly config.php file. I never thought I was going to be that. I apologize for stea...
25,639 Views
0 Replies
11-28-2014, 05:00 PM
Smith
    Thread: session flashdata not work correctly in codeigniter 2.2
Post: RE: session flashdata not work correctly in codeig...

Hello again, I load library this way: autoload.php PHP Code: -- $autoload['libraries'] = array('form_validation','input','session','template','database','breadcrumbs'); -- Also i try loading the ...
25,639 Views
0 Replies
11-28-2014, 03:03 PM
Smith
    Thread: session flashdata not work correctly in codeigniter 2.2
Post: RE: session flashdata not work correctly in codeig...

Hi Rufnex, thanks for your reply. you want to say? I cannot understand
25,639 Views
0 Replies
11-28-2014, 02:06 PM
Smith
    Thread: session flashdata not work correctly in codeigniter 2.2
Post: RE: session flashdata not work correctly in codeig...

Hi ohiageorge, thanks for your reply. i changed name of subfolder "index" to "test" but not works. I tested everything and still not working. Can you think of anything else?
25,639 Views
0 Replies
11-28-2014, 11:04 AM
Smith
    Thread: session flashdata not work correctly in codeigniter 2.2
Post: session flashdata not work correctly in codeignite...

Hi guys!, can you help me? I have a problem with session flashdata. never the message containing the session is displayed. I have this routes: PHP Code: -- //index is a subfolder into the cont...
25,639 Views
0 Replies
11-27-2014, 08:04 PM
Smith

Theme © iAndrew 2016 - Forum software by © MyBB