Apr
24
2010
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 [...]
Tags: class, framework, Php, router, zend
Apr
14
2009
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 [...]
Feb
24
2009
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 [...]
Tags: cache, framework, sql, zend