Courses
-
ar&eng
ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng
Free
ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng ar&eng
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
select count(*) as aggregate from `courses` where `enabled` = '1' and exists (select * from `course_translations` where `courses`.`id` = `course_translations`.`course_id` and `locale` = 'en' and `locale` in ('de', 'en', 'es', 'fr', 'tr', 'ar', 'en')) and `learning_path_id` is null and exists (select * from `ng_levels` where `courses`.`id` = `ng_levels`.`course_id` and exists (select * from `ng_lessons` where `ng_levels`.`id` = `ng_lessons`.`level_id` and exists (select * from `ng_lesson_translations` where `ng_lessons`.`id` = `ng_lesson_translations`.`lesson_id` and `locale` = 'en' and `locale` in ('de', 'en', 'es', 'fr', 'tr', 'ar', 'en')) and `enabled` = '1'))
60.61msemaq_maqraaMetadata | |
---|---|
Bindings |
|
select * from `courses` where `enabled` = '1' and exists (select * from `course_translations` where `courses`.`id` = `course_translations`.`course_id` and `locale` = 'en' and `locale` in ('de', 'en', 'es', 'fr', 'tr', 'ar', 'en')) and `learning_path_id` is null and exists (select * from `ng_levels` where `courses`.`id` = `ng_levels`.`course_id` and exists (select * from `ng_lessons` where `ng_levels`.`id` = `ng_lessons`.`level_id` and exists (select * from `ng_lesson_translations` where `ng_lessons`.`id` = `ng_lesson_translations`.`lesson_id` and `locale` = 'en' and `locale` in ('de', 'en', 'es', 'fr', 'tr', 'ar', 'en')) and `enabled` = '1')) order by `created_at` desc limit 15 offset 0
2.11msemaq_maqraaMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `course_translations` where `locale` in ('de', 'en', 'es', 'fr', 'tr', 'ar', 'en') and `course_translations`.`course_id` in ('10', '12', '36')
1.51msemaq_maqraaMetadata | |
---|---|
Bindings |
|
Hints |
|
select `files`.*, `attachables`.`attachable_id` as `pivot_attachable_id`, `attachables`.`file_id` as `pivot_file_id`, `attachables`.`zone` as `pivot_zone`, `attachables`.`id` as `pivot_id`, `attachables`.`created_at` as `pivot_created_at`, `attachables`.`updated_at` as `pivot_updated_at` from `files` inner join `attachables` on `files`.`id` = `attachables`.`file_id` where `attachables`.`attachable_id` = '39' and `attachables`.`attachable_type` = 'Midade\Newmuslims\Models\CourseTranslation' and `attachables`.`zone` = 'img_320_190' order by `order` asc limit 1
2.11msemaq_maqraaMetadata | |
---|---|
Bindings |
|
Hints |
|
select `files`.*, `attachables`.`attachable_id` as `pivot_attachable_id`, `attachables`.`file_id` as `pivot_file_id`, `attachables`.`zone` as `pivot_zone`, `attachables`.`id` as `pivot_id`, `attachables`.`created_at` as `pivot_created_at`, `attachables`.`updated_at` as `pivot_updated_at` from `files` inner join `attachables` on `files`.`id` = `attachables`.`file_id` where `attachables`.`attachable_id` = '39' and `attachables`.`attachable_type` = 'Midade\Newmuslims\Models\CourseTranslation' and `attachables`.`zone` = 'thumbnail' order by `order` asc limit 1
2.36msemaq_maqraaMetadata | |
---|---|
Bindings |
|
Hints |
|
select `files`.*, `attachables`.`attachable_id` as `pivot_attachable_id`, `attachables`.`file_id` as `pivot_file_id`, `attachables`.`zone` as `pivot_zone`, `attachables`.`id` as `pivot_id`, `attachables`.`created_at` as `pivot_created_at`, `attachables`.`updated_at` as `pivot_updated_at` from `files` inner join `attachables` on `files`.`id` = `attachables`.`file_id` where `attachables`.`attachable_id` = '14' and `attachables`.`attachable_type` = 'Midade\Newmuslims\Models\CourseTranslation' and `attachables`.`zone` = 'img_320_190' order by `order` asc limit 1
3.35msemaq_maqraaMetadata | |
---|---|
Bindings |
|
Hints |
|
select `files`.*, `attachables`.`attachable_id` as `pivot_attachable_id`, `attachables`.`file_id` as `pivot_file_id`, `attachables`.`zone` as `pivot_zone`, `attachables`.`id` as `pivot_id`, `attachables`.`created_at` as `pivot_created_at`, `attachables`.`updated_at` as `pivot_updated_at` from `files` inner join `attachables` on `files`.`id` = `attachables`.`file_id` where `attachables`.`attachable_id` = '14' and `attachables`.`attachable_type` = 'Midade\Newmuslims\Models\CourseTranslation' and `attachables`.`zone` = 'thumbnail' order by `order` asc limit 1
2.2msemaq_maqraaMetadata | |
---|---|
Bindings |
|
Hints |
|
select `files`.*, `attachables`.`attachable_id` as `pivot_attachable_id`, `attachables`.`file_id` as `pivot_file_id`, `attachables`.`zone` as `pivot_zone`, `attachables`.`id` as `pivot_id`, `attachables`.`created_at` as `pivot_created_at`, `attachables`.`updated_at` as `pivot_updated_at` from `files` inner join `attachables` on `files`.`id` = `attachables`.`file_id` where `attachables`.`attachable_id` = '11' and `attachables`.`attachable_type` = 'Midade\Newmuslims\Models\CourseTranslation' and `attachables`.`zone` = 'img_320_190' order by `order` asc limit 1
1.79msemaq_maqraaMetadata | |
---|---|
Bindings |
|
Hints |
|
select `files`.*, `attachables`.`attachable_id` as `pivot_attachable_id`, `attachables`.`file_id` as `pivot_file_id`, `attachables`.`zone` as `pivot_zone`, `attachables`.`id` as `pivot_id`, `attachables`.`created_at` as `pivot_created_at`, `attachables`.`updated_at` as `pivot_updated_at` from `files` inner join `attachables` on `files`.`id` = `attachables`.`file_id` where `attachables`.`attachable_id` = '11' and `attachables`.`attachable_type` = 'Midade\Newmuslims\Models\CourseTranslation' and `attachables`.`zone` = 'thumbnail' order by `order` asc limit 1
1.47msemaq_maqraaMetadata | |
---|---|
Bindings |
|
Hints |
|