Welcome Guest, Not a member yet? Register   Sign In
Server path
#8

[eluser]tonanbarbarian[/eluser]
I would recommend creating a config file in which you specify this path.

config/message.php
Code:
<?php
if (!defined('BASEPATH')) exit('No direct script access allowed');
$config['message_path'] = '/app1';
then in your controller
Code:
...
$this->config->load('message');
$path = realpath($this->config->item('message_path').'media/txt/dvd_competition.txt');
...


Messages In This Thread
Server path - by El Forum - 12-05-2007, 02:25 PM
Server path - by El Forum - 12-05-2007, 02:47 PM
Server path - by El Forum - 12-06-2007, 01:23 PM
Server path - by El Forum - 12-06-2007, 01:45 PM
Server path - by El Forum - 12-06-2007, 01:54 PM
Server path - by El Forum - 12-06-2007, 03:25 PM
Server path - by El Forum - 12-06-2007, 04:15 PM
Server path - by El Forum - 12-06-2007, 04:20 PM
Server path - by El Forum - 12-06-2007, 04:37 PM
Server path - by El Forum - 12-06-2007, 05:08 PM
Server path - by El Forum - 12-07-2007, 04:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB