>
>
>Did anybody make any portals of moderate complexity with Midgard?
>
What is moderate complexity? I'm developing a portal with logins now for
my extranet based on the classes that were published by
Markus Geiger. I've done a lot of developent on it (rm'ed functionality I didn't like
etc. ). Right now I see the following needs for further development on this:
1. I put uid and pwd in an external db becuse I did not want the users to be able to
logon to the admin site. Also, I didn't find a working mgd_get_person_by_name that
could be used for this. Maybe we should think of some secondary loginfunctions for
midgard?
2. I realy wish all objects could have a guid var or at least that a $obj->guid() call
would fill a var $obj->guid.
3. Also on my wishlist is the forumobject:
(psuedocode)
$disc = mgd_get_discussion($article_id);
while ($disc->fetch()) {
by $disc->author : $disc->title<br>$disc->content
if ($disc->reply()) while ($repl = $disc->fetchreply()) {
<[replys]>
}
}
Anyhow, i hope this is what you were asking about.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]