在预先存在的页面中使用 ExpressionEngine 或 Joomla 模板?
所以我对 Joomla 和 Expression Engine 都很陌生,想知道我是否可以像我想要的那样使用它。我已经制作了一个完整的网站,并且想将博客集成到该网站中。该网站位于 CodeIgniter 上。
有没有一种方法可以创建一个表单模板来提交帖子,然后将其保存到我的 Joomla/CodeIgniter DB 中。然后,在不同的页面上,使用不同的 Joomla/CodeIgniter 模板以我想要的形式显示博客。
请注意,这不一定由 EE 或 Joomla 提供支持。根据我的理解,以及我见过的所有示例,您必须在模板中制作整个页面的 html。
最坏的情况是,如果两者都不起作用,我可以用什么东西来做到这一点吗?
谢谢!
So I'm new to both Joomla and Expression Engine, and want to know if I can use it like I'd like. I've already made a full site, and would like to integrate blogging into the site. The site is on CodeIgniter.
Is there a way that I could create a form template for submitting a post which would then save to my Joomla/CodeIgniter DB. Then, on a different page, use a different Joomla/CodeIgniter template to display the blog in the form I would like.
Note that this wouldn't necessarily be powered by EE or Joomla. From what I understand, and from all the examples I've seen, you have to make the html of the entire page inside of their templates.
At worst, if neither work, is there anything I can use to do this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 EE 将是正确的选择,因为几个月前,EE 100% 构建在 CodeIgnitor 上。从你的问题中我不确定你想做什么 - 但简而言之,如果你安装/使用 EE 来支持你的博客,它将写入 EE 数据库。也就是说,您可以在 EE 模板(原始 PHP 或 CI)中嵌入任何内容,包括将发布到现有站点数据库的表单。
EE 论坛上有一些关于此的讨论:
http://expressionengine.com/forums/viewthread/74157/
I would think EE would be the way to go since as of a few months ago, EE was 100% built on CodeIgnitor. I'm not sure from your question what you are trying to do - but in short, if you install/use EE to power your blog it is going to write to the EE database. That said, you can embed anything within an EE template (raw PHP or CI), including a form that would post to your existing site database.
There's some talk about this on the EE forums:
http://expressionengine.com/forums/viewthread/74157/