Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about contributing code to HTML writer #439

Open
franzholz opened this issue Dec 4, 2014 · 2 comments
Open

question about contributing code to HTML writer #439

franzholz opened this issue Dec 4, 2014 · 2 comments

Comments

@franzholz
Copy link

franzholz commented Dec 4, 2014

I want to add some features to PHPWord. However I have some questions about the coding of it. Where can I ask such questions?

E.g. I want to make the Writer/HTML/Element/Text.php more flexible in a way that it does not use span tags inside of the HTML table's td tags. In this code I need an initialization. I could do this initialization inside of the __construct method. However the initialization should include the reading of the full styles and font styles. So I think that this is too complex for a construtor. But where should I put it then? I could insert it inside of the write method. However a caller from outside might not know that he must call the write method before he can read the style methods. How should I proceed in this case?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@ghost
Copy link

ghost commented Dec 4, 2014

Lets try to ping @ivanlanin and wait for a while... He is the owner of the feature.

@ghost ghost assigned ivanlanin Dec 4, 2014
@ghost ghost added this to the Later milestone Dec 4, 2014
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this is still an issue for you, please try to help by debugging it further and sharing your results.
Thank you for your contributions.

@github-actions github-actions bot added the Stale label Nov 18, 2022
@Progi1984 Progi1984 removed the Stale label Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants