#native_company# #native_desc#
#native_cta#

Another Look: Cached Dynamic Modules

By PHP Builder Staff
on July 30, 2000

Overview

After reading JP’s article, “Building your website with cached dynamic modules”,
I decided I would rework many of my database-driven pages, incorporating his solution.
However, I realized that some functions were missing so I used his foundation and
adapted it with some additions of my own. Also, I realized that there were some
syntactical issues and fundamental usability that needed reworking.
I’ll briefly list the specific functionalities that I added with explanation.

Spaces And Quoting

I needed the abililty to use spaces in the values of the arguments being passed
to the module. I also wanted the developer to be able to use any quoting
convention. Single or double quotes are valid around the value, but not both.

    <my-style name=test>

    <my-style name="test">

    <my-style name='test'>

    <my-style name='test value'>

1
|
2
|
3
|
4

Comment and Contribute

Your comment has been submitted and is pending approval.

Author:

Comment:



Comment: