> The closest what we have right now to this is filetemplates. The tools
> you
> mentioned won't produce filetemplates but that could be fixed with a few
> lines of Perl. As mentioned later, you could also include or eval them.

Emile,

Is there some call to create a blank midgard record structure that I can
populate w/ the correct information.  Here is the code/psuedo-code

php parse the file name to get the associated orbit info (as we are using
virtualdocumentroot)

php get the host record from the midgard db based on parse

php get the default style, user, admin, auth, author info from our db


Calling mgd_get_midgard() when we aren't in a mgd page causes a seg fault
Need some code to generate a blank object with the proper structure

Then simply add code to put in the right info...(as our system has all the
appropriate info)
or better yet call a "new" method with the information and just create the
record.

i.e.) $midgard = new mgd_create_midgard($arg1......)


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

Reply via email to