CakeFest 2025 Madrid: The Official CakePHP Conference

Examples

Many examples in this reference require an XML file. We will use book.xml that contains the following:

Example #1 book.xml




 My lists
 
  My books
  
   
    
     
      
       Title
       Author
       Language
       ISBN
      
     
     
      
       The Grapes of Wrath
       John Steinbeck
       en
       0140186409
      
      
       The Pearl
       John Steinbeck
       en
       014017737X
      
      
       Samarcande
       Amine Maalouf
       fr
       2253051209
      
      
     
    
   
  
 
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top