简体   繁体   English

NEOS表格处理

[英]NEOS form handling

i just learned NEOS, usually i do project using laravel framework. 我刚学过NEOS,通常我会使用laravel框架进行项目。 Now i try to use typo3 NEOS, because people said that typo3 is half MVC half CMS. 现在我尝试使用typo3 NEOS,因为人们说typo3是一半的MVC,一半是CMS。

i just covered the basic frontend, and now i try to do the backend stuff. 我只介绍了基本的前端,现在我尝试做后端的事情。 My question is, how to handle the backend stuff in neos? 我的问题是,如何处理neos的后端内容? especially about form and database handling (like registration and login stuff). 特别是有关表单和数据库处理(例如注册和登录内容)的信息。

thanks for your attention, i know this is a basic stuff. 感谢您的关注,我知道这是基本的东西。 But i can't find any good tutorials out there. 但是我找不到任何好的教程。

i'm using typo3 NEOS 1.2.1 我正在使用typo3 NEOS 1.2.1

For forms there is a simple tutorial 对于表格,有一个简单的教程

What do you mean with database handling? 您对数据库处理是什么意思? Frontend user registration? 前端用户注册? There are some problems right now with that but you may take a look at it here . 现在有一些问题 ,但是您可以在这里看看。

TYPO3 Neos is CMS build on TYPO3 Flow framework - take a look at Flow documentation - in Quickstart there is part how to create simple package in few minutes using ./flow kickstart:* . TYPO3 Neos是基于TYPO3 Flow框架构建的CMS-看一下Flow文档 -在快速入门中,有部分内容介绍了如何使用./flow kickstart:*在几分钟内创建简单的程序包。 You can use pure Flow packages beside Neos (that requires putting this package routes above neos in main Routes.yaml) or transform Flow package into Neos plugin . 您可以在Neos旁边使用纯Flow软件包(这需要在主Routes.yaml中将此软件包路由置于neos之上),也可以将Flow软件包转换为Neos插件 I think it's worth to do some reading first.. 我认为值得一读。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM