EtiketPHP

Yii Framework’e Giriş

Yii, yüksek performans ve Web 2.0 uygulamaları için geliştirilmiş bir PHP çatısıdır. Framework ismini “Yes it is” kelimesinin baş harflerinden almıştır: “Is it fast? … Is it secure? … Is it professional? … Is it right for my next project? … Yes, it is!” Yii framework geliştiricilere; hızlı, temiz ve tekrarsız (DRY Principle) bir uygulama geliştirme...

PHP Microtime Class

Microtime is a useful function that “returns the current Unix timestamp with microseconds.” [1] So as in normal this can be useful for time tracking, but also needs some arrangements. I figured out this as a simple class. Example: [code lang=”php”] //get instance $time = new time(); //start with died parameter (default false) $time->start($died = true); //do nothing for...

Arşivler

Kategoriler