Hardware Specification
Apply for Clearance
LACs & Networking
Dzongkha Localization wiki
Request For Proposal(RFP)-E-portal(Word format)
Request For Proposal(RFP)-E-portal(PDF format)

Localization of E-Governance
The Department of Information Technology, MoIC, with support from other Ministries and the GNH Commission, is implementing a UNDP funded project entitled "Localization of E-Governance". The project started in March, 2008 and is scheduled for completion in June, 2009. The main objective of the project is to facilitate Government to Citizen (G to C) e-governance.

It will develop an e-platform to deliver services to the citizens efficiently and effectively. The forestry services of the MoA will be trialed in three sites in Trongsa during the project period. The plan is then to replicate to other services as well as to other parts of the country in subsequent years, ultimately covering the whole range of services and the entire country.

An International Consultant hired for this project by UNDP and DIT is Er. Vishanta Rayamajhi, International IT Expert (Nepal).


The ePlatform Model [Visit the ePlatform Model website below]
Advanced PHP Training conducted on 26 Nov - 5 Dec 2008 by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
Zend Framework Tutorials and Materials by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
  • Installation and Configuration of Zend Framework (December 25, 2008)   Download Here
  • Zend Framework and MVC (December 25, 2008)   Download Here
  • Zend Framework and Zend Studio Overview (December 25, 2008)   Download Here
  • An insight into architecture of Zend Framework (December 25, 2008)   Download Here
  • ZF Components (December 25, 2008)   Download Here
  • Sample Program in Zend Framework - strictly in MVC paradigm (December 25, 2008)   Download Here
PHP 5 Classes and Objects (December 29, 2008) by E-Governance Project Team
Zend Framework Components Code Snippets by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
  • Zend_Acl, Zend_Cache, Zend_Captcha (December 30, 2008)   Download Here
  • Zend_Config_Ini, Zend_Config_Xml (December 30, 2008)   Download Here
  • Zend_Date, Zend_Feed (December 30, 2008)   Download Here
Zend Framework Program in MVC Paradigm by E-Governance Project Team

Unzip the following code snippet and place in the root directory.

The web address (for example, http://www.dit.gov.dt/contact/branch) in MVC looks for the class file (ContactController.php) in /sample-zend/application/controllers/ directory and executes branchAction() method in the class file. Hence, the fundamental logic in Zend Framework is contact serves as "Controller Name" and branch serves as "Action Name".

To render the page in browser (display), the MVC application calls the template file (.phtml) in /sample-zend/application/views/scripts/ directory and for this example, it executes the file (branch.phtml) in contact/ directory.

By deafult, if action name is not supplied, it executes indexAction() and renders index.phtml file and if controller name is not specified, the default is indexAction() of IndexController.php class file and template file is index.phtml under views/index/ directory.
Exception Handling in Zend Framework (December 31, 2008) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
Zend_Filter, Zend_Form (December 31, 2008) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
Zend Framework Coding Standard for PHP (December 31, 2008) by E-Governance Project Team
An Insight into Zend_Acl (December 31, 2008) by E-Governance Project Team
Zend Framework Web Services & Registry by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
  • Communicating with Google API (December 31, 2008)   Download Here
  • Talk to Yahoo API (December 31, 2008)   Download Here
  • Zend_Locale and Zend_Registry (December 31, 2008)   Download Here
Sending mails in Zend Framework (December 31, 2008) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
Sessions in Zend Framework (December 31, 2008) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
Creating PDF documents in Zend Framework (December 31, 2008) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
Database with Zend_Db (January 01, 2009) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
CRUD Application in Zend Framework (December 31, 2008) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
Login Authentication in CRUD Application (January 12, 2009) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
PostgreSQL 8.0 Documentation (January 17, 2009) by E-Governance Project Team
Zend_Form Decorators (January 20, 2009) by E-Governance Project Team
MySQL 5.x Manual (February 03, 2009) by E-Governance Project Team