SQLbuilder documentation on wiki

edited November 2007 in Vanilla 1.0 Help
Vanilla wiki now has lot of examples on how to use the sqlbuilder class, If there are any mistakes let me know, and if you would like see a particular example let me know. http://lussumo.com/docs/doku.php?id=vanilla:development:sqlbuilder

Comments

  • strange: http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.inlineexample.pkg.html {@example url://path/to/example.php startline number of lines }
  • ok here is full phpdoc compatible version of sqilbuilder http://www.divshare.com/download/2571228-170 there are a couple of parameters i don't understand like InnerFunction used by AddOrderBy function
  • Thanks! It is added: http://lussumo.com/svn/framework/trunk/Framework.Class.SqlBuilder.php
  • OK here is the updated sqlbuilder file Changelog JOIN statement can use the USING clause SELECT can now have postfix for eg SELECT DISTINCT SELECT can now use USE INDEX. Its for optimizing your query so MySql knows which Index to use WHERE statement can now use the BETWEEN function, cause you can now skip the parenthesis around the parameters. http://www.divshare.com/download/2641335-91d
This discussion has been closed.