- TalkBack 21 of 30:
- Next »
- « Previous
- Thread View
- Flat View
- Event driven etc
-
To parse an XML file takes only a few lines of PHP, and similarily
to perform SQL operations, only a few lines of code are needed.
The way these link to associative arrays is wonderfully powerful.
I'm writing a system for producing FDA validation certificates at
the moment: I defined the table structure (and behaviour eg
table lookup) in XML files, and these are used in form creation,
search and (for install) table creation. To add a field, you only
have to edit the one XML file.
My entire system is nearly complete (including all searching,
user access etc etc) and it's only 1600 lines. (150 lines of XML).
I can probably refactor some of that out, and make it smaller.
The speed of putting the app together is also amazing.
I particularily like the way PHP transparently serialises an array
and puts it into an element of another array. Very very powerful.
I was going to export an XML file, and use XSLT:FO to create a
certificate PDF, but instead, I'm transforming the data from
associative arrays directly to pdf using the excellent PDF-PHP
class. This is so easy to use, it's amazing. (and much faster and
more intuitive).
And very fast. The system transforms (or creates PDF files for) 4
documents, and inserts them into SQL LARGEBLOBs with no
noticable time delay between pressing the Submit button, and
getting the "submitted OK" message.
I really doubt I'd get anything like the same performance from a
JSP server.
It is perfectly possible to have a server side object implemented
in whatever you want talking via say a SQL table to your web
front end (you could even be running a java server).
PHP can be compiled BTW, it isn't "depent(dence) on scripting
versus compiled objects" - Posted by: hipparchus2000 Posted on: 06/14/05 You are currently: a Guest | Members login | Terms of Use
What do you think?
SponsoredWhite Papers, Webcasts, and Downloads
- Driving Business Agility through SOA Connectivity & Integration Whitepaper from IBM IBM In this whitepaper, you will learn how to work smarter so you can solve ... Download Now
- Building the Virtualized Enterprise with VMware Iinfrastructure VMware VMware virtualization software has been adopted by over 120,000 enterprise ... Download Now
- Three Steps You Need to Know to Stop Data Loss Varonis Sensitive data exposed to misuse or loss... it is the stuff of nightmares ... Download Now
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- Learn more about tools to grow your business
-
The Business Essentials Guide provides you useful tools and templates to help grow your business and save you time with automated shipping solutions.
- Save time with the UPS Business Essentials Guide
- Windows Server 2008 R2 Optimizes IT
-
See how you can optimize your IT department and save money, using Windows Server 2008 R2.

- Click to download >>
- Keep Up With The Latest In Document Management with The DocuMentor.
-
Doc delivers the scoop on today's enterprise content management, printer maintenance, and all other issues related to document management. It's the DocuMentor Blog.
- Learn more >>
- New Online Dashboard for IT Leaders
-
Read about top issues IT decision-makers face every day, plus get cost-effective solutions to real-life IT problems.
- Learn more >>
- Microsoft Dynamics CRM Online - Free Six-Month Trial for Eligible Organizations
-
Microsoft Dynamics CRM Online provides fast online access, simple contact management and better sales performance for a low monthly cost - the best value on the market today.

- Learn more about the free, six-month trial offer >>
IT Solutions for 2010
- Get cost-effective strategies and roadmaps on the most important issues facing IT leaders in 2010! Learn how to easily cut costs and deliver greater efficiency starting with your database, IT compliance management and data center. Visit the IT Leaders Dashboard. Visit the IT Leaders Dashboard.
- Read about top issues IT decision-makers face every day, plus get cost effective solutions to real life IT problems. Oracle Topline







