Date: 07/24/00
- Next message: Zakaria: "Re: [phplib] Conditional blocks"
- Previous message: Alexander Aulbach: "Re: [phplib] Metadata"
- In reply to: Zakaria: "Re: [phplib] Conditional blocks"
- Next in thread: Zakaria: "Re: [phplib] Conditional blocks"
- Reply: Zakaria: "Re: [phplib] Conditional blocks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In netuse.lists.phplib you write:
>If there is away to parse the php file and get the output in string
>I think that will be great and we could dump all those Template thing.
Enable output buffering. At the end of the page, get the output
buffer, and save it to a string, and discard it.
Kristian
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Zakaria: "Re: [phplib] Conditional blocks"
- Previous message: Alexander Aulbach: "Re: [phplib] Metadata"
- In reply to: Zakaria: "Re: [phplib] Conditional blocks"
- Next in thread: Zakaria: "Re: [phplib] Conditional blocks"
- Reply: Zakaria: "Re: [phplib] Conditional blocks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

