• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Can we use Joomla functions in script?

Can we use Joomla functions in script? 14 years 2 months ago #12892

  • mika22
  • mika22's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,
i have seen in your examples, that you use a joomla function like this:
$database->setQuery("SELECT col1 as val, col 2 as txt FROM my_external_table");
$values = $database->loadObjectList();

I have it tryed with this, but it seems not to work:
$session = JFactory::getSession();
$session->set('form_is_sended', 1);

So i need a info what for functions i can use from the joomla framework.
Thanks.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!