Code Monkey home page Code Monkey logo

Comments (8)

dereuromark avatar dereuromark commented on July 30, 2024

Isnt that possible using callables/closures?

from cakephp-csvview.

josegonzalez avatar josegonzalez commented on July 30, 2024

@holisticnetworking how would you imagine that working?

from cakephp-csvview.

holisticnetworking avatar holisticnetworking commented on July 30, 2024

One way might be to specify a "formatter" callable for each field. Thus $_extract might look like such:

$_extract = [ ['price'] => 'NumberHelper::currency' [, 'col', 'col'] ]

from cakephp-csvview.

josegonzalez avatar josegonzalez commented on July 30, 2024

Is this something you would be interested in building? I'm not sure how the user interface would be, and as the current formatting methods work fine for me, I'm not really inclined to write it.

We can help you with tests once the pr is up.

from cakephp-csvview.

holisticnetworking avatar holisticnetworking commented on July 30, 2024

Let me look into the code a bit before I say something silly...

from cakephp-csvview.

holisticnetworking avatar holisticnetworking commented on July 30, 2024

I'm looking at the code, and while there is a variable created called "formatter," really, that's just an extraction function. It does not actually format anything in the sense of NumberHelper or similar functions. I'm going to play around with this some and see what I can do.

from cakephp-csvview.

dereuromark avatar dereuromark commented on July 30, 2024

Something like this could indeed work:

$_formatters = [
    'price' => ['NumberHelper::currency' [, 'col', 'col']],
    'some_field' => function ($value) { //format }
    ....
]

And then apply those callable if available prior to finally formatting the output?

from cakephp-csvview.

ADmad avatar ADmad commented on July 30, 2024

You are use callables in $_extract array to achieve whatever formatting you want for a field. The README has example for it.

from cakephp-csvview.

Related Issues (20)

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.