Misc. Notes

| No Comments | No TrackBacks


dotProject sets the version number using pieces: major, minor, and patch. Interesting. It has some sort of query builder which doesn't make sense to me. I like how the entire program is accessed via a single file (index.php), so when I see stuff like this I wonder why it isn't done in the index.php file:

// First order check if we are allowed to view
if (!$canAccess) {
	$AppUI->redirect('m=public&a=access_denied');
}
$AppUI->savePlace();

No TrackBacks

TrackBack URL: http://www.prodot.docunext.com/cgi-bin/movabletype/mt-tb.cgi/1235

Leave a comment

About this Entry

This page contains a single entry by Albert published on January 17, 2008 6:54 PM.

phpgacl was the previous entry in this blog.

Security is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.