|
|
|
|
|
|
Popular listings
|
Zend_Json provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP. JSON, JavaScript Object Notation, can be used for data interchange between JavaScript and other languages. Since JSON can be directly evaluated by JavaScript, it is a more efficient and lightweight format than XML for exchanging data with JavaScript clients.
http://framework.zend.com/manual/en/zend.json.html
PageRank: 6/10
(Clicks: 411;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
I've been working on Zend_XmlRpc_Server for some months now. In the past couple weeks, I've refactored it to push the class/function reflection into Zend_Server_Reflection, and, in doing so, noted that there were further areas for refactoring into additional helper classes. Currently, it now has classes for the Request, Response, and Faults, and all actual XML wrangling is done in those, making the server basically XML-agnostic.
http://weierophinney.net/matthew/archives/126-Zend_XmlRpc_Server.html
PageRank: 4/10
(Clicks: 407;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
Writed by Ben Ramsey, one of the most important members from Zend Framework team,there is a 26 slides (as PDF) designed for a quick presentation of Zend Framework. This presentation provides also some short code samples.
http://media.atlphp.org/slides/bramsey-zend_framework.pdf
PageRank: 3/10
(Clicks: 407;
Comments: 0;
Listing added: Jan 6, 2007)
|
|
A tutorial about using Zend_Translate to write multilingual applications
http://www.developer.com/lang/article.php/3683571
PageRank: Not available
(Clicks: 407;
Comments: 0;
Listing added: Jun 17, 2007)
|
|
I have done my fair amount of hacking PHP applications. In that time, I have come across many poor programming practices that have caused me to almost lose my mind. One that really grinds my gears is overuse of global variables.
http://blog.case.edu/gps10/2006/07/22/why_global_variables_in_php_is_bad_programming_practice
PageRank: 4/10
(Clicks: 404;
Comments: 0;
Listing added: May 10, 2007)
|
|
Zend_Mail provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages. Mail can be sent with Zend_Mail via the php built-in mail() function or via direct SMTP connection.
http://framework.zend.com/manual/en/zend.mail.html
PageRank: 6/10
(Clicks: 400;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
The Zend Framework allows for websites that are search engine friendly, although some thought needs to be taken when building your application. Besides creating a website that has a better chance of performing well with the search engines, these tips will also make your site friendly for visitors. Believe it or not, building a site that is search engine friendly can also yield usability benefits.
http://devzone.zend.com/node/view/id/949
PageRank: 4/10
(Clicks: 394;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
Zend class has now gone! This is good news as the Zend class was schizophrenic and provided functions responsible for file loading, registry, debugging and version information! Another side effect is that the entire Zend Framework is stored within the Zend directory making those who use svn:externals on their lib directory happier.
http://akrabat.com/2007/03/10/goodbye-zendphp/
PageRank: 5/10
(Clicks: 394;
Comments: 0;
Listing added: Mar 10, 2007)
|
|
Implement multiple language support using the Zend Framework. This system will automatically detect what the likely language the user would be wanting to see and also allows them to change the language at anytime.
http://adam.topicate.com/2007/08/30/multiple-language-support/
PageRank: Not available
(Clicks: 390;
Comments: 1;
Listing added: Aug 30, 2007)
|
|
Zend_Cache provides a generic way to cache any data.
Caching in Zend Framework is operated by frontends while cache records are stored through backend adapters (File, Sqlite, Memcache...) through a flexible system of IDs and tags. Using those, it is easy to delete specific types of records afterwards (for example: "delete all cache records marked with a given tag").
http://framework.zend.com/manual/en/zend.cache.html
PageRank: 6/10
(Clicks: 389;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
|
|
|
|
|
|
|
|