Giter VIP home page Giter VIP logo

fuel-helper-package's Introduction

Fuel Helper Package

Idea behind this package is to provide a set of configuration driven helpers.

Each helper and helper's methods have their own pre-configured parameters in a specific config file. That mean you can standardize methods behavior to feet your needs.

overriding configurations and languages

Originals config files are located into /packages/helper/config/ Thank's to the fuel Core config loader, simply copy this file into app/config and start to edit.

extending classes

You can extend each helper from your app. Classes folder is by default: app/classes/helper

You can modify this value in config/bootstrap.php. Package class names are suffixed with Helper (i.e.: TextHelper') You classes should be named as helper classes alias.

i.e. for app/classes/helper/number.php

namespace Helper; class Number extends NumberHelper {}

Register classes into autoloader

You can set register class in config/bootstrap.php. That mean's you can remove or add you own classes into the package.

Classes methods to procedural functions (experimental)

In config/bootstrap.php, set 'convert_to_procedural' to true to tell the package bootstrap to create procedural function into global namespace.

i.e.: Number::to_human() will be accessible under number_to_human()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.