Dublowanie zapytań do baz danych :(
Wyniki 1 do 1 z 1

Temat: Dublowanie zapytań do baz danych :(

  1. #1
    Przeglądacz
    Dołączył
    06-04-2006
    Wpisy
    65
    Punkty
    10

    Domyślny Dublowanie zapytań do baz danych :(

    Witam, zauważyłem że pony gallery, datso i inne podobne komponenty w debug mod widać tpodówjne zapytania, czy to jest błąd joomli , debuga, czy komponentów ??
    Kod PHP:
    SELECT *
     
    FROM CMS__menu
     WHERE id 
    128
    SELECT imgcounter 
            FROM CMS__datsogallery 
            WHERE id
    ='6'
    SELECT imgcounter 
            FROM CMS__datsogallery 
            WHERE id
    ='6'
    UPDATE CMS__datsogallery
            SET imgcounter
    ='48'
            
    WHERE id=6
    select id
    ,  catid,  imgtitle,  imgauthor,  imgtext,  imgdate,  imgcounter,  imgvotes,  imgvotesum,  published,  imgthumbname,  owner  from CMS__datsogallery where id 6
    select id
    ,  catid,  imgtitle,  imgauthor,  imgtext,  imgdate,  imgcounter,  imgvotes,  imgvotesum,  published,  imgthumbname,  owner  from CMS__datsogallery where id 6
    select id
    imgthumbnameimgtitle  from CMS__datsogallery as a  left join CMS__datsogallery_catg as ca on ca.cid =1 where 1 ca.cid   and a.published 1  and a.approved 1  and ca.published 1  order by rand() desc limit 5
    select id from CMS__datsogallery where catid 
    and published '1' and approved 1 order by ordering ASC
    SELECT cmtid
    cmtipcmtnamecmttextcmtdate  FROM CMS__datsogallery_comments  WHERE cmtpic '6'  ORDER BY cmtid DESC
    SELECT a
    .*
     
    FROM CMS__components AS a
     WHERE 
    a.admin_menu_link 'option=com_syndicate' OR a.admin_menu_link 'option=com_syndicate&hidemainmenu=1' )
     AND 
    a.option 'com_syndicate' 
    Ostanio edytowane przez bigus : 15-05-2007 22:41

Reguły pisania

  • Nie możesz zakładać nowych tematów
  • Nie możesz dodawać wypowiedzi
  • Nie możesz dodawać załączników
  • Nie możesz poprawiać swoich postów
  •