extbase Questions

8

Solved

i want to get some database tables from my typo3 extensions. The Extension is based on extbase. The query always returns nothing but the data exists I've tried this: $query = $this->createQue...
Medamedal asked 26/10, 2012 at 10:7

8

Solved

For a project I'm using Typo3 v6.0. I'm looking to create nested content elements, or a content element container. I want to be able to create an inline two-column layout without using a specific t...
Phenylketonuria asked 1/3, 2013 at 11:34

2

Solved

i'll try to upload a file (or later multiple files) in FE. This works, like my current code. But how can i get a file reference of this file now? /** * * @var array $fileData * @var integer $fe...
Vidar asked 29/7, 2014 at 18:1

4

I have several Controllers like those: CategoryController and NewsController As well as the domain models for category and news and reposirtories for both. In the NewsController I do a dependencyI...
Somewhere asked 22/7, 2012 at 17:11

1

Solved

I just can't findAll() make return anything even though I am able to access a specific record by findByUid(). I have taken note (and tried to workaround / set up) of the typoscript solution and t...
Sulphanilamide asked 20/7, 2014 at 20:41

1

Solved

I guess its quite Simple as soon as you know it once, but I am searching on this Topic now for 4+ Hours. So maybe someone can help me out, with a push to the right direction. I develop an Extensio...
Tedmund asked 14/6, 2014 at 1:16

2

Solved

I have an extension (extbase/fluid) with an main object "Etikett" with a relation to a child object "Land". I want to order my output, so I'm using the setDefaultOrderings method in my Etikett cont...
Scarlettscarp asked 9/2, 2014 at 14:35

2

Solved

I am creating a special BE module with Extbase and Fluid and I need a domain object which would be representing standard FE user. When I create new domain object called e.g. Feuser and save it, the...
Predetermine asked 15/8, 2013 at 13:49

1

Solved

Currently I have an scheduler task, but I want to use function from my extbase repository (in the same extension). I keep getting "PHP Fatal error: Call to a member function add() on a non-object"...
Alba asked 17/1, 2014 at 23:11

1

Solved

I've got an extension with two plugins and I need to access the getVars from both. $this->request->getArguments(); The above code gives me, of course, only the vars from the current plugin...
Impracticable asked 11/11, 2013 at 7:28

2

Solved

I'm trying to use an extbase plugin through typoscript on TYPO3 CMS 6.0. I used the following code, that I found repeated all over the web: 10 = USER 10 { userFunc = tx_extbase_core_bootstrap-&g...
Baca asked 27/12, 2012 at 21:20

2

Solved

I have a domain object Foo that has an 1:n relation to a domain object Bar. There are two major use cases where I need to get all foo's matching some criterion. In case A, I care about the bars at...
Gorki asked 5/3, 2012 at 15:42

2

Solved

I have a fluid template, from where I call an often used snippet (called "partial"): Template: <f:render partial="fbLikeBox" arguments="{settings}"/> Partial fbLikeBox.html: <div id="...
Renaterenato asked 5/10, 2011 at 22:43

© 2022 - 2024 — McMap. All rights reserved.