בתרבות הרומית העתיקה נהגו בני האצולה להקיא את אשר אכלו במהלך המשתאות בכדי לאפשר לעצמם להאריך את משך החגיגה. נוהג זה נחשב למקובל ויעיל ואיש לא סיווג אותו כהפרעת אכילה. למעשה, רק ב-1979 החלו אנשי מקצוע לראות באכילה המלווה בהתנהגויות מפצות (כהקאה וספורט) בעיה בפני עצמה: עד אז, נחשבה הבולמיה ל"סוג של אנורקסיה" ולא זכתה להכרתם של אנשי מקצוע. רק בעשורים האחרונים החלו נשים הסובלות מבולמיה להכיר בכך שדפוס אכילתן בעייתי ולפנות לעזרה טיפולית.
בולימיה, אכילה כפייתית ואכילה בולמוסית הן הפרעות אכילה המערבות דפוסי התנהגות וחשיבה לקויים. הפסיכולוגית הקלינית מיכל אפק מסבירה כיצד פועל טיפול קוגניטיבי התנהגותי בהפרעות אכילה אלו
אוהבת ספורט או מפחדת להשמין? דיאטה נורמלית או התחלה של אנורקסיה? בגיל ההתבגרות עולה הסיכון להתפרצותה של הפרעת אכילה והפסיכולוג הקליני אלון צמחוני מסביר על הגורמים ועל דרכי הזיהוי, ההתמודדות והטיפול
SELECT b.*
FROM
cms_module_banners_in_category_manager bc,
cms_module_banners b
WHERE
bc.cat_id = 15 and
bc.status = 'active' and
(
bc.max_impressions = 0 or
bc.max_impressions > (
select sum(impressions)
from cms_module_banners_hits_and_impressions bhi
where
bhi.cat_id = 15 and
bhi.banner_id = bc.banner_id
)
) and
(
bc.never_expire = 1 or
(
(
bc.from_date = '0000-00-00' and bc.to_date = '0000-00-00'
) or
(
bc.from_date != '0000-00-00' and bc.to_date = '0000-00-00' and bc.from_date <= curdate()
) or
(
bc.from_date = '0000-00-00' and bc.to_date != '0000-00-00' and bc.to_date >= curdate()
) or
(
curdate() between bc.from_date and bc.to_date
)
)
) and
bc.banner_id = b.banner_id
ORDER BY RAND() LIMIT 0,1
Error!
No banners matched the query
SELECT b.*
FROM
cms_module_banners_in_category_manager bc,
cms_module_banners b
WHERE
bc.cat_id = 16 and
bc.status = 'active' and
(
bc.max_impressions = 0 or
bc.max_impressions > (
select sum(impressions)
from cms_module_banners_hits_and_impressions bhi
where
bhi.cat_id = 16 and
bhi.banner_id = bc.banner_id
)
) and
(
bc.never_expire = 1 or
(
(
bc.from_date = '0000-00-00' and bc.to_date = '0000-00-00'
) or
(
bc.from_date != '0000-00-00' and bc.to_date = '0000-00-00' and bc.from_date <= curdate()
) or
(
bc.from_date = '0000-00-00' and bc.to_date != '0000-00-00' and bc.to_date >= curdate()
) or
(
curdate() between bc.from_date and bc.to_date
)
)
) and
bc.banner_id = b.banner_id
ORDER BY RAND() LIMIT 0,1
Error!
No banners matched the query
SELECT b.*
FROM
cms_module_banners_in_category_manager bc,
cms_module_banners b
WHERE
bc.cat_id = 17 and
bc.status = 'active' and
(
bc.max_impressions = 0 or
bc.max_impressions > (
select sum(impressions)
from cms_module_banners_hits_and_impressions bhi
where
bhi.cat_id = 17 and
bhi.banner_id = bc.banner_id
)
) and
(
bc.never_expire = 1 or
(
(
bc.from_date = '0000-00-00' and bc.to_date = '0000-00-00'
) or
(
bc.from_date != '0000-00-00' and bc.to_date = '0000-00-00' and bc.from_date <= curdate()
) or
(
bc.from_date = '0000-00-00' and bc.to_date != '0000-00-00' and bc.to_date >= curdate()
) or
(
curdate() between bc.from_date and bc.to_date
)
)
) and
bc.banner_id = b.banner_id
ORDER BY RAND() LIMIT 0,1