Hi guys I need a class to generate vcards - something that I can use with the Zend Framework - nothing too flashy. Thanks again...
there is vcardphp on sourceforge.net (for php in general), should'nt be hard to make into a Zend module.
And also http://www.bitfolge.de/index.php?l=en&s=phpvcard.
I have used both for various projects.
There is a new proposal for a Zend_Vcard component.
The current code lives here:
http://code.google.com/p/zendvcard/
Related
Is it possible to get FLUID as a Standalone template engine like Twig?
I do not want to use TYPO3 (Neos) neither do I want to use Flow. Since it is way to overkill for a small project.
Has everyone ever tried using Fluid as a Standalone template Engine?
The new answer to this question is: yes.
Here is standalone fluid: https://github.com/TYPO3/Fluid
I'm not aware of a stable and standalone version of the FLUID template engine, but have seen some projects on GitHub that at least contain the basic functionality and some of the ViewHelpers included in FLUID (see links below).
https://github.com/janvennemann/typo3-fluid-standalone
https://github.com/NamelessCoder/fluid
I've looked at Zint, and well c++ is way out of reach to me. I've also the extremely cool ZXing, but still Java is not quite there yet...
Just feel strange about not having any php ported version of these open source projects. I've read a few things about it being proprietary/patented... well it has been indeed released to public domain, and after all, it does have an ISO/IEC 24778:2008 so it does really look public domain...
Any thoughts about this guys?
Thanks
I am currently looking for a decent self-contained Aztec barcode generator for PHP and came across this question. As the topic is a few years old now, I thought I'd share what I found.
There is indeed a port of the ZXing code (the Aztec part of it anyway) on Github now under the name Metzli. As it is using namespaces, the PHP version required is >5.3
I hope this helps.
I've also been looking for something similar to no avail; the closest (free) code that I've found is in Zend, which appears to have a barcode generating class called Zend_Barcode that can be extended to support more formats.
The authors of the class are Mickael Perraud and Julien Pauli. Back in Oct. 2010 Mickael replied to a question similar to this one ("Is the ability to render 2D barcodes in the future possible with the current implementation?") that 2D barcodes are "in progress but only for ZF2". Zend is current at 1.11.3 and I'm not sure when Zend 2 is planned.
Mickael posted an early demo of the 2D functionality at http ://mikaelkael.fr/barcode/, but it looks pretty barren and hasn't been updated in a long while. Perhaps if you contact him directly, via the Zend forums or even look at the SVN source he had posted at svn: //mikaelkael.dyndns.org/barcode.
Hope that helps someone, if not you :)
can we draw graph with zend framework. I so, how to do data thing ? Is there some online resource to get familiar with it.
Thanks
I'm not sure about Zend Framework, but I seriously recommend Google Chart Tools API. It's easy to use and customize and is pretty powerful!
Edit: When I last used it, I generated the data using plain old PHP by looking at a javascript example and spotting the pattern, then just having php echo's everywhere I need them.
For creating graphs use http://thejit.org/
It will take some brain power, but I would recommend looking into Dojo simply because Zend has some built view helpers for dojo. At the end of the day, your going to have to integrate what ever solution your pick yourself.
im beginner in the php world i need to build option in web application that can convert well defined structures
into rtf/pdf from txt/html i found using this site search about LiveDocx php component that is dependent on Zend Framework
now im not familiar white the php engine ( the parser )
so im asking you experts is it good solution to use this components ? or its just over head ?
some simple to use tools:
if you want the easy approach try dompdf - The PHP 5 HTML to PDF Converter. It might work, depending on your html. you could also try ezPdf.
If you need to parse the html, try php's DOMDocument::loadHTML function. It will give you an object that accepts xpath queries for easy handling.
I just want to share my little experience after looking on the net a lot I found http://mpdf.bpm1.com/ this utility is a mix of libraries I´m using it to generate invoices on demand.
I expect this can be useful to you.
I have some source code and I would like to auto generate class diagrams in PHP.
What software can I use to do this?
Duplicate
PHP UML Generator
UML tool for php
Doxygen can do class diagrams, too (if what I'm thinking of are "class diagrams" :) ).
Umbrello can do it.
Hava a look at Instant Reverse
This answer is for people who visits stackoverflow for finding answers to their queries.
http://pear.php.net/package/PHP_UML/
I have not evaluated PHP UML package thoroughly, but It should satisfy the need of small to medium size project.