Thread: TalkPHP Project
View Single Post
Old 08-30-2008, 08:13 PM   #281 (permalink)
Ross
The Contributor
 
Ross's Avatar
 
Join Date: Jan 2008
Location: England, UK
Posts: 83
Thanks: 3
Ross is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
Codefreek did very little as leader, he has done nothing recently. He will never get this project done. If you want to, I would advise you to take the lead. I believe he offered it to anyone else somewhere in the thread.
Unfortunately I've got too much on my hands already (just been accepted into PHP.net's docbook team and I'm helping other communties as well) although I think I can spare some time for developing. I'm definitely not in a position to lead however.

Perhaps Salathe can boss us around when he gets back? :) At the moment we need to get those things on my list done before we can do anything - and by the current track record it'll take 2 weeks to get them done :P

---------------------------------------------

Here's a basic idea of some file requirements:

Code:
Core
	DAL
		Database Connection Abstract
		MySQLi Extension
		PostgreSQL Extension
		SQLLite Extension
	Datamanager
		Datamanager Abstract
		Users
		Albums
		Media
	Template/HTML Output
		Template Loader + Parser
		Template Filecache
	Upload Helper
	Input Validator
	User Session Helper

Interface
	Home
	Login
	Logout
	Upload
	View Album
	View Media
	Site Admin
	User Profile (+edit)

Application Helpers
	Installer
	Updater

Last edited by Ross : 08-31-2008 at 03:38 PM.
Ross is offline  
Reply With Quote