| Listing Detail | l_ |
|---|
| l_id | Listing ID | |
| l_category_id | Category ID of This Listing | |
| l_category_name | Category Name of This Listing | ex. Detached Homes |
| l_name | Listing Name | ex. MLS 1234 |
| l_link | Listing Link | href value |
| l_new | New ? | [true / false] |
| l_sold | Sold ? | [true / false] |
| l_price | Price | ex. $30,000 |
| l_price_search | Price for Search | ex. 30000 |
| l_bedroom | # of bedrooms | ex. 3 |
| l_bathroom | # of bathrooms | ex. 2 |
| l_area | Area Name | ex. Downtown |
| l_address | Address | |
| l_map_link | Map of this listing | href value |
| l_catch_phrase | Catch Phrase | ex. Must be sold ! |
| l_short_desc | Short Description | |
| l_long_desc | Detailed Description | |
| | | |
| l_agent['id'] | Assigned Agent ID | |
| l_agent['name'] | Agent Name | ex. John Doe |
| l_agent['job_title'] | Agent Job Title | ex. Sales Associate |
| l_agent['phone'] | Agent Phone Number | |
| l_agent['cellphone'] | Agent cellphone number | |
| l_agent['fax'] | Agent fax number | |
| l_agent['email'] | Agent email | |
| l_agent['image'] | Agent Image | href value |
| l_agent['html_page'] | Agent personal page | ex. http://.../john.htm |
| l_agent['intro'] | Agent Intro | ex. Career, Greeting message |
| | | |
| $l_tours as $l_tour | Virtual Tour Files | |
| l_tour['seq'] | Sequence number of the tour | |
| l_tour['name'] | Tour name | ex. Kitchen |
| l_tour['filename'] | Filename or http addr of the tour | ex. kitchen.mov |
| l_tour['link'] | Link to the virtual tour file | href value |
| | | |
| $l_docs as $l_doc | Support Documents Files | |
| l_doc['seq'] | Sequence number of the document | |
| l_doc['name'] | Document name | ex. Floor Plan |
| l_doc['filename'] | Filename or http addr of the document | ex. floor_plan.pdf |
| l_doc['link'] | Link to the document file | href value |
| | | |
| $l_images as $l_image | Small Images List | |
| l_image['seq'] | Sequence number of this small image | |
| l_image['name'] | Name of this small image | ex. Bedroom |
| l_image['image'] | Small Image | href value |
| l_image['link'] | Link to big image | href value |
| l_image['valid_link'] | if this is true, l_image['link'] is valid | |
| | | |
| $l_features as $l_feature | Features List | |
| l_feature['seq'] | Sequence number of this feature | |
| l_feature['name'] | Name of this feature | ex. Fireplace |
| | | |
| $l_attrs as $l_attr | Attributes List | |
| l_attr['seq'] | Sequence number of this attribute | |
| l_attr['name'] | Name of this attribute | ex. lot size |
| l_attr['value'] | Value this attribute | ex. 1280 X 1200 |
|
| Featured Listing | sp_ |
|---|
| sp_id | Listing ID | |
| sp_category_id | Category ID of This Listing | |
| sp_category_name | Category Name of This Listing | ex. Detached Homes |
| sp_name | Listing Name | ex. MLS 1234 |
| sp_link | Listing Link | href value |
| sp_new | New ? | [true / false] |
| sp_sold | Sold ? | [true / false] |
| sp_price | Price | ex. $30,000 |
| sp_price_search | Price for Search | ex. 30000 |
| sp_bedroom | # of bedrooms | ex. 3 |
| sp_bathroom | # of bathrooms | ex. 2 |
| sp_area | Area Name | ex. Downtown |
| sp_address | Address | |
| sp_map_link | Map of this listing | href value |
| sp_catch_phrase | Catch Phrase | ex. Must be sold ! |
| sp_short_desc | Short Description | |
| sp_long_desc | Detailed Description | |
| | | |
| sp_agent['id'] | Assigned Agent ID | |
| sp_agent['name'] | Agent Name | ex. John Doe |
| sp_agent['job_title'] | Agent Job Title | ex. Sales Associate |
| sp_agent['phone'] | Agent Phone Number | |
| sp_agent['cellphone'] | Agent cellphone number | |
| sp_agent['fax'] | Agent fax number | |
| sp_agent['email'] | Agent email | |
| sp_agent['image'] | Agent Image | href value |
| sp_agent['html_page'] | Agent personal page | ex. http://.../john.htm |
| sp_agent['intro'] | Agent Intro | ex. Career, Greeting message |
| | | |
| $sp_tours as $sp_tour | Virtual Tour Files | |
| sp_tour['seq'] | Sequence number of the tour | |
| sp_tour['name'] | Tour name | ex. Kitchen |
| sp_tour['filename'] | Filename or http addr of the tour | ex. kitchen.mov |
| sp_tour['link'] | Link to the virtual tour file | href value |
| | | |
| $sp_docs as $sp_doc | Support Documents Files | |
| sp_doc['seq'] | Sequence number of the document | |
| sp_doc['name'] | Document name | ex. Floor Plan |
| sp_doc['filename'] | Filename or http addr of the document | ex. floor_plan.pdf |
| sp_doc['link'] | Link to the document file | href value |
| | | |
| $sp_images as $sp_image | Small Images List | |
| sp_image['seq'] | Sequence number of this small image | |
| sp_image['name'] | Name of this small image | ex. Bedroom |
| sp_image['image'] | Small Image | href value |
| sp_image['link'] | Link to big image | href value |
| sp_image['valid_link'] | if this is true, sp_image['link'] is valid | |
| | | |
| $sp_features as $sp_feature | Features List | |
| sp_feature['seq'] | Sequence number of this feature | |
| sp_feature['name'] | Name of this feature | ex. Fireplace |
| | | |
| $sp_attrs as $sp_attr | Attributes List | |
| sp_attr['seq'] | Sequence number of this attribute | |
| sp_attr['name'] | Name of this attribute | ex. lot size |
| sp_attr['value'] | Value this attribute | ex. 1280 X 1200 |
| | | |
| | Additional for featured listing | |
| sp_ll['image'] | small flag image | One small image |
| sp_ll['link'] | Goto listing detail page | href value |
|
| Listings in a category | |
|---|
| llist_category_id | Category ID of This Listing | |
| llist_category_name | Category Name of This Listing | ex. Apartments |
| llist_category_howmany | Numebr of Listings in This Category | |
| llist_total | Same as llist_category_howmany | |
| llist_page_id | Page Number (ID) of The Listings Displayed | |
| llist_page_length | Number of Listings Per Page Set By Admin | |
| | | |
| $llist as $ll | Listing List | |
| ll['id'] | Listing ID | |
| ll['seq'] | Sequence number | |
| ll['name'] | Listing Name | ex. MLS 1234 |
| ll['link'] | Link to Listing Detail Page | |
| ll['new'] | New ? | [true / false] |
| ll['sold'] | Sold ? | [true / false] |
| ll['price'] | Price | ex. $30,000 |
| ll['price_search'] | Price for Search | ex. 30000 |
| ll['bedroom'] | # of bedrooms | ex. 3 |
| ll['bathroom'] | # of bathrooms | ex. 2 |
| ll['area'] | Area Name | ex. Downtown |
| ll['address'] | Address | |
| ll['map_link'] | Map of this listing | href value |
| ll['catch_phrase'] | Catch Phrase | ex. Must See !! |
| ll['short_desc'] | Short Description | |
| ll['image'] | Small Image | href value |
| ll['tour'] | Vitual Tour | true / false |
| ll['doc'] | Support Document | true / false |
| | | |
| ll['agent_id'] | Assigned Agent ID | |
| ll['agent_name'] | Agent Name | ex. John Doe |
| ll['agent_job_title'] | Agent Job Title | ex. Sales Associate |
| ll['agent_phone'] | Agent Phone Number | |
| ll['agent_cellphone'] | Agent cellphone number | |
| ll['agent_fax'] | Agent fax number | |
| ll['agent_email'] | Agent email | |
| ll['agent_image'] | Agent Image | href value |
| ll['agent_html_page'] | Agent personal page | ex. http://.../john.htm |
| ll['agent_intro'] | Agent Intro | ex. Career, Greeting message |
| | | |
| $llist_pages as $ll_page | Pagination of The Listings | |
| ll_page['id'] | Page Number (ID) | |
| ll_page['seq'] | Page Sequence Number | starting from 1 |
| ll_page['link'] | Link to The Page | href value |
| ll_page['range_from'] | Listing Range of the Page - From | ex. 11 in case of (11-20) |
| ll_page['range_to'] | Listing Range of the Page - To | ex. 20 in case of (11-20) |
|
| Search Result | |
|---|
| srlist_result | Search Result Provided ? | true / false |
| srlist_total | Total # of Listings Found | |
| srlist_page_length | Search Result Page Size | |
| srlist_page_id | Current Result Page ID | |
| srlist_from | Current Result Set - from | |
| srlist_to | Current Result Set - to | |
| | | |
| $srlist as $ll | Search Result Listings List | |
| ll['id'] | Listing ID | |
| ... | The same as "$llist as $ll" in "Listings in a category" | |
| | | |
| $srlist_pages as $ll_page | Pagination of The Listings | Search Result |
| ll_page['id'] | Page Number (ID) | |
| ll_page['seq'] | Page Sequence Number | starting from 1 |
| ll_page['link'] | Link to The Page | href value |
| ll_page['range_from'] | Listing Range of the Page - From | ex. 11 in case of (11-20) |
| ll_page['range_to'] | Listing Range of the Page - To | ex. 20 in case of (11-20) |
|