Changeset 10225 for temp/trunk/data/conf/conf.php
- Timestamp:
- 2006/12/05 21:27:25 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/conf/conf.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r10223 r10225 761 761 ); 762 762 763 764 // View¤ÎWhere¶çÃÖ´¹ÍÑ 765 $arrViewWhere = array( 766 "&&crscls_where&&" => "", 767 "&&crsprdcls_where&&" =>"", 768 "&&noncls_where&&" => "", 769 "&&allcls_where&&" => "", 770 "&&allclsdtl_where&&" => "", 771 "&&prdcls_where&&" => "", 772 "&&catcnt_where&&" => "" 773 ); 774 763 775 // ViewÊÑ´¹ÍÑ(MySQLÂбþ) 764 776 $arrView = array( … … 775 787 776 788 "vw_products_nonclass" => ' 777 (SELECT * FROM dtb_products AS T1 LEFT JOIN 789 (SELECT 790 T1.product_id, 791 T1.name, 792 T1.deliv_fee, 793 T1.sale_limit, 794 T1.sale_unlimited, 795 T1.category_id, 796 T1.rank, 797 T1.status, 798 T1.product_flag, 799 T1.point_rate, 800 T1.comment1, 801 T1.comment2, 802 T1.comment3, 803 T1.comment4, 804 T1.comment5, 805 T1.comment6, 806 T1.file1, 807 T1.file2, 808 T1.file3, 809 T1.file4, 810 T1.file5, 811 T1.file6, 812 T1.main_list_comment, 813 T1.main_list_image, 814 T1.main_comment, 815 T1.main_image, 816 T1.main_large_image, 817 T1.sub_title1, 818 T1.sub_comment1, 819 T1.sub_image1, 820 T1.sub_large_image1, 821 T1.sub_title2, 822 T1.sub_comment2, 823 T1.sub_image2, 824 T1.sub_large_image2, 825 T1.sub_title3, 826 T1.sub_comment3, 827 T1.sub_image3, 828 T1.sub_large_image3, 829 T1.sub_title4, 830 T1.sub_comment4, 831 T1.sub_image4, 832 T1.sub_large_image4, 833 T1.sub_title5, 834 T1.sub_comment5, 835 T1.sub_image5, 836 T1.sub_large_image5, 837 T1.sub_title6, 838 T1.sub_comment6, 839 T1.sub_image6, 840 T1.sub_large_image6, 841 T1.del_flg, 842 T1.creator_id, 843 T1.create_date, 844 T1.update_date, 845 T1.deliv_date_id, 846 T2.product_id_sub, 847 T2.product_code, 848 T2.price01, 849 T2.price02, 850 T2.stock, 851 T2.stock_unlimited, 852 T2.classcategory_id1, 853 T2.classcategory_id2 854 FROM (SELECT * FROM dtb_products &&noncls_where&&) AS T1 LEFT JOIN 778 855 (SELECT 779 856 product_id AS product_id_sub,
Note: See TracChangeset
for help on using the changeset viewer.
