Hi can anyone explain what exactly this function does

tabs(array())

for eg.

<?php tabs(array("grid.php"));?>

Recommended Answers

All 3 Replies

This is not a PHP function. It is likely that you have an included file or code somewhere which defines this.

This is not a PHP function. It is likely that you have an included file or code somewhere which defines this.

Indeed because if you go into the official documentation and manually put the function into the url a 404 comes up and when searching the official documentation it does not appear. /manual/en/function.tabs.php
Try your code without including any files and I bet the function will not exist.

Thanks.I actually came across that piece of code in a file i downloaded about grid view.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.