2017 © Pedro Peláez
 

package fuel-util

Utility package for FuelPHP

image

abishekrsrikaanth/fuel-util

Utility package for FuelPHP

  • Monday, August 13, 2012
  • by abishekrsrikaanth
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Utility Package for Fuel

Introduction

The Utility Package maintains a set of basic and regular helper/utility methods that are regularly used by any developer., (*1)

Usage

Get Unique Id

Util::getUUID()
//returns a Universally Unique Identifier
//Example: a3424ea0-e558-11e1-aff1-0800200c9a66

Convert String To Title

Util::stringToTitle($title)
//Converts $title to Title Case, and returns the result.

Get Time Difference Like Facebook

Util:getTimeDifference($time)
//Finds the Time difference for a given time from the current time in words similar to Facebook
//Returns: 12 seconds ago or
//          4 minutes ago

The Versions

13/08 2012

dev-master

9999999-dev http://github.com/abishekrsrikaanth/fuel-util

Utility package for FuelPHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

utility fuelphp