Advertisement
Advertisement
| 08.07.2008 at 04:20AM PDT, ID: 23628882 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: |
$query = "select format_id, dam_assets.asset_id as asset_id,dam_assets.name as assetname,dam_assets.description as assetdesc from dam_assets,dam_asset_media as all_media, dam_xref_data as media_xref, dam_xref_data as data_xref, dam_asset_data as all_data where all_media.asset_id = dam_assets.asset_id and all_data.asset_id = dam_assets.asset_id and media_xref.xref_data_id = all_media.format_id and data_xref.xref_data_id = all_data.xref_data_id and ( exists (select 1 from dam_asset_keywords as keywords where keywords.asset_id = dam_assets.asset_id and (keyword = '".addslashes($keyword)."' or keyword like '".addslashes($keyword)." %' or keyword like '% ".addslashes($keyword)." %' or keyword like '% ".addslashes($keyword)."' ))) group by asset_id,assetname,assetdesc order by assetname"; |