Welcome Guest, Not a member yet? Register   Sign In
Please describe how to achieve the best structure
#12

[eluser]yannyannyann[/eluser]
Hi,

I use the same kind of system.
But as I have a language system on my base_url() (which gives me either myurl.com/ or myurl.com/fr ) I use the site_url() method to access files, for example :

Code:
<link rel="stylesheet" type="text/css" media="screen" href="<?=site_url().PATH_CSS?>jScrollPane.css" />
    <link rel="stylesheet" type="text/css" media="screen" href="<?=site_url().PATH_CSS?>styles.css" />
    <link rel="stylesheet" type="text/css" media="screen" href="<?=site_url().PATH_CSS?>jquery.accessible-news-slider.css" />

and PATH_CSS is an constant (constant.php) that is pointing to "public/css/".

You could do the same structure, so you avoid rewriting all the time the path (if you have a lot of images)

Code:
<img src="&lt;?=site_url().PATH_IMAGE?&gt;image1.jpg" width="240" height="9">


Messages In This Thread
Please describe how to achieve the best structure - by El Forum - 03-12-2009, 11:12 AM
Please describe how to achieve the best structure - by El Forum - 03-12-2009, 11:21 AM
Please describe how to achieve the best structure - by El Forum - 03-12-2009, 02:55 PM
Please describe how to achieve the best structure - by El Forum - 03-13-2009, 10:52 AM
Please describe how to achieve the best structure - by El Forum - 03-23-2009, 09:04 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 03:11 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 06:55 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 07:15 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 07:19 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 07:41 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 05:32 PM
Please describe how to achieve the best structure - by El Forum - 03-27-2009, 01:58 PM
Please describe how to achieve the best structure - by El Forum - 03-27-2009, 08:37 PM
Please describe how to achieve the best structure - by El Forum - 06-23-2009, 12:17 AM
Please describe how to achieve the best structure - by El Forum - 06-23-2009, 02:31 AM
Please describe how to achieve the best structure - by El Forum - 06-26-2009, 12:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB