Php


13
May 10

CPLUV is using Sphinx

Cpluv has done the switch for its search engine from Zend Lucene to Sphinx.

It is actually a breeze to implement and work with Sphinx once you got to know how everything’s working :)
When we choose the engine to be used instead of Zend Lucene, there were 2 finalist. SolR and Sphinx.
We used sphinx because of its ease to use/index and configure.
I’ll publish a small beginner tutorial tonight to help people to jump in Sphinx.

The community is great, although the forum could be better. But I know that they’re working on a new website, so it will probably be updated.
It’s definitely worth a look if you’re looking for a POWERFUL, FAST AND LIGHT search engine.


3
Dec 09

CPLUV is live

Well after some crazy months of development through my company Shaperstudio Ltd I’m glad to tell that the new cpluv website is live.

It will probably need some tweaks here and there in the next couple of weeks but the harder is behind us now :)

For this project we’ve been using the Zend Framework. When Shaperstudio’s blog will be up, we’ll then probably post some tutorials regarding this excellent php framework.

Meanwhile enjoy the new cpluv website

And it means now I’ll have time to post more stuff on this blog too ( flash related for sure )

++


10
Mar 08

Komodo Edit – using chm file for help

This is more a reminder for myself, as I’ve tried this for some times with no luck.

I like playing with different php IDE to see what they can offer…
For now I’m on Komodo Edit 4.3 a free IDE.
So using this IDE I was looking for a way to use my chm file as help instead of the web.
So here is the line you have to put in Edit>Preferences>Languages Help>PHP
HH C:\\DATAS\\Development\\ressources\\php\\php_manual_en.chm::/en/function.%w.html

Maybe this will help some…
++