Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

select data 21 Jun 2012 18:48 #2606

  • LJ01
  • LJ01's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
  • Posts: 78
  • Thank you received: 2
hi
with my old component this xwriting working, but with cook not working
function conso09()
    {	//calcul de la conso chauffage 2009
 	$params = JComponentHelper::getParams('com_batenergie');

    			// Load the data
			$query = ' SELECT * FROM #__batenergie_objects '. 
                    '  WHERE id = '. $data->id ;
			$this->_db->setQuery( $query );
			$this->_data = $this->_db->loadObject();
	//calcul
	$total = ($this->_data->dpe09_fioul * $params->get('kwhx_fioul', 1) )
		+ ($this->_data->dpe09_gas * $params->get('kwhx_gas', 1))
		+ ($this->_data->dpe09_gasp * $params->get('kwhx_gasp', 1))
		+ ($this->_data->dpe09_elec * $params->get('kwhx_elec', 1))
		+ ($this->_data->dpe09_boisp * $params->get('kwhx_boisp', 1))
		+ ($this->_data->dpe09_boisg * $params->get('kwhx_boisg', 1))
		+ ($this->_data->dpe09_boisb * $params->get('kwhx_boisb', 1));

		return $total;
    }
LJ
Ce sont les fils qui font les cordes
ingall-niger.org

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.074 seconds

Awards for the best Joomla app. This product is gonna win an award for this amazing job. Cook Self Service is the the best application from all over the Joomla universe ! It brings Joomla to a professional level really advanced for developers. It is a real fun to develop with it. The ACL part and security checks implementation are just... so much hours saved. I can now concentrate myself more on the design part and the creative works. Thank you so much. Guys I offer you all my congratulation ! Keep up the works because Joomla is needing it to increase the quality of extensions availables on the JED. I also learned a lot because I can see how to code at the proper place and I found all my answers reading the forum.
lack_hanson (JED)
          

Get Started