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

Programming the Plugin


In this section, we will create our plugin and related code.

General Workflow

We will follow the top-down principle in development. We will start with big blocks and then go into details. We will use small functions that call other small functions to perform isolated functions. This creates cleaner applications that are much easier to debug, and it is much faster to fix or re-implement any functionality, if necessary.

Adding Files

Before we proceed with implementation, we need to create several additional files. We will use these files later during implementation. Generally, if a feature is used, it is better to have a skeleton of such files created in the very beginning. Later, information can be simply added there when necessary. There will be no need to be distracted from the main development course to create these files from scratch.

Templates

We will use templates in the Frontend plugins. Designers will be able to either customize the default template or create a new...

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