Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
Archived Discussions
Archived Development & Programming
Where to put a "global variable" for the entire website
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
Where to put a "global variable" for the entire website
El Forum
Guest
#2
11-26-2008, 09:21 PM
[eluser]kgill[/eluser]
You're correct, stick it in your config.php file:
$config['sitename'] = 'This is my temp name';
then you can use it anywhere in your app with the following:
$this->config->item('sitename');
Messages In This Thread
Where to put a "global variable" for the entire website
- by El Forum - 11-26-2008, 08:08 PM
Where to put a "global variable" for the entire website
- by El Forum - 11-26-2008, 09:21 PM
Where to put a "global variable" for the entire website
- by El Forum - 11-26-2008, 09:24 PM
Where to put a "global variable" for the entire website
- by El Forum - 11-26-2008, 09:28 PM
Where to put a "global variable" for the entire website
- by El Forum - 11-26-2008, 09:39 PM
Where to put a "global variable" for the entire website
- by El Forum - 12-29-2008, 07:37 PM
Where to put a "global variable" for the entire website
- by El Forum - 12-30-2008, 02:31 AM
Where to put a "global variable" for the entire website
- by El Forum - 12-30-2008, 02:51 AM
Where to put a "global variable" for the entire website
- by El Forum - 12-30-2008, 03:07 AM
Where to put a "global variable" for the entire website
- by El Forum - 12-30-2008, 04:32 AM
Where to put a "global variable" for the entire website
- by El Forum - 12-30-2008, 05:04 AM
Where to put a "global variable" for the entire website
- by El Forum - 12-30-2008, 09:00 AM
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB