From: Todd O. <to...@da...> - 2001-03-02 11:33:30
|
As a new member to the project as of this week, let me make a few observations. I have spoken directly with Brian Brown at Appalachian State and he is very interested in outside developer input such as your own. At this point we are reviewing the plug-in API for 0.8 and I believe momentum will pick up significantly after that is complete. I guess we need a procedure for giving CVS write privileges. My goals, as I've shared with Brian on the telephone are as follows, most important at list end: . Database abstraction layer (I prefer Postgres) . Port of phpBB for forum system discussions . System to integrate or port phpgroupware plug-ins . Abstraction system or table field additions to allow multiple _independent_ organizations/departments to exist using the same installation and database tables (so management is easy), but content remains isolated. --Todd Owen |
From: Karsten D. <k.d...@tu...> - 2001-03-02 17:33:10
|
On Fri, Mar 02, 2001 at 06:33:16AM -0500, Todd Owen wrote: > My goals, as I've shared with Brian on the telephone are as follows, most > important at list end: >=20 > . Database abstraction layer (I prefer Postgres) Ack. > . Port of phpBB for forum system discussions Have you looked at Phorum? What do you think about that? > . System to integrate or port phpgroupware plug-ins Now _that_ would be cool! Regards, Karsten --=20 Why do we have to hide from the police, daddy? Because we use emacs, son. They use vi. ----------------------------- mailto:k.d...@tu... w=B3: http://www.k-fish.de/ gpg: http://www.k-fish.de/mykeys.gpg |
From: Jeremy A. <ja...@tu...> - 2001-03-02 21:27:39
|
I do most of the work for the OS and server stuff so my comments on develper stuff will be limited. > As a new member to the project as of this week, let me make a few > observations. I have spoken directly with Brian Brown at Appalachian > State and he is very interested in outside developer input such as your > own. At this point we are reviewing the plug-in API for 0.8 and I > believe momentum will pick up significantly after that is complete. I > guess we need a procedure for giving CVS write privileges. > > My goals, as I've shared with Brian on the telephone are as follows, > most important at list end: > > . Database abstraction layer (I prefer Postgres) This is a logicl step. We do want phpwebsite to be versital and used by any sql system. > . Port of phpBB for forum system discussions This would be a great plugin. We have had others ask about this. > . System to integrate or port phpgroupware plug-ins We also us phpgroupware here and love it. As a system person It would be nice to have ldap for all autherazation(phpgroupware has this as i am sure you know). > . Abstraction system or table field additions to allow multiple > _independent_ organizations/departments to exist using the same > installation and database tables (so management is easy), but content > remains isolated. > > --Todd Owen > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Richard R. <rr...@sh...> - 2001-03-02 21:49:34
|
On Friday 02 March 2001 05:33, you wrote: > .. Database abstraction layer (I prefer Postgres) I just did a quick poke around freshmeat, and I found "ADODB" which is a GPLd (PHP) wrapper class that in theory supports MySQL, Postgres, MSSQL, Oracle, Interbase and ODBC. Has anyone heard of another such project to provide a standard API for database access under PHP? Perhaps if it is usable and stable... Also: I didn't get much feedback on my questions yesterday. Is there a project "leader" or some kind of HNIC for this project? An email address or phone number maybe? _________________________ Richard Rowell rr...@sh... If Java had true garbage collection, most programs would delete themselves upon execution. - Robert Sewell |
From: Karsten D. <k.d...@tu...> - 2001-03-03 13:26:43
|
On Fri, Mar 02, 2001 at 04:05:25PM -0600, Richard Rowell wrote: > > .. Database abstraction layer (I prefer Postgres) > I just did a quick poke around freshmeat, and I found "ADODB" which is a = GPLd=20 Well, I am following PEAR development a bit, and if it is in any usable state, we should go for that! It will be in every PHP distribution in the future, has (good) coding guidelines and naming conventions and is actively developed. Take a look at pear.php.net (although there isn't much to see) or better yet, browse CVS at cvs.php.net and look for the PEAR packages. > I didn't get much feedback on my questions yesterday. Is there a project= =20 > "leader" or some kind of HNIC for this project? An email address or phon= e=20 > number maybe? Well, if you follow teh About us... link on phpwebsite.appstate.edu, you will find Brian W. Brown, along with his phone number. He seems to be something along the lines of "project leader". Also the SourceForge page lists admins and developers (on the upper right side of the summary page). > If Java had true garbage collection, most programs would delete themselve= s=20 > upon execution. - Robert Sewell=20 That is soooo true! :o) Regards, Karsten --=20 Why do we have to hide from the police, daddy? Because we use emacs, son. They use vi. ----------------------------- mailto:k.d...@tu... w=B3: http://www.k-fish.de/ gpg: http://www.k-fish.de/mykeys.gpg |