DEV Community

Cover image for Base field class for form generator
alexdodonov
alexdodonov

Posted on

2 2

Base field class for form generator

Intro

This class will help you to construct forms in PHP code.

Installation

Just print in console

composer require mezon/field
Enter fullscreen mode Exit fullscreen mode

And that's all )

Learn more

More information can be found here:

Twitter

dev.to

Reference

Method compiles field into HTML code:

public function html(): string
Enter fullscreen mode Exit fullscreen mode

Method returns title for the field:

public function getTitle(): string
Enter fullscreen mode Exit fullscreen mode

Method returns true if the field is required, false otherwise:

public function isRequired(): bool
Enter fullscreen mode Exit fullscreen mode

Method returns true if the field is visible and false otherwise:

public function isVisible(): bool
Enter fullscreen mode Exit fullscreen mode

Method returns true if the field has label, false otherwise:

public function hasLabel(): bool
Enter fullscreen mode Exit fullscreen mode

Method returns true if the field fills the whole row in the form, false otherwise:

public function fillAllRow(): bool
Enter fullscreen mode Exit fullscreen mode

It will be great if you will contribute something to this project. Documentation, sharing the project in your social media, bug fixing, refactoring, or even submitting issue with question or feature request. Thanks anyway )

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay