האדם הקדמון נהג לצייר על קירות מערותיו במטרה לסמל את האובייקט המתואר; במאה הרביעית לפנה"ס התפתח הכתב הראשון אשר התבסס על סמלים ולא על ציורים. כיום, יודעים מרבית בני האדם לקרא ולכתב ויכולת זו נחשבת לבסיסית והכרחית לתפקוד בחברה המערבית.
ביבליותרפיה היא תהליך דינאמי היוצר אינטרקציה בין אישיות הקורא והספרות תחת ההשגחה של המטפל, או במילית אחרות- טיפול באמצעות טקסטים ספרותיים. הביבליותרפיה התפתחה כבר החל משנות ה-20, אך בתחילת דרכה היתה נפוצה יותר בקרב ספרנים מאשר אצל מטפלים מקצועיים. כיום ביבליותרפיה הוא כלי נפוץ ביותר הנמצא בשימושם של יועצים חינוכיים, עובדים סוציאליים, מורים, ספרנים ועובדי בריאות הנפש.
הילד מדוכא, מתמודד עם אובדן או סובל מבעיות התנהגות? זה הזמן לסיפור. ביבליותרפיה לילדים מאפשרת לילד לעבד את רגשותיו וחוויותיו ולהשיג שינוי התנהגותי באמצעות דיון בסיפורים וחומרי קריאה
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