2017 © Pedro Peláez
 

library scl-zf-utilities

A useful set of classes and interfaces for developing Zend Framework 2 applications

image

sclinternet/scl-zf-utilities

A useful set of classes and interfaces for developing Zend Framework 2 applications

  • Monday, November 11, 2013
  • by tomphp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 461 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 2 Forks
  • 3 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SclZfUtilities

Build Status, (*1)

Some useful utility classes, plugins and view helpers., (*2)

WARNING

This is currently a very volitile module, a lot of stuff gets added and later moved to their own modules so if you decide to use this module in it's current state be prepared for things to change., (*3)

Controller plugins

formSubmitted

This is a quick way to check if a form has been posted and the content is valid., (*4)

To use it in your controller simple do, (*5)

```php if ($this->formSubmitted($myForm)) { doWhatNeedsToBeDone(); } ````, (*6)

The Versions