On December 18th AVEP organized a final conference of the “Green Skills Training in Rural Areas” Project. The conference held in Bishkek with the participation of the director of Helvetas Kyrgyzstan Anja De Beerand project manager Damira Raeva, the director of AVEP Nurlan Tokonov, the project beneficiaries and stakeholders. The purpose of the conference was to present a work done as of today, and participatory evaluation of the main interventions and achievements of the project so far. During the conference, stakeholders and beneficiaries had the opportunity of presenting and discussing their success stories which were viable thanks to the project.
On December 12, 2018, the final conference of the M-STAR project took place. The purpose of this conference was to familiarize with the results of the project for 2018. The conference was attended by Akimzhan Ergeshov - Head of the Department of Education of the Religious Administration of Muslims of Kyrgyzstan, Jennefer Bukvaynder and Munara Munduzbaeva - representatives of the US Embassy in Kyrgyzstan, representatives of madrasas, private educational institutions and representatives of AVEP. During the conference, the work performed in the framework of the project during the year and the next steps to promote the project to other madrasas were presented.
From 10th to 11th of December within the framework of the M-STAR project in Bishkek, a training was held on the topic of interactive teaching methods. This training was attended by interested teachers of the madrasahs of Naryn, Issyk-Kul, Chui and Talas regions. During the training, the madrasa teachers discussed various teaching methods. Teachers also received a lot of new training methods from the coach. Teachers of madrasas plan to use modern teaching methods in madrasas in the future.
Within the framework of the M-STAR project, an exchange of experience was organized between the madrasas from 11th to 13th November 2018. It was attended by representatives of the State Commission for Religious Affairs, the Muftiat, the director of the madrasa and PF AVEP. During the visit, the participants visited four madrasahs and regional Kazyat of Osh oblast. The purpose of the visit was to introduce advanced methods in the management and training system in the madrasa. Participants of the event highly appreciated the activities and internal conditions of these madrasas. There are also different courses at these madrasas where students receive not only religious knowledge, but also professional knowledge. Students of madrasas go to school and receive a secular education in state secondary schools.
28-29 September 2018 in the sanatorium of Jalal-Abad, Public Fund "AVEP" within the framework of the project "M-STAR" for the representatives of regional and city kazyyata also heads madrasa organized a training on "Team Building". During the training were trained on working with teams, team goals and etc.. After the training has been agreed and discussed plans with the leaders of the madrasah to further promote the project. The participants expressed their deep gratitude to the project "M-STAR."
SELECT b.id
FROMiafco_usergroupsAS a
LEFTJOINiafco_usergroupsAS b ON b.lft <= a.lft AND b.rgt >= a.rgt
WHERE a.id = 1
SELECT id, rules
FROM `iafco_viewlevels`
SELECTCOUNT(*)
FROM `iafco_menu`
WHERE home = 1 AND published = 1 AND client_id = 0
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROMiafco_menuAS m
LEFTJOINiafco_extensionsAS e ON m.component_id = e.extension_id
WHERE m.published = 1 AND m.parent_id > 0 AND m.client_id = 0
ORDERBY m.lft
SELECT a.rules
FROMiafco_assetsAS a
WHERE (a.id = 1)
GROUPBY a.id, a.rules, a.lft
SELECT b.rules
FROMiafco_assetsAS a
LEFTJOINiafco_assetsAS b ON b.lft <= a.lft AND b.rgt >= a.rgt
WHERE (a.name = 'com_content')
GROUPBY b.id, b.rules, b.lft
ORDERBY b.lft
SELECT c.*, CASEWHENCHAR_LENGTH(c.alias) THENCONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
FROMiafco_categories as c
LEFTJOINiafco_categoriesAS s ON (s.lft < c.lft AND s.rgt > c.rgt AND c.language in ('en-GB','*')) OR (s.lft >= c.lft AND s.rgt <= c.rgt)
LEFTJOIN (SELECT cat.id as id FROMiafco_categoriesAS cat JOINiafco_categoriesAS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUPBY cat.id) AS badcats ON badcats.id = c.id
LEFTJOIN `iafco_content` AS i ON i.`catid` = c.id AND i.state = 1
WHERE (c.extension='com_content' OR c.extension='system') AND c.access IN (1,1) AND c.published = 1 AND s.id=26 AND badcats.id is null
GROUPBY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDERBY c.lft
SELECT b.rules
FROMiafco_assetsAS a
LEFTJOINiafco_assetsAS b ON b.lft <= a.lft AND b.rgt >= a.rgt
WHERE (a.name = 'com_content.category.26')
GROUPBY b.id, b.rules, b.lft
ORDERBY b.lft
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASEWHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name, CASEWHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore, CASEWHEN badcats.id is not null THEN 0 ELSE a.state ENDAS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias, CASEWHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name ENDAS author,ua.email AS author_email,(
SELECTMAX(contact.id) AS id
FROMiafco_contact_detailsAS contact
WHERE contact.published = 1 AND contact.user_id = a.created_by AND (contact.language in ('en-GB','*') OR contact.language ISNULL)) as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published, CASEWHEN badcats.id is null THEN c.published ELSE 0 ENDAS parents_published
FROMiafco_contentAS a
LEFTJOINiafco_content_frontpageAS fp ON fp.content_id = a.id
LEFTJOINiafco_categoriesAS c ON c.id = a.catid
LEFTJOINiafco_usersAS ua ON ua.id = a.created_by
LEFTJOINiafco_usersAS uam ON uam.id = a.modified_by
LEFTJOINiafco_categories as parent ON parent.id = c.parent_id
LEFTJOINiafco_content_ratingAS v ON a.id = v.content_id
LEFT OUTERJOIN (SELECT cat.id as id FROMiafco_categoriesAS cat JOINiafco_categoriesAS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUPBY cat.id ) AS badcats ON badcats.id = c.id
WHERE a.access IN (1,1) AND c.access IN (1,1) AND CASEWHEN badcats.id is null THEN a.state ELSE 0 END= 1 AND a.catid = 26 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-07 18:06:40') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-07 18:06:40') AND a.language in ('en-GB','*')
ORDERBY c.lft, CASEWHEN a.publish_up = 0 THEN a.created ELSE a.publish_up ENDDESC , a.created LIMIT 135, 9
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASEWHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name, CASEWHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore, CASEWHEN badcats.id is not null THEN 0 ELSE a.state ENDAS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias, CASEWHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name ENDAS author,ua.email AS author_email,(
SELECTMAX(contact.id) AS id
FROMiafco_contact_detailsAS contact
WHERE contact.published = 1 AND contact.user_id = a.created_by AND (contact.language in ('en-GB','*') OR contact.language ISNULL)) as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published, CASEWHEN badcats.id is null THEN c.published ELSE 0 ENDAS parents_published
FROMiafco_contentAS a
LEFTJOINiafco_content_frontpageAS fp ON fp.content_id = a.id
LEFTJOINiafco_categoriesAS c ON c.id = a.catid
LEFTJOINiafco_usersAS ua ON ua.id = a.created_by
LEFTJOINiafco_usersAS uam ON uam.id = a.modified_by
LEFTJOINiafco_categories as parent ON parent.id = c.parent_id
LEFTJOINiafco_content_ratingAS v ON a.id = v.content_id
LEFT OUTERJOIN (SELECT cat.id as id FROMiafco_categoriesAS cat JOINiafco_categoriesAS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUPBY cat.id ) AS badcats ON badcats.id = c.id
WHERE a.access IN (1,1) AND c.access IN (1,1) AND CASEWHEN badcats.id is null THEN a.state ELSE 0 END= 1 AND a.catid = 26 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-07 18:06:40') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-07 18:06:40') AND a.language in ('en-GB','*')
ORDERBY c.lft, CASEWHEN a.publish_up = 0 THEN a.created ELSE a.publish_up ENDDESC , a.created
SELECT c.*, CASEWHENCHAR_LENGTH(c.alias) THENCONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROMiafco_categories as c
LEFTJOINiafco_categoriesAS s ON (s.lft < c.lft AND s.rgt > c.rgt AND c.language in ('en-GB','*')) OR (s.lft >= c.lft AND s.rgt <= c.rgt)
LEFTJOIN (SELECT cat.id as id FROMiafco_categoriesAS cat JOINiafco_categoriesAS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUPBY cat.id) AS badcats ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system') AND c.access IN (1,1) AND c.published = 1 AND s.id=26 AND badcats.id is null
GROUPBY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDERBY c.lft
SELECT params FROMiafco_extensionsAS e WHERE e.element='com_widgetkit'
SELECT id,template FROMiafco_template_styles WHERE client_id=0 AND home=1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROMiafco_modulesAS m
LEFTJOINiafco_modules_menuAS mm ON mm.moduleid = m.id
LEFTJOINiafco_extensionsAS e ON e.element = m.module AND e.client_id = m.client_id
WHERE m.published = 1 AND e.enabled = 1 AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-11-07 18:06:40') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-07 18:06:40') AND m.access IN (1,1) AND m.client_id = 0 AND (mm.menuid = 265 OR mm.menuid <= 0) AND m.language IN ('en-GB','*')
ORDERBY m.position, m.ordering
UPDATE `iafco_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1762538800;s:18:\"session.timer.last\";i:1762538800;s:17:\"session.timer.now\";i:1762538800;s:24:\"session.client.forwarded\";s:11:\"18.97.14.88\";s:22:\"session.client.browser\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"64d89fba107dcd6cfd88c55bf16eb343\";}'
, `time` = '1762538800'
WHERE `session_id` = 'rjtht1ltg7sbr9kov6btre7u11'
16 Query Types Logged, Sorted by Occurrences.
SELECT Tables:
2 × SELECT b.rules FROMiafco_assetsAS a LEFTJOINiafco_assetsAS b ON b.lft <= a.lft AND b.rgt >= a.rgt
2 × SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASEWHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name, CASEWHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore, CASEWHEN badcats.id is not null THEN 0 ELSE a.state ENDAS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias, CASEWHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name ENDAS author,ua.email AS author_email,( SELECTMAX(contact.id) AS id FROMiafco_contact_detailsAS contact
1 × SELECT c.*, CASEWHENCHAR_LENGTH(c.alias) THENCONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems FROMiafco_categories as c LEFTJOINiafco_categoriesAS s ON (s.lft < c.lft AND s.rgt > c.rgt AND c.language in ('en-GB','*')) OR (s.lft >= c.lft AND s.rgt <= c.rgt) LEFTJOIN (SELECT cat.id as id FROMiafco_categoriesAS cat JOINiafco_categoriesAS parent ON cat.lft BETWEEN parent.lft AND parent.rgt
1 × SELECT c.*, CASEWHENCHAR_LENGTH(c.alias) THENCONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug FROMiafco_categories as c LEFTJOINiafco_categoriesAS s ON (s.lft < c.lft AND s.rgt > c.rgt AND c.language in ('en-GB','*')) OR (s.lft >= c.lft AND s.rgt <= c.rgt) LEFTJOIN (SELECT cat.id as id FROMiafco_categoriesAS cat JOINiafco_categoriesAS parent ON cat.lft BETWEEN parent.lft AND parent.rgt
1 × SELECT params FROMiafco_extensionsAS e
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid FROMiafco_modulesAS m LEFTJOINiafco_modules_menuAS mm ON mm.moduleid = m.id LEFTJOINiafco_extensionsAS e ON e.element = m.module AND e.client_id = m.client_id
1 × SELECT id,template FROMiafco_template_styles
1 × SELECT a.rules FROMiafco_assetsAS a
1 × SELECT b.id FROMiafco_usergroupsAS a LEFTJOINiafco_usergroupsAS b ON b.lft <= a.lft AND b.rgt >= a.rgt
1 × SELECT `session_id` FROM `iafco_session`
1 × SELECT id, rules FROM `iafco_viewlevels
1 × SELECTCOUNT(*) FROM `iafco_menu`
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component FROMiafco_menuAS m LEFTJOINiafco_extensionsAS e ON m.component_id = e.extension_id