Tagged in

PHP

technodyne
technodyne
Technical write ups
More information
Followers
3
More, on Medium

php and mongodb powered blog — Part 2

In the previous post about adding and viewing the blog post. This post is about creating the dashboard for the blog. Create dashboard.php. Add the following.

[sourcecode language=”php”]
<?php
 try {
 $mongodb = new Mongo()…


Customize mantisbt

Mantisbt is an open source bug tracking tool. This is scripted by php. This tool enhance the efficiency of the whole bug tracking process and development process. You can download mantisbt from here. In the default configuration of mantis, there are lot of stuff integrated with that. But this…


Customize mantisbt

Mantisbt is an open source bug tracking tool. This is scripted by php. This tool enhance the efficiency of the whole bug tracking process and development process. You can download mantisbt from here. In the default configuration of mantis, there are lot of stuff integrated with that. But this…