Joshua Eichorn has blogged about three new projects he’s added to the PEAR2 repository:
COnsole_CommandLine - a port of the PEAR1 console package
Template_Dwoo - a Smarty-compatible template engine
template_engine - a simple templating engine (and the example package for namespace usage)
Not really what I expected to be the first round of new code, but its nice to be setting up access for people. Oh and remember PEAR2 is targeted at php 5.3 but not everything is namespaced yet since not everyone wants to run snapshots of php for development.
You can find more of the packages on the PEAR2 svn repository .
Content suppressed by ://URLFAN, for full article visit source
The Bakery: Eight New Articles, Components, Tutorials PostedFrom: feeds.feedburner.com
Post Date: 2008-03-04 03:09:00
The Bakery has posted more great components, tutorials and articles. Here’s a sampling of the latest:
ACL Management Plugin
Acts As Censored
Authorize.net AIM Integration Component
SimpleImg - helper for reducing rows in view
xStandard wysiwyg Helper
Rebake all your admin views in one call
CakePHP on IIS
Yahoo weather component
Check out The Bakery for even more great CakePHP-related materials.
...
more Developer Tutorials: Easy PDF Generation in PHPFrom: feeds.feedburner.com
Post Date: 2008-03-04 01:57:00
On the Developer Tutorials website, they’re posted this new article talking about a simple way to create PDFs with PHP:
[PDFs] also serve as a perfect way of allowing your users to download or email a page from your website. In this tutorial, I’ll show you how to generate PDF files in pure PHP and distribute your content in a single, consistent format.
They look at the why behind creating PDFs in PHP, what options you have and an example creating a basic “hell...
more Matthew O’Phinney’s Blog: Zend_Form Webinar WednesdayFrom: feeds.feedburner.com
Post Date: 2008-03-04 00:41:00
Matthew O’Phinney has pointd out a webinar from Zend that he will be hosting on the Zend_Form component of the Zend Framework.
I’ll be covering the design of Zend_Form, the basic usage and various classes and plugins available, and internationalization of your forms.
You can find out more about the event on its detail page on Zend’s site (including an easy link to get you signed up). The webinar will be happening Wednesday March 5th at 9am Pacific Stan...
more Derick Rethans’ Blog: British date format parsingFrom: feeds.feedburner.com
Post Date: 2008-03-03 12:45:49
Derick Rethans has posted about a new function he’s whipped up for PHP’s date/time functionality to handle the differences between US formatted dates and the British date formats - date_create_from_format.
From PHP 5.3 the new date_create_from_format() function and the DateTime::createFromFormat() factory method are available. As first argument they accept the expected format, and as second argument the string to parse.
He includes two examples - one sh...
more