2017 © Pedro Peláez
 

library doctrine_validate_frame

Validate Text

image

coderxlsn/doctrine_validate_frame

Validate Text

  • Friday, May 6, 2016
  • by coderxlsn
  • Repository
  • 0 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 8 % Grown

The README.md

CoderxlsnValidate Check Iframe in HTML

Installation

Simplest is to add the following to composer.json:, (*1)

{
    "require": {
        "coderxlsn/doctrine_validate_frame": "~1.0"
    }
}

And then run:, (*2)

php composer.phar install

Alternately, use git to install this as a submodule:, (*3)

git submodule add git://github.com/coderxlsn/CoderxlsnValidate vendor/coderxlsn

Usage

Entity

Add to validate model, (*4)

namespace My;

namespace My\Entity;

use Doctrine\ORM\Mapping as ORM;

/**
 * @ORM\Entity
 * @ORM\EntityListeners({ "CoderxlsnValidate\Doctrine\Listener\IframeValidate"})
 * @ORM\Table(name="events")
 */
class Model
{
    /**
     * @ORM\Id
     * @ORM\Column(type="integer",unique=true);
     * @ORM\GeneratedValue(strategy="AUTO")
     */
    protected $id;

    /**
     * @ORM\Column(name="name", type="string", length=255, nullable=false))
     */
    protected $name;

If the upgrade falls text frame , an error is sent to the email admin, (*5)

The Versions

06/05 2016

dev-master

9999999-dev

Validate Text

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Avatar coderxlsn

06/05 2016

1.0.2

1.0.2.0

Validate Text

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Avatar coderxlsn

06/05 2016

1.0.1

1.0.1.0

Validate Text

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Avatar coderxlsn

06/05 2016

1.0.0

1.0.0.0

Validate Text

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Avatar coderxlsn

05/05 2016

0.0.2

0.0.2.0

Validate Text

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Avatar coderxlsn

05/05 2016

0.0.1

0.0.1.0

Validate Text

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Avatar coderxlsn