I just ran that SQL and BOOM - I got a fully functioning ticketing system! Thank you thank you thank you AD!
Jeremy Burns Class Outfit http://www.classoutfit.com On 13 Dec 2011, at 10:23:36, AD7six 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 -- 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
