From: Alex M. <al...@OW...> - 2002-12-22 12:31:41
|
Hi folks, This isn't really a question, but more of a ramble as I try to understand what is going on. --------- I'm trying to understand what we can and can't do with phpMyEdit. Presumably if we want to add page header or footer information we can add it to the "mytable.php" config files as an include. Or we do it the other way rould - have something else include "mytable.php". Now what I am thinking of is how we would change the display of a single record. There doesn't seem to be any kind of template technology used here. It looks like the layout of each record is hard coded into the phpMyEdit class. Is that correct or have I missed something? Oh wait. I have missed something....This is defined in the fdd array.... aha.... eg $fdd["commenton"] = array( 'name'=>'Commenton', 'select'=>'T', 'type'=>'string', 'maxlen'=>100, 'nowrap'=>false, 'sort'=>true ); Some more examples would be good.... PS I am using Version 5.1 not 5.2 It would be good if more of the sourceforge site was changed to point to the new site with 5.2 Alternatively perhaps the head honcho can add new people as sourceforge project managers and get them to do the updates to the SF site? Alex Available for java/perl/C++/web development in London, UK or nearby. Apache FOP, Cocoon, Turbine, Struts,XSL:FO, XML, Tomcat, First meeting free.http://www.OWAL.co.uk/ |