Thursday 19 June 2003 2:36:34 am
if you plan to simply have php scripts running at the same domain/virtual-host as ez - but don't need any intercommunication between your scripts and EZ - one solution is: ? set up apache to treat one specific file extension as PHP scripts ? make the appropriate changes in the virtualhost config to allow passtrhough of that extension alongside jpeg, gif, js, etc. If you're looking for scripts that communicate with EZ and the template engine, of course that's possible to, and there are many ways of achiveving this. You should be aware, though, that in most cases, the built-in datatypes, workflows, etc can be tailored to meet the needs of most web applications.
|