 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
PEAR Blog: The new Group has been elected!
by Chris Cornutt August 11, 2009 @ 07:51:10
According to this new post on the PEAR blog, the new PEAR Group has been officially elected:
I am more than glad to announce the arrival, the announcement of the new PEAR Group for 2009 and 2010. With a few fresh faces in the Group, this year looks very promising with the mix of both new blood and experienced PEAR Group members.
Those selected include Chuck Burgess, Ken Guest, Christian Weiske and Brett Bieber. The PEAR Group helps to guide the PEAR project as a while and push out initiatives like the updated package manager - Pyrus.
voice your opinion now!
election result pear group
Johannes Schluter's Blog: MySQLi Resultset Iterator
by Chris Cornutt June 22, 2009 @ 11:12:11
Johannes Schluter has posted a look at a handy little script that shows an interface between the returned MySQLi results and an SPL iterator.
When using MySQLi's multi_query to send queries which return multiple result sets you have to use a rather unintuitive API which can certainly be improved. Recently I sat down and cooked up a small improvement for that, being an iterator fan I, of course, had to use an iterator for that and implemented the following class.
The class extends the standard Iterator and provides the interfaces to work through the results of the query in your choice of Iterator-supporting looping structure. Example code for the class and its usage are both included.
voice your opinion now!
iterator result mysqli
Chris Jones' Blog: Oracle 11g Result Caching and PHP OCI8
by Chris Cornutt October 29, 2008 @ 07:52:33
Chris Jones has written up another post about a feature in some of the latest OCI8 libraries for PHP - result caching.
Oracle Database 11g introduced "server-side"and "client-side" result caches. The database cache is enabled with the RESULT_CACHE_MODE database parameter, which has several modes. With the default mode, queries for which you want results to be cached need a hint added - No PHP changes are required.
This caching is perfect for results from smaller lookup tables and can drop CPU usage by quite a bit. Oracle automatically takes care of validating the cache entries when something changes the stored results so your query is always fetching the latest (without having to worry about a timestamp on the cache or anything like that). He gives a few examples of how it would work, comparing the queries both with and without the caching.
voice your opinion now!
oracle oci8 driver cache result update tutorial 11g
IBM developerWorks: Create a Yahoo! SearchMonkey application
by Chris Cornutt October 16, 2008 @ 09:36:20
The IBM developerWorks has a new tutorial they've posted (free registration required) looking at making a Yahoo! SearchMonkey application by combining an RDF document, transforming it with XSLT and binding it all together with PHP.
SearchMonkey is the first product from a mainstream search engine provider that takes advantage of Semantic Web technologies to enable you to produce more relevant search results and thus drive more traffic to your Web site. With common Web development technologies such as PHP, XSLT, and XPath, provide a better experience for searchers as you use structured data encoded in Web pages using Semantic Web standards such as Microformats, eRDF, and RDFa.
They start the tutorial by introducing the SearchMonkey technology and a sample application showing how to interface with it (enhancing the search results for the blogspot.com blogs). The XSLT comes in when formatting the RDF data (DataRSS) by overlaying the data on existing websites.
voice your opinion now!
rdf xslt tutorial searchmonkey yahoo search result
DevShed: Paginating Database Records with the Code Igniter PHP Framework
by Chris Cornutt August 28, 2008 @ 07:57:51
DevShed continues their look at using the CodeIginiter PHP framework to build a sample application in this latest part of their series - a look a paginating the database results from a query.
As you may guess, however, Code Igniter comes bundled with a robust set of core classes, which can be used to perform all sorts of clever tasks, such as working with databases, performing file uploads, validating user-supplied data, and so forth. [...] I'm going to show you how to improve the MySQL-driven application developed in the preceding tutorial, since it'll be provided with the capacity for paging database records, via the pager class included with Code Igniter.
He starts by reviewing the previous part of the series, pulling the data from MySQL, then shows how to push that through the pagination component to create a simple user listing.
voice your opinion now!
codeigniter framework database mysql result query paginate
|
Community Events
Don't see your event here? Let us know!
|