News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Developer Tutorials Blog:
Extracting text from Word Documents via PHP and COM
1 comment :: posted Wednesday March 26, 2008 @ 12:02:06
voice your opinion now!

In a recent blog post Akash Mehta showed how to reach into a Microsoft document (a Word file) and pull out the content inside via a PHP script.

Communicating via COM in PHP is easy as ever; especially for people coming from a VB background where executing complex tasks in MS-applications is a piece of cake, you will feel right at home in PHP. In fact, VB COM calls can be converted to PHP COM calls in just a few simple search and replaces.

He shows how to use the COM extension in a (Windows) PHP installation to access the text inside the document and manipulate the contents however you'd like (even writing them back out to another Word file).

tagged with: com document word extract content manipulate


LoLoCoJr Blog:
Rewriting a (large) PHP application in Rails, part 2
0 comments :: posted Wednesday December 20, 2006 @ 10:17:00
voice your opinion now!

The LoLoCoJr site has published part two of the series (part one is here) about converting a PHP application over to Rails.

In my previous post on this topic I described the method we used to convert a legacy MySQL PHP database to a Rails conformant PostgreSQL hosted version. In this article I will tell a bit about how we converted the HTML of the application to Rails layout templates and partials.

It's a quickpost this time showing how to extract the rendered HTML from the page's output, writing out some of the business logic, and a mention of test driven development versus write test after developing methods.

tagged with: convert application rails part2 extract dom thml tdd business logic convert application rails part2 extract dom thml tdd business logic


package application PHP5 cakephp release book zend zendframework job framework releases database PEAR conference ajax developer pecl code mysql security

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework