Archive for the 'Php' Category

Apr 24 2010

Sefurl with Zend Framework

Published by Root under Php,programlama,zend

Zend gerçekten çok güçlü frameworktür. Bir çok büyük projede kullanabiliriz. Ama bildiğiniz üzere artık internette projelerden daha çok oluşturulan projelerin bilinirliği gereklidir. Bunun en önemli yollarından biride bildiğiniz üzere SEO çalışmalarıdır. Bu seo çalışmalarının en önemli ayaklarından biride sef link dediğimiz olaydır. Bu kısım zendde açıkçası biraz daha zordur. Zend’e ait standart link yönlendirmesi controller/action/var1/value1 [...]

2 responses so far

Apr 14 2009

How To Smarty Cache

Published by Root under Php,smarty

Ok. If you use smarty and some part of your web site are no need to uptime any time, we can use the Smarty cache. But smarty cache is not usefull for big project. But you can use in very simple let’s start. First Prepare script for smarty. require ‘kernel/libs/Smarty.class.php’; // This is my smarty [...]

2 responses so far

Feb 24 2009

Zend Cache with Zend Framework (Simple Function)

Published by Root under Php,programlama,zend

Ok. In my new project we have a lot of dymanic part. This part actually not up-to-date every time. (maybe one or two times in a day). If we use html for this part , we are so tried to update it. If we use sql all time (daily 2k+ visitor and growing) system to [...]

No responses yet