| Subject: | This is a good and useful class ! But . |  
| Summary: | Package rating comment |  
| Messages: | 3 |  
| Author: | José Filipe Lopes Santos |  
| Date: | 2012-05-09 13:10:17 |  
| Update: | 2012-05-10 15:58:43 |  
|   |  
 
 | 
 | 
José Filipe Lopes Santos rated this package as follows:
| Utility:  | Good | 
| Consistency:  | Good | 
| Examples:  | Good | 
| 
 | 
  José Filipe Lopes Santos - 2012-05-09 13:10:17  
This is a good and useful class ! 
But ... 
The links does not has a description ? (example: Contact - contact.html) 
And this class will be better, if there accepts links not only one by one, but a array of links in one only time ! 
 
Usualy a use a array to design site maps :-) 
  
  Antonino Migliore - 2012-05-09 20:00:55 -  In reply to message 1 from José Filipe Lopes Santos 
  
  José Filipe Lopes Santos - 2012-05-10 15:58:43 -  In reply to message 2 from Antonino Migliore 
Oh, i dont generate XML file like this ... ! :-) 
 
I had plus,less, and arrow icons ... ! 
And having an array like this 
$menu = array("Listings" => array ( 
                  "Products" => "listing_products.php", 
                  "Services" => "listing_services.php"), 
              "Forms" => array("Product => "form_product.php"); 
 
Using a recursive php function and templates (template_phplib), i generate the sitemap / menu :-) 
 
So Listings and Products, expands or colapses, changing images plus to less ... ! 
And the items like Listing of products, is linkable, and in this example opens interface of the listing of the products ... ! 
  
   |