Home » Forum
NoNumber!

Joomla!® Websites & Extensions
development  -  support  -  consultancy

I try to respond within 48 hours (excluding weekends).
If I haven't responded by then, feel free to post a reminder or bug me via email.

My last reply was: 17 Hours, 3 Minutes ago.

Welcome, Guest
Please Login or Register.    Lost Password?

[SOLVED] cannot get $database object
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: [SOLVED] cannot get $database object
#90
[SOLVED] cannot get $database object 3 Years, 7 Months ago  
my bad, thinking in j1.0 - should've been using
$db = &JFactory::getDBO();

trying to make a $database query, but I am unable to get the $database object.

{source}<?php
global $database;
$database->setQuery('select 1');
echo($database->loadResult());
?>{/source}

I receive the following error:
Call to a member function setQuery() on a non-object

using mjaztools dump(), the $database object is null.

Is this possible using sourcerer?
stutteringp0et
Posts: 1
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#91
[SOLVED] cannot get $database object 3 Years, 7 Months ago  
So shouldn't it be this, like you stated?

try something like this:
{source}
<?php
  $db =& JFactory::getDBO();
  $db->setQuery('select 1');
  echo($db->loadResult());
?>
{/source}

Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#92
[SOLVED] cannot get $database object 3 Years, 7 Months ago  
Oh, you edited the post, I get it.
So it is solved...
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
Go to topPage: 1
Moderators: Peter van Westen
hosting joomla
MaxCDN | Content Delivery Network | Accelerate your site to the max
Open Source Training | Online Joomla! Training and Support