Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: What is Proper way to create Thumbnail
Post: RE: What is Proper way to create Thumbnail

Once a file is created, you can just use the unlink command: http://php.net/manual/en/function.unlink.php
2,806 Views
2 Replies
05-13-2016, 08:56 AM
advoor
    Thread: Post type in Codeigniter
Post: RE: Post type in Codeigniter

What might be easier, and quicker, is actually just have a Wordpress install in a different folder / location, and use the REST API ( http://wp-api.org/ ) from your CI application to manage the post t...
3,504 Views
2 Replies
05-06-2016, 07:07 AM
advoor
    Thread: Analystics and codeigniter
Post: RE: Analystics and codeigniter

Insert the Google Analytics code to a view file that is served to the visitors (usually the footer)?
5,680 Views
4 Replies
07-19-2015, 09:23 AM
advoor
    Thread: Start two different session
Post: RE: Start two different session

Why do you need two different sessions? Just use two different variables, one for the site and one for anything else, and unset them when they are not required.
3,173 Views
2 Replies
07-05-2015, 11:05 AM
advoor
    Thread: ionCube and Codeigniter
Post: RE: ionCube and Codeigniter

I would exhaust all other methods of increasing security before considering encrypting the source code using something like ionCube. PHP code should never be displayed when deployed to the end user...
24,764 Views
14 Replies
06-08-2015, 05:20 AM
advoor
    Thread: How to style timezone_menu()
Post: RE: How to style timezone_menu()

The code does look correct (the timezone function usage). Is there any output displayed?
5,621 Views
0 Replies
02-02-2015, 07:39 AM
advoor
    Thread: Search with Pagignation
Post: RE: Search with Pagignation

code_help Wrote: (01-30-2015, 08:22 AM) -- I have some config set up. As you saw my code . But how did you set up this two config option ['suffix'] and ['first_url'] in my url never get filter?star...
14,281 Views
0 Replies
01-30-2015, 08:41 AM
advoor
    Thread: Search with Pagignation
Post: RE: Search with Pagignation

You must use the configuration options before you initialise the pagination: e.g. my config is PHP Code: -- $config['suffix'] = '/filter?start_date='.$search_start_date.'&end_date='.$search_end_dat...
14,281 Views
0 Replies
01-30-2015, 08:10 AM
advoor
    Thread: Search with Pagignation
Post: RE: Search with Pagignation

I've had the exact same problem! My implementation was that search terms are passed through the URL using GET parameters, and using $config['suffix'] I could pass these values through pagination. For ...
14,281 Views
0 Replies
01-28-2015, 02:29 AM
advoor
    Thread: sending email using code igniter
Post: RE: sending email using code igniter

Ben Wrote: (01-15-2015, 08:35 PM) -- I am trying to send email using code igniter and I am not having any luck. I am hosting on a go daddy server. Here is my code. Do I need to create another view? C...
14,272 Views
0 Replies
01-16-2015, 03:30 AM
advoor
    Thread: Thie forum feature is annoying
Post: RE: Thie forum feature is annoying

behnampmdg3 Wrote: (01-14-2015, 11:35 PM) -- ciadmin Wrote: (01-14-2015, 10:53 PM) -- I purge 1-3 spammers a DAY, seven days a week. The policy will stand, sorry! -- Hey kid; If have to purge ...
28,004 Views
0 Replies
01-15-2015, 02:31 AM
advoor
    Thread: Bootstrap Modal (View, Edit, Delete)
Post: RE: Bootstrap Modal (View, Edit, Delete)

GrigoreMihai Wrote: (12-15-2014, 06:00 AM) -- InsiteFX Wrote: (12-15-2014, 05:42 AM) -- You can create a MY_Model and extend all your models from MY_Model See the CI Users Guide on MY_Model -- ...
17,770 Views
0 Replies
12-15-2014, 09:55 AM
advoor
    Thread: Moving index.php in separate folder by default ?
Post: RE: Moving index.php in separate folder by default...

I'm sure this is already possible and has been available since 2.x If you edit index.php, you can change the paths in the following variables. $system_path = 'system'; $application_folder = 'a...
9,782 Views
0 Replies
11-24-2014, 06:03 AM
advoor

Theme © iAndrew 2016 - Forum software by © MyBB