URLTequila URL is formed as follows Yoursite/index.php?task=yourclass&mode=Mode&rrt=bl&YourOtherParameters Where: Your SiteWeb address of your server, localhost, IP or domain name Your classController class to execute, this parameter can also take
ModeMode the controller have to execute, this is normally mapped to a protected function inside the controller. RRTRequested Response Type. The kind of response the developer/system is expecting from this call, the default value is page and can take any of the following: Available RRT's Tequila likes precision and reuse, we believe that by specifying the response type you expect is easier to make predictable applications, it also enables you to reuse your content, i.e. A reuse case:
Perhaps is not very clear how to do all this but think about: Page: will display the stand alone project page nh, emtpy: will make the content available to show in a nice IFRAME bl: Will make the content nice and clean to use in ajax text response pg, pageComplete page with full headers and footers (view Header & footer section) nh, emptyPage that uses HTML <head> section but empty, (nh = no headers) This kind of page will include JS, CSS blocks but no logo, menus on headers etc, this page will include emptyheader and emptyfooter files (view Header & footer section for more) bl, block
xml
xmltXML + Template
ps, html, htm
* Pending implementation sb, serverblock
excel
openoffice
* I see implementation has been altered in early release version, we'll add again in next release |

