An easy text search algoritm

2006-10-25 Thread Emils
I'v never done any serious search in PHP more than WHERE something LIKE %something% but wanted to try a own idea so I would be able to search for word in my content. My algorim works like this: User submits a title + body. When posted I create split all words and add them to a database table. Al

One to many relation

2006-10-09 Thread Emils
My experience with CakePHP has only begun but after creating some small examples with great help of the cake manual I think some areas of interest suffers. A very common issue (problem for starters) is when you have a one-to-many relation in the data source. For an example we can use a list. A li