Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How can I hide content id on URL
Post: RE: How can I hide content id on URL

You can try below steps to hide id in your urls. $id = 123; $encode = base64_encode($id); $decode = base64_decode($encode);
19,225 Views
11 Replies
10-20-2016, 09:47 PM
tapan.thapa
    Thread: Configure SSH Library
Post: RE: Configure SSH Library

tushar.niras Wrote: (07-08-2015, 10:40 PM) -- CroNiX Wrote: (04-16-2015, 08:25 PM) -- Not sure what you mean, CI can use the CLI by executing "php -q /path/to/index.php controller method". Like "php...
10,129 Views
5 Replies
07-09-2015, 01:27 AM
tapan.thapa
    Thread: Project Update - April 9, 2015
Post: RE: Project Update - April 9, 2015

Many thanks for the update. Keep doing good job.
39,623 Views
13 Replies
04-09-2015, 12:22 PM
tapan.thapa
    Thread: CodeIgniter 3.0
Post: RE: CodeIgniter 3.0

Congratulations and many thanks..
259,742 Views
95 Replies
03-31-2015, 10:23 PM
tapan.thapa
    Thread: CodeIgniter 3 RC3
Post: RE: CodeIgniter 3 RC3

Congratulations Team.. We are waiting final 3.0 to come up.
129,219 Views
50 Replies
03-11-2015, 09:16 PM
tapan.thapa
    Thread: Set Rules in model.
Post: RE: Set Rules in model.

Doing validation in Models as well as taking input->post values in model is ugly thing. All validation and input->post should be in controller only. Second developer might feel uncomfortable in workin...
12,372 Views
0 Replies
03-03-2015, 09:18 PM
tapan.thapa
    Thread: If there are rows affected in database, then do this
Post: RE: If there are rows affected in database, then d...

Hi Taylor, You can try below code. Code: -- if ($this->db->affected_rows() > 0) --
3,115 Views
0 Replies
03-03-2015, 09:10 PM
tapan.thapa
    Thread: Better Template Engine
Post: RE: Better Template Engine

tapan.thapa Wrote: (03-03-2015, 12:58 AM) -- You can anytime go and use Smarty. (http://www.smarty.net/) No one is stopping us.. :cool: -- One more info: CI is having a template class (parser...
14,885 Views
0 Replies
03-03-2015, 01:09 AM
tapan.thapa
    Thread: Better Routes
Post: RE: Better Routes

CI 3 is already having HTTP verbs based routing. If you want, you can use it. http://www.codeigniter.com/userguide3/general/routing.html
4,713 Views
0 Replies
03-03-2015, 01:00 AM
tapan.thapa
    Thread: Better Template Engine
Post: RE: Better Template Engine

You can anytime go and use Smarty. (http://www.smarty.net/) No one is stopping us.. :cool:
14,885 Views
0 Replies
03-03-2015, 12:58 AM
tapan.thapa
    Thread: Delete from database ONLY if the uid from the database matches the uid in session
Post: RE: Delete from database ONLY if the uid from the ...

Hello, Once user is logged in, you should store user id (In your case uid) in session. And once user is pressing delete button which is having pid, should be checked with uid. For setting uid in se...
3,989 Views
0 Replies
03-02-2015, 11:17 PM
tapan.thapa
    Thread: Editing unique data post input.
Post: RE: Editing unique data post input.

Hi, 1. First you should remove below line from your edit method against slug field. |is_unique[pages.slug] 2. Once validation is passed, do below steps. 2.1 Fire a simple db query to check...
5,010 Views
0 Replies
03-02-2015, 10:39 PM
tapan.thapa
    Thread: Object not found
Post: RE: Object not found

You can also try your urls like below if you are unable to enable .htaccess support under your apache installation. http://localhost/CI220-CRUD/index.php/member_area/ ---------------------------...
10,678 Views
0 Replies
11-19-2014, 04:19 AM
tapan.thapa
    Thread: Page not found
Post: RE: Page not found

Is it duplicate issue? I replied to this....Let me know if it works for you. http://forum.codeigniter.com/thread-294-post-1224.html#pid1224
7,953 Views
0 Replies
11-19-2014, 01:30 AM
tapan.thapa
    Thread: Rambling
Post: RE: Rambling

My 2 cents.. Start learning Codeigniter deeply than after few days, if you somehow got a chance to try laravel, you will feel that you already know Laravel. Laravel has some additional set of libra...
16,449 Views
0 Replies
11-19-2014, 01:22 AM
tapan.thapa
    Thread: problem connecting to postgres
Post: RE: problem connecting to postgres

newphpprogrammer Wrote: (11-18-2014, 04:00 PM) -- Hello! I am trying connect to postgres, but doesn't work. In my database.php I have something like $db['default']['hostname'] = '192.168.0.207'...
12,406 Views
0 Replies
11-18-2014, 10:00 PM
tapan.thapa
    Thread: Object not found
Post: RE: Object not found

It seems your .htaccess is not working correctly. Try below steps: 1. Check if apache is configured to support .htaccess. Code: --     Options -Indexes FollowSymLinks     AllowOverride ...
10,678 Views
0 Replies
11-18-2014, 09:52 PM
tapan.thapa
    Thread: Recommended tutorials
Post: RE: Recommended tutorials

I would suggest to go step by step on CI docs. They are very well written and not require any other tutorial. I started learning the same long time back and what ever is written there, it simply wo...
54,229 Views
0 Replies
11-15-2014, 12:13 AM
tapan.thapa
    Thread: Paid Support
Post: RE: Paid Support

My 2 cents... Go and add an odesk job for your problem and than too many people will surely apply for your job. However if you want to do it stuff on your own or wanting to learn, come back here...
21,819 Views
0 Replies
11-15-2014, 12:07 AM
tapan.thapa
    Thread: Why This CSVimport library don't run !!
Post: RE: Why This CSVimport library don't run !!

You should also confirm how have you deployed CI on your web server? Virtual Hosting under apache? Subfolder? CI Version which you are using? Have you configured your .htaccess correctly?
9,882 Views
0 Replies
11-14-2014, 11:58 PM
tapan.thapa

Theme © iAndrew 2016 - Forum software by © MyBB