Page 1 of 1

PHP customization

Posted: 08 Oct 2006, 13:15
by Pallieter
I am working on coding a dynamic rights-based XML (via a MySQL user/folders rights-lookup table). Basically I filter the list of directory's and/or files in the PHP files that generate the XML for the Flash.

I run into a few problems:

- how to allow the use of a sub-dir via the GET (or config.ini), eg: ?contentfolder=content/groupfolder2/ (while it does show the 2 imagefolder sub-dirs, it gives undefined and won't show the example images); perferably a sub-dir in a parent-dir from the IVX dir

- the PHP files are not documented (it is unclear which PHP files does what; which makes making changes difficult as I have to read alot of the existing code to get a good feel of where I can do what); a list of the PHP files and there general purpose would be very useful

- is there a coding/documentation standard I should use for the ActionScript and PHP?

Thanks, PK.

PS: Maybe a Developers Forum would be useful too?