English 中文(简体)
Magento“Backend”模式是什么?
原标题:What is a Magento "Backend" model?

After building some frontend stuff, I m now exploring the internals of the admin side of Magento. I read Alan Storm s article on creating a simple model (as opposed to an EAV model, something which I am not yet ready for).

我的主要目标是建立一个模块,使用户能够向Magento安装设备上载和管理媒体,以便在我界定的一些模板中加以使用。 因此,我将树立一个模式,以跟踪某些媒体(专题)与某些类别的媒体(网页)之间的关系。 就记录而言: 我不喜欢埃及维奥模式,他们把我放在一边,除非是绝对必要的,否则不会推动对话。 感谢:

I ve also skimmed through this article. It s about backend models, and my question is about that:

www.un.org/Depts/DGACM/index_spanish.htm 什么是背后的模式?

Is it a model that s used only in the backend (admin)? I wouldn t know what that would be good for. If someone could tell me something about it, or give me a hint on what to read to know more about it, it d be great.

我说我想要达到的目标的原因是,如果这些“背后模式”对我所想要的东西很重要的话,有人就可以告诉我。

感谢!

最佳回答

Don t worry about EAV, una t worry about “backend model”. 在你能够充分理解其重要性之前,你们需要一些精心策划的经验。 你可以与平原-詹·马亨托模式班和Kingk查询做很多工作。

简略版: 后继模式与前线/后的行政应用程序分离无关。 “反馈模型”处理装货、储存和将信息持续输入数据库(数据库)。 一种“对抗模式”是PHP代码,处理使用户接口要素在网络浏览器中显示属性。 这些术语在Magento的若干不同系统中使用,包括EAV和系统配置科。

您与之相关的文章是“Abou EAV支持模式”。 简略版: 全印度轨道模型的每个数据财产本身就是一个物体。 例如,在更简单的系统中,你将产品名称作为载体<代码>。 Birix 。 在Magento,将产品归于母公司名称模型。 这样,将“姓名”保留到数据库的代码可以与其他储蓄代码分开。

长篇短篇, 这对你之后的经历是过不起的。

问题回答

在Magento reendite模型中,在数据输入数据库之前,使用了数据编制模式。 这一准备采用<代码>前方法进行。 优良考试:Mage_Eav_Model_Entity_Attribute_Backend_Datetime





相关问题
Connecting Actionscript 3.0 with a C++ backend?

I am curious to know if there is a way of connecting a flash front-end to a C++ driven backend? I m not currently working on a project that involves this, but I found out about an application used in ...

Django - update a model won t delete the old FileField

I am implementing an application with django, which has a model with a FileField: class Slideshow(models.Model): name = models.CharField(max_length=30,unique=True) thumbnail = models....

MS Access 2003 - Really simple query

If I try to duplicate an access file (this file is split into mdb and be mdb, and also has mde files), by importing everything into a brand new access application, why won t the table links work? ...

Building a website backend in c#, compiled to a binary

I am creating a novel website that integrates web feeds from around the internet. I want to build a backend that does CPU intensive analysis of the web data on a regular basis, which will eventually ...

Need a cool hotkey for my hidden website-login

I am developing a CMS. One of the greatest everyday annoyances when working with it is that when you are on a front-end page, not logged in, and want to make a change, you need to go to the back-end ...

热门标签