Describe

Navigation:  Development > Function Reference > Model >

Describe

Previous pageReturn to chapter overviewNext page

Retrieve the table structure.
 
App::Model(MODEL)->Describe()

 

For example:
 
$Structure = App::Model('Page')->Describe();
pr($Structure);