Can't ->Draw() with templates

  •  01-18-2009, 11:23 PM

    Can't ->Draw() with templates

    I bought the PHP package but am handcuffed because i do all the preprocessing in PHP but then call HTML templates and inject PHP variables into them to do the presentation layer.  The HTML template page creates all the forms, graphics, etc.  In other words, I can't call ->Draw() because the PHP runs completely before the page layout runs.
     
    How do I capture all of the code that the CuteEditor object will spew into the page in order to place it where i need it through the template?  In the HTML, I need to say [var.cuteEditorCode] with the HTML setup that I captured.  Is there a method for that?
     
     

View Complete Thread