Archive for January, 2009

Jan 20 2009

Sefurl with Zend Framework

Published by Root under Php, programlama, zend

Zend is very powerfull framework. We want to use some kind of big project but we have a problem.
Problem is; url sef link http://www.example.com/article/2009/06/sef-url-with-zend.html
But we want to: http://www.example.com/sef-url-with-zend.html
Ok; Everybody says “You can do it with Zend Router”, but how?
Answer:
You open index.php and insert
Zend gerçekten çok güçlü frameworktür. Bir çok büyük projede kullanabiliriz. Ama [...]

2 responses so far

Jan 13 2009

InnoDB vs MyISAM

Published by Root under Mysql, Php, programlama

On Internet most people use “MYISAM” storage engine. This engine is so good for web application. But we have a lot of alternative. This article has InnoDb and MyIsam engines.
InnoDB:

Innodb has no Fulltext search. This one is very bad thing (I think).
Innodb is powerfull. More secure for crash.
Innodb has foreign keys. It [...]

No responses yet