Who does what with ProductAPI ?
This table shows which operations are actually documented, used, and implemented, by the e-commerce ProductAPI, hook_productapi()
.
This table shows which operations are actually documented, used, and implemented, by the e-commerce ProductAPI, hook_productapi()
.
Browsing the referers leading to my blog, I just noticed one of my recent posts about PHP-GTK2 Console encoding had been noticed by PHPDeveloper, where the reviewers apparently take time to actually read feed to which they point to, instead of merely aggregating them, which allows them to sum up content for their own readers. Now that's what one can call a press review.
The Paradox form system has an interesting peculiarity: any field which happens to be constrained by a foreign key within a native .DB Paradox data model automatically gets lookup values available for the user, but this is not available other database formats, whether they be natively supported within the BDE, or accessed using ODBC, so lookups have to be added in code.
A few days ago, I was glad to learn that this blog had been included in the Planet PHP blogroll. And today, when checking the news, what did I see ?
The problem: while coding PHP-GTK apps, the most elementary
debugging method is to use echo
or
print
statements. These are fine and dandy for
english or usonian coders, but may be a problem for coders
elsewhere around the globe, since PHP scripts are typically
stored under UTF-8 encoding to limit i18n headaches, while the
console in which their output will be displayed is normally configured
to some regional encoding, like IBM850 in Windows/XP French.
So we need a workaround...
The new Garland / Minnelli theme (née Themetastic) from Drupal 5.0 is one of the main visible improvements over 4.7. However, not all sites are ready to make the jump to 5.0 as soon as it's ready, which should be very soon now, so why not use Garland on 4.7 ?
The new Drupal-based community site for PHP-GTK is up at http://www.php-gtk.eu.
Technically, this is pretty much a plain Drupal 5.0
Beta 1 Beta 2 RC1 RC2
site, using the new Garland theme without custom changes
besides a much needed fix, and a site-specific
module for things like useful referer counting and the PHP-GTK dev geolocation
service.
A first sight, it looks like the book.module
in Drupal 5.0 is missing an important function: the ability
to theme the page displaying the list of books, normally
found at www.example.com/book
Zend Studio is a convenient environment to code in PHP, even though it is not currently possible to use it for integrated debugging of PHP-GTK code: its php completion and file management, and phpdoc integration make it very useful for the PHP-GTK environment too. However some settings are necessary to ease its use, due to the specific extensions typically used by PHP-GTK programs: phpw
files for applications, and glade
/ gladep
for Glade files storing UIs.