>So if I understand correctly you want a midgard function that
>establishes
>the database connection leaving a situation much like the start of a
>midgard page execution? Something like mgd_connect($host, $port,
>$prefix)?
>Would you expect this to also collect style information?

Exactement

>When a midgard page is marked 'active' it will collect what would
>usually
>be called PATH_INFO, breaking it up into elements separated by '/' and
>stripping the trailing '.html' if present. These elements are then put
>into
>$argv.

Then with this mgd_connect(whatever arguments you need) we can pass
$argv/$argc or we could just pass the URI back to you and you can parse it
back into those elements.  Bottom line is you give us a call that allows us
to "midgardize" a page, which is totally KEWL.

>I still don't fully understand what you need, but we'll get there.

I can see the spark in your eye from here!



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to