m_cache =& new ExecPhp_Cache(); $option =& $this->m_cache->get_option(); $this->m_status = $option->get_status(); $this->m_ajax =& new ExecPhP_Ajax($this->m_cache); $this->m_runtime =& new ExecPhp_Runtime($this->m_cache); $this->m_admin_ui =& new ExecPHP_AdminUi($this->m_cache, $this->m_status); $this->m_write_ui =& new ExecPhp_WriteUi($this->m_cache, $this->m_admin_ui); $this->m_config_ui =& new ExecPhp_ConfigUi($this->m_cache, $this->m_admin_ui); } } endif; ?>