Welcome Guest, Not a member yet? Register   Sign In
Getting feet wet-- couple of "best practice" questions
#8

[eluser]cahva[/eluser]
[quote author="Fumigator" date="1271121420"]
Yeah... this was something that was bothering me, why would I want a URL reference to every image? So I've taken your advice and added a constant that I can use to create a relative reference to my images. Thanks.[/quote]

..or just change your $config['base_url'] Smile

I have this set up in almost every project and have no problem at all:
Code:
$config['base_url']    = "/";
That way you can use site_url, anchor etc. everywhere. As it is pointed out, browser will know in which domain you are on Smile

Ofcourse full url is sometimes needed(for example payment methods which want return url) and therefore I add something like $config['full_url'] = 'http://www.somedomain.tld/' which can be then grabbed with config_item('full_url') when I need it somewhere.


Messages In This Thread
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-08-2010, 01:24 PM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-08-2010, 02:35 PM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-08-2010, 04:13 PM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-09-2010, 12:40 AM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-09-2010, 07:11 AM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-09-2010, 07:48 AM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-12-2010, 02:17 PM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-12-2010, 02:37 PM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-12-2010, 03:28 PM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-13-2010, 07:11 AM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-13-2010, 11:10 PM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-13-2010, 11:49 PM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-14-2010, 12:37 AM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-19-2010, 03:48 PM
Getting feet wet-- couple of "best practice" questions - by El Forum - 04-20-2010, 10:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB