Çevrimiçi bir sözlük yapmak için en iyi yaklaşım?

3 Cevap php

I'm trying to create an online dictionary (some rare languages) and need you suggestions. My php, mysql and javascript knowledge though is far from excellent, but is enough to understand the code and make some changes to it. I've done some projects with Drupal before and now thinking about trying a php framework for this project, because I belive that php framework could be more flexible in this case. I don't have any experience with any frameworks. The project isn't commercial, more like a hobby.

Yani, soru - bir php çerçeve uğraşmaya değer mi yoksa Drupal ile sopa gerekir? Belki, bazı diğer seçenekler?

Teşekkür ederim.

3 Cevap

Some people thinks that writing your own engine instead of using a CMS is not worth. But if you use a framework, such as Zend Framework, Symfony, CakePHP, CodeIgniter, etc... you will be able to have a robust basic engine which could be extended to your needs, and get improved with time. With time, you write your own library which you know, and, the most important, which fits to your specific needs.

Yani, yazmak için önce aracı bulmaya çalışın, ama bunu bulmak mümkün değildi yazmak, ya da sizin ihtiyaçlarınıza adapte değildi, ya da adapte size ekstra kez mal olacak.

Aşağıdaki şeyler düşünüyorum:

  • Motor şablonu istiyorum şey tasarlamak bana mümkün izin verir mi
  • Yazılım yeterli modüler eklentileri veya yeni modülleri geliştirmek için bana izin edebilmek için
  • Bunu nasıl kullanılacağını öğrenmek için değer mi?
  • O activly geliştirilen ve belgeler mevcuttur mi?
  • Bunun yerine bana sıfırdan yazma onunla geliştirmek ve kendime bir kütüphane oluşturmak için ekstra zaman mal olacak?
  • Ve muhtemelen diğerleri ben unuttum şeyler.

PHP söz beri, neden MediaWiki (Vikipedi arkasındaki motor) düşünmüyorsunuz?

Eğer üzerinde çalıştığınız bir açık proje ise Wiktionary, her zaman var.