Zend Framework 1.8 – Përshtypjet e para

Zend Framework

Para 2 ditësh, Zend – kompania që mbështet PHP nxorri versionin e ri të Zend Framework 1.8. Një “framework” është një grup klasash dhe librarish që ofrojnë një ambient programimi.

Tek ShqiperiaCom Shpk, disa nga projektet qe kemi programuar se fundmi jane punuar me Zend Framework (1.3-1.7). Host.al ka qene nder te paret qe kemi nisur me ZF. Pas saj kanë pasuar disa projekte për klientët tanë dhe për firëmn tonë (www.infoarkiv.com, www.gossip.al etj).

Implementing a Canonical URL with Zend Framework

Unique - Courtesy Irina Souiki

Google and the other search engines are trying to convince the webmasters to use the “what so called” Canonical URLs. The Canonical URLs will help the search engines distinguish the dublicated content which comes from different calls on the same domain.

The Canonical URL is just a simple “link tag” added to the header of your page. This link gives the owner of the page the power to tell Search Engines which one is his favourite URL for his page.

Zend_Filter dashes and underscore

Sometimes I need to filter alnum values together with dashes ( – ) and underscores ( _ ). The following class (similar to Alnum.php from ZF) will allow to have these characters in the Zend Filder. <?php /** * Allows the fitler of alnum, dashes and underscores + whitespaces */ require_once ‘Zend/Filter/Interface.php’; require_once ‘Zend/Locale.php’; class [...]

Optimized by SEO Ultimate