Git Product home page Git Product logo

Comments (6)

kokspflanze avatar kokspflanze commented on June 11, 2024

hi @popovserhii

from my site, i never used the zf-expressive way, so i know just some basics about it.
all in all, we have to refactore many parts in the module, and think about the handling.

But we have to start to think about the dependencies, at the begin, what we can remove and optimize.

if you want you can join https://gitter.im/zfc-datagrid/Lobby maybe we can think together about it.

from zfc-datagrid.

imonteiro avatar imonteiro commented on June 11, 2024

Hi @kokspflanze @popovserhii
Any news on this?

from zfc-datagrid.

popovserhii avatar popovserhii commented on June 11, 2024

Hi @imonteiro
I've implemented support of ZF Expressive in my fork (branch expressive) and this works very well but it has BC with previous versions and cannot be simply merged in a current master. You can try to use it, simply change composer requirement to my fork

  "require": {
	"zfc-datagrid/zfc-datagrid": "dev-expressive"
  },
  "repositories": [
	{
	  "type": "vcs",
	  "url": "https://github.com/popovserhii/zfc-datagrid"
	}
  ]

add ZfcDatagrid\ConfigProvider::class, to config/config.php and run composer update.

We can cooperate and implement support of ZF Expressive, but @kokspflanze should tell how to organize the process.

from zfc-datagrid.

kokspflanze avatar kokspflanze commented on June 11, 2024

hi @popovserhii atm i work on next version, i dont have a problem if the module can support both, expressive and mvc, is that possible, or to much differences?
I hope it is possible and we can start with it into the develop, that will be version 2.0.

from zfc-datagrid.

popovserhii avatar popovserhii commented on June 11, 2024

@kokspflanze, there is only one thing, we should discard from MvcEvent and use Request object instead. I can do PR in develop branch since the code is written and ready to use.

from zfc-datagrid.

kokspflanze avatar kokspflanze commented on June 11, 2024

@popovserhii okay, sure you can open a PR with that =), so big goal for 2.0 will be the Expressive support.
in develop i already changed typehints and add the fluent interface.

from zfc-datagrid.

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.