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
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 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
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
|