Nduom News
In the News
Press Release - Savannah Accelerated Development Authority (SADA)
Thu, May 7th 2009
It is important that we consider as a matter of public interest ways to implement the Savannah Accelerated Development Authority (SADA) that will ensure efficiency and effectiveness. The development of the three northern regions and other poverty endemic areas of the country is a matter that is agreed by all political parties in Ghana. The NPP when in government went through an Act of Parliament to back its interest and intent.
Comment on this Article
 
Comments (0)  
Voting
Starts in
   
Nduom keyAgenda
10 Point Agenda
“ My first experience as a political leader, first
experience as a political leader ”
more »
cpp manifesto
Economic Planning & Regional Cooperation, he was
in Abidjan, Cote D’Ivoire at the African Development
Bank (ADB) working in his role as Advisor to
more »
get involved
Volunteer
Recruit
Sign up Friends & Family
Spread the word.
upcoming events
nduom event name
The elmina Rally
more »
nduom event name
The elmina Rally
more »
More Events »
Watch videos
Videos
nduom is here
my space facebook you tube flicker
 
7 queries took 15 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `news`10104
2DESCRIBE `images`883
3DESCRIBE `news_comments`11113
4SELECT `News`.`id`, `News`.`created`, `News`.`author`, `News`.`image_id`, `News`.`source`, `News`.`title`, `News`.`content`, `News`.`modified`, `News`.`type`, `News`.`status`, `Image`.`id`, `Image`.`filename`, `Image`.`type`, `Image`.`size`, `Image`.`dir`, `Image`.`image_type`, `Image`.`created`, `Image`.`modified` FROM `news` AS `News` LEFT JOIN `images` AS `Image` ON (`News`.`image_id` = `Image`.`id`) WHERE `News`.`id` = 67 LIMIT 1111
5SELECT `NewsComment`.`id`, `NewsComment`.`news_id`, `NewsComment`.`comment`, `NewsComment`.`email`, `NewsComment`.`nickname`, `NewsComment`.`location`, `NewsComment`.`approved`, `NewsComment`.`title`, `NewsComment`.`created`, `NewsComment`.`modified`, `NewsComment`.`viewed` FROM `news_comments` AS `NewsComment` WHERE `NewsComment`.`approved` = "1" AND `NewsComment`.`news_id` IN (67) LIMIT 3001
6SELECT `NewsComment`.`id`, `NewsComment`.`news_id`, `NewsComment`.`comment`, `NewsComment`.`email`, `NewsComment`.`nickname`, `NewsComment`.`location`, `NewsComment`.`approved`, `NewsComment`.`title`, `NewsComment`.`created`, `NewsComment`.`modified`, `NewsComment`.`viewed`, `News`.`id`, `News`.`created`, `News`.`author`, `News`.`image_id`, `News`.`source`, `News`.`title`, `News`.`content`, `News`.`modified`, `News`.`type`, `News`.`status` FROM `news_comments` AS `NewsComment` LEFT JOIN `news` AS `News` ON (`NewsComment`.`news_id` = `News`.`id`) where `NewsComment`.`approved` = "1" and `NewsComment`.`news_id` = 67 ORDER BY `NewsComment`.`id` desc, `NewsComment`.`modified` desc 002
7SELECT COUNT(*) AS `count` FROM `news_comments` AS `NewsComment` LEFT JOIN `news` AS `News` ON (`NewsComment`.`news_id` = `News`.`id`) where news_id = 67 111