Absolutely brilliant. Made my day!

On Dec 13, 10:23 am, AD7six <[email protected]> wrote:
> On Dec 13, 10:29 am, Mamdoohi <[email protected]> wrote:
>
> > hi.
> > I want create ticketing plugin.
> > can you give a database structure for ticketing.
>
> > <http://localhost/phpmyadmin/tbl_structure.php?db=zayer&token=164ed0dd...>
>
> Here's a good start:
>
> SELECT
>     *,
>     MATCH('terms') AGAINST('ticket system sql' IN BOOLEAN MODE) as
> relevance
> FROM
>     internet.google
> HAVING
>     relevance > 0
> ORDER BY
>    relevance DESC
> LIMIT 10
>
> AD

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to