[geeklog-devtalk] geeklog-devel digest, Vol 1 #520 - 1 msg
geeklog-devel-request at lists.geeklog.net
geeklog-devel-request at lists.geeklog.net
Thu Mar 3 13:00:02 EST 2005
Send geeklog-devel mailing list submissions to
geeklog-devel at lists.geeklog.net
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.geeklog.net/listinfo/geeklog-devel
or, via email, send a message with subject or body 'help' to
geeklog-devel-request at lists.geeklog.net
You can reach the person managing the list at
geeklog-devel-admin at lists.geeklog.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of geeklog-devel digest..."
Today's Topics:
1. GL2 Update (Tony Bibbs)
--__--__--
Message: 1
Date: Wed, 02 Mar 2005 12:58:12 -0600
From: Tony Bibbs <tony at tonybibbs.com>
To: Geeklog-Devel <geeklog-devel at lists.geeklog.net>,
"Porcellana, Silvio" <sporc at tin.it>
Subject: [geeklog-devel] GL2 Update
Reply-To: geeklog-devel at lists.geeklog.net
This past week I have been refactoring the MVCnPHP code a bit. No big
changes are in there from an end user standpoint. My main task was to
rip out the old PHP4-method of parsing XML and, instead, use the DOM and
xPath. Doing so allowe me to eliminate two files and it cut the XML
parsing code by 75%.
Also, from a performance stand point, I'm going to have the MVCnPHP
class 'compile' the xml config for a given application. Compiling
essentially equates to building a .php file that has an array
representation of the XML file. This will get rid of the expensive xml
parsing process for each request. And, yes, I will make it so that
changes to the xml configuration cause an automatic recompile.
As you might guess, I think it make tremendous sense to use a similar
process for the named query file in GL2.
Fire over any questions you might have.
--Tony
--__--__--
_______________________________________________
geeklog-devel mailing list
geeklog-devel at lists.geeklog.net
http://lists.geeklog.net/listinfo/geeklog-devel
End of geeklog-devel Digest
More information about the geeklog-devtalk
mailing list