Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
TYPO3 Extension Development

You're reading from   TYPO3 Extension Development

Arrow left icon
Product type Paperback
Published in Sep 2008
Publisher
ISBN-13 9781847192127
Length 232 pages
Edition Edition
Languages
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Dmitry Dulepov Dmitry Dulepov
Author Profile Icon Dmitry Dulepov
Dmitry Dulepov
Arrow right icon
View More author details
Toc

Review and Update Generated Files


Kickstarer generated several Frontend plugin files for us and added several code lines to ensure proper configuration of the plugin. Let's see what exactly was generated and how it is related to the plugin. We will also adjust certain lines to better fit our needs.

Frontend Plugin Files

Frontend plugin files are located in the pi1 directory of our extension. Kickstarter generated two files: class.tx_feuserlist_pi1.php and locallang.xml. The first file contains the plugin code, while the second contains language strings for the plugin.

class.tx_feuserlist_pi1.php

This is the file that TYPO3 will include as part of the Frontend plugin execution process. As we already know from the previous chapters, according to TYPO3 coding guidelines, the file will contain the tx_feuserlist_pi1 PHP class.

Each class file starts with GPL license. It must appear in every TYPO3 related code file. Next goes a special comment, which looks like this:

/**
* [CLASS/FUNCTION INDEX of SCRIPT...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image