Localization of E-Governance
Overview
by admin, posted Apr 18, 2011 | in
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).
Advanced PHP Training
by admin, posted Apr 18, 2011 | inAdvanced PHP Training conducted on 26 Nov - 5 Dec 2008 by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP.
| Attachment | Size |
|---|---|
| Advanced PHP | 2.35 MB |
Zend Framework Tutorials and Materials
by admin, posted Apr 18, 2011 | inZend Framework Tutorials and Materials by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
PHP 5 Classes and Objects
by admin, posted Apr 18, 2011 | in| Attachment | Size |
|---|---|
| PHP 5 Classes and Objects (December 29, 2008) by E-Governance Project Team | 1.12 MB |
Zend Framework Components Code Snippets
by admin, posted Apr 18, 2011 | inZend Framework Components Code Snippets by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
| Attachment | Size |
|---|---|
| Zend_Acl, Zend_Cache, Zend_Captcha (December 30, 2008) | 150.37 KB |
| Zend_Config_Ini, Zend_Config_Xml (December 30, 2008) | 143.98 KB |
| Zend_Date, Zend_Feed (December 30, 2008) | 172.84 KB |
Zend Framework Program in MVC Paradigm
by admin, posted Apr 18, 2011 | inZend 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.
| Attachment | Size |
|---|---|
| Code Snippet (December 30, 2008) | 347.96 KB |
Exception Handling in Zend Framework
by admin, posted Apr 18, 2011 | inException Handling in Zend Framework (December 31, 2008) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
| Attachment | Size |
|---|---|
| Exception Handling in Zend Framework | 209.93 KB |
Zend_Filter, Zend_Form
by admin, posted Apr 18, 2011 | inZend_Filter, Zend_Form (December 31, 2008) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
| Attachment | Size |
|---|---|
| Zend_Filter, Zend_Form | 58.63 KB |
Zend Framework Coding Standard for PHP
by admin, posted Apr 18, 2011 | inZend Framework Coding Standard for PHP (December 31, 2008) by E-Governance Project Team
| Attachment | Size |
|---|---|
| Zend Framework Coding Standard for PHP | 149.69 KB |
An Insight into Zend_Acl
by admin, posted Apr 18, 2011 | inAn Insight into Zend_Acl (December 31, 2008) by E-Governance Project Team
| Attachment | Size |
|---|---|
| An Insight into Zend_Acl | 99.34 KB |
Zend Framework Web Services & Registry
by admin, posted Apr 18, 2011 | inZend Framework Web Services & Registry by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
| Attachment | Size |
|---|---|
| Communicating with Google API (December 31, 2008) | 117.92 KB |
| Talk to Yahoo API (December 31, 2008) | 143.18 KB |
| Zend_Locale and Zend_Registry (December 31, 2008) | 83.66 KB |
Sending mails in Zend Framework
by admin, posted Apr 18, 2011 | inSending mails in Zend Framework (December 31, 2008) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
| Attachment | Size |
|---|---|
| Zend_Mail | 84.24 KB |
Sessions in Zend Framework
by admin, posted Apr 18, 2011 | inSessions in Zend Framework (December 31, 2008) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
| Attachment | Size |
|---|---|
| Zend_Session | 81.8 KB |
Creating PDF documents in Zend Framework
by admin, posted Apr 18, 2011 | inCreating PDF documents in Zend Framework (December 31, 2008) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
| Attachment | Size |
|---|---|
| Zend_Pdf | 83.63 KB |
Database with Zend_Db
by admin, posted Apr 18, 2011 | inDatabase with Zend_Db (January 01, 2009) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
| Attachment | Size |
|---|---|
| Zend_Db | 126.52 KB |
CRUD Application in Zend Framework
by admin, posted Apr 18, 2011 | inCRUD Application in Zend Framework (December 31, 2008) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
| Attachment | Size |
|---|---|
| Documentation (December 31, 2008) | 218.22 KB |
| Code Documentation (January 15, 2009) - Project Team | 77.87 KB |
| Source Code (December 31, 2008) | 9.67 KB |
Login Authentication in CRUD Application
by admin, posted Apr 18, 2011 | inLogin Authentication in CRUD Application (January 12, 2009) by Er. Vishanta Rayamajhi, International IT Expert (Nepal), UNDP
| Attachment | Size |
|---|---|
| Code Documentation (January 15, 2009) - Project Team | 108.02 KB |
| Source Code (January 12, 2009) | 10.67 KB |
PostgreSQL 8.0 Documentation
by admin, posted Apr 18, 2011 | inPostgreSQL 8.0 Documentation (January 17, 2009) by E-Governance Project Team
| Attachment | Size |
|---|---|
| PostgreSQL Documentation | 365.54 KB |
Zend_Form Decorators
by admin, posted Apr 18, 2011 | inZend_Form Decorators (January 20, 2009) by E-Governance Project Team
| Attachment | Size |
|---|---|
| Zend_Form_Decorator | 49.34 KB |
MySQL 5.x Manual
by admin, posted Apr 18, 2011 | inMySQL 5.x Manual (February 03, 2009) by E-Governance Project Team
| Attachment | Size |
|---|---|
| MySQL 5.x | 302.71 KB |

