|
Another Look At "Building Your Website With Cached Dynamic Modules"
By: PHPBuilder Staff
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'>
| Comments: | ||
| it tells me i don't have | Sex Beplaced Ru | 12/07/04 09:24 |
| RE: Locking | joseph | 01/31/02 08:22 |
| Locking | Lennie | 05/18/01 12:50 |
| information about dynamic&ststic websites | rizwanpisces | 02/14/01 10:53 |
|
If you are looking for help, please post on the appropriate forum here. Your questions will be answered much more quickly. | ||


