| # |
type |
message |
| 1 | Context | initialization |
| 2 | Controller | initialization |
| 3 | Routing | match route [default] "/:module/:action/*" |
| 4 | Request | request parameters array ( 'module' => 'listings', 'action' => 'myproperty',) |
| 5 | Controller | dispatch request |
| 6 | Filter | executing filter "sfRenderingFilter" |
| 7 | Filter | executing filter "sfWebDebugFilter" |
| 8 | Filter | executing filter "sfCommonFilter" |
| 9 | Filter | executing filter "sfFlashFilter" |
| 10 | Filter | executing filter "sfExecutionFilter" |
| 11 | Action | call "listingsActions->executeMyproperty()" |
| 12 | Creole | connect(): DSN: array ( 'database' => '****', 'encoding' => '****', 'hostspec' => '****', 'password' => '****', 'persistent' => '****', 'phptype' => '****', 'port' => '****', 'protocol' => '****', 'username' => '****', ), FLAGS: 0 |
| 13 | Creole | prepareStatement(): SELECT property_listings.ID, property_listings.PROPERTY_CODE, property_listings.USER_ID, property_listings.CATEGORY, property_listings.PROPERTY_TYPE, property_listings.SUBTYPE, property_listings.LANDMARK, property_listings.LOCALITY, property_listings.ADDRESS, property_listings.STATE, property_listings.CITY, property_listings.ZIPCODE, property_listings.BUDGET, property_listings.COVEREDAREA, property_listings.PLOTAREA, property_listings.RBEDROOM, property_listings.RBATHROOM, property_listings.FURNISHED, property_listings.AGE, property_listings.LEASEYEARS, property_listings.FLOOR, property_listings.TOTALFLOOR, property_listings.FACING, property_listings.OWNERSHIP, property_listings.TRANSACTION, property_listings.RHOSPTIAL, property_listings.RRLYSTN, property_listings.RSCHOOL, property_listings.RCITYCENTER, property_listings.RAIRPORT, property_listings.RSHOPINGMALS, property_listings.RENTERTAINMENT, property_listings.DESCRIPTION, property_listings.CLUB, property_listings.LIFT, property_listings.RRAIN, property_listings.POWER, property_listings.GYM, property_listings.RPOOL, property_listings.SECURITY, property_listings.PARK, property_listings.GARDEN, property_listings.RWATERSTORAGE, property_listings.RSERVANTQUARTER, property_listings.RLANDROMART, property_listings.RMODULARKITCHEN, property_listings.RSOLARWATER, property_listings.VASTU, property_listings.PARKING, property_listings.AC, property_listings.CATM, property_listings.CFOODCOURT, property_listings.PHOTO, property_listings.VIEWS, property_listings.CREATED_AT, property_listings.EXPIRYDATE, property_listings.UPDATED_AT, property_listings.PRODUCT_ID, property_listings.ACTIVE, property_listings.PIC_PATH, property_listings.PIC_PATH1, property_listings.PIC_PATH2, property_listings.PIC_PATH3, property_listings.PIC_PATH4, property_listings.WALKTHROUGH_PATH FROM property_listings WHERE property_listings.USER_ID=? |
| 14 | Creole | executeQuery(): [316.97 ms] SELECT property_listings.ID, property_listings.PROPERTY_CODE, property_listings.USER_ID, property_listings.CATEGORY, property_listings.PROPERTY_TYPE, property_listings.SUBTYPE, property_listings.LANDMARK, property_listings.LOCALITY, property_listings.ADDRESS, property_listings.STATE, property_listings.CITY, property_listings.ZIPCODE, property_listings.BUDGET, property_listings.COVEREDAREA, property_listings.PLOTAREA, property_listings.RBEDROOM, property_listings.RBATHROOM, property_listings.FURNISHED, property_listings.AGE, property_listings.LEASEYEARS, property_listings.FLOOR, property_listings.TOTALFLOOR, property_listings.FACING, property_listings.OWNERSHIP, property_listings.TRANSACTION, property_listings.RHOSPTIAL, property_listings.RRLYSTN, property_listings.RSCHOOL, property_listings.RCITYCENTER, property_listings.RAIRPORT, property_listings.RSHOPINGMALS, property_listings.RENTERTAINMENT, property_listings.DESCRIPTION, property_listings.CLUB, property_listings.LIFT, property_listings.RRAIN, property_listings.POWER, property_listings.GYM, property_listings.RPOOL, property_listings.SECURITY, property_listings.PARK, property_listings.GARDEN, property_listings.RWATERSTORAGE, property_listings.RSERVANTQUARTER, property_listings.RLANDROMART, property_listings.RMODULARKITCHEN, property_listings.RSOLARWATER, property_listings.VASTU, property_listings.PARKING, property_listings.AC, property_listings.CATM, property_listings.CFOODCOURT, property_listings.PHOTO, property_listings.VIEWS, property_listings.CREATED_AT, property_listings.EXPIRYDATE, property_listings.UPDATED_AT, property_listings.PRODUCT_ID, property_listings.ACTIVE, property_listings.PIC_PATH, property_listings.PIC_PATH1, property_listings.PIC_PATH2, property_listings.PIC_PATH3, property_listings.PIC_PATH4, property_listings.WALKTHROUGH_PATH FROM property_listings WHERE property_listings.USER_ID=0 |
| 15 | View | initialize view for "listings/myproperty" |
| 16 | ViewConfig | set component "header" (main/header) |
| 17 | ViewConfig | set component "left" (main/buyer) |
| 18 | ViewConfig | set component "center" (/) |
| 19 | ViewConfig | set component "right" (main/right) |
| 20 | ViewConfig | set component "footer" (main/footer) |
| 21 | View | render "sf_app_dir/modules/listings/templates/mypropertySuccess.php" |
| 22 | View | decorate content with "sf_app_dir/templates/layout.php" |
| 23 | View | render "sf_app_dir/templates/layout.php" |
| 24 | PartialHelper | call "main->executeHeader()" |
| 25 | View | initialize view for "main/_header" |
| 26 | View | render "sf_app_dir/modules/main/templates/_header.php" |
| 27 | PartialHelper | call "main->executeBuyer()" |
| 28 | View | initialize view for "main/_buyer" |
| 29 | View | render "sf_app_dir/modules/main/templates/_buyer.php" |
| 30 | PartialHelper | call "main->executeCenterlayer()" |
| 31 | View | initialize view for "main/_centerlayer" |
| 32 | View | render "sf_app_dir/modules/main/templates/_centerlayer.php" |
| 33 | View | initialize view for "main/_loginLayer" |
| 34 | View | render "sf_app_dir/modules/main/templates/_loginLayer.php" |
| 35 | View | initialize view for "search/_search" |
| 36 | View | render "sf_app_dir/modules/search/templates/_search.php" |
| 37 | PartialHelper | call "main->executePropType()" |
| 38 | Creole | prepareStatement(): SELECT property_types.ID, property_types.PROPERTY_TYPE FROM property_types |
| 39 | Creole | executeQuery(): [77.13 ms] SELECT property_types.ID, property_types.PROPERTY_TYPE FROM property_types |
| 40 | View | initialize view for "main/_PropType" |
| 41 | View | render "sf_app_dir/modules/main/templates/_PropType.php" |
| 42 | PartialHelper | call "main->executeState()" |
| 43 | Creole | prepareStatement(): SELECT states.ID, states.STATE_NAME, states.COUNTRY_ID FROM states WHERE states.COUNTRY_ID=? |
| 44 | Creole | executeQuery(): [67.35 ms] SELECT states.ID, states.STATE_NAME, states.COUNTRY_ID FROM states WHERE states.COUNTRY_ID=1 |
| 45 | View | initialize view for "main/_State" |
| 46 | View | render "sf_app_dir/modules/main/templates/_State.php" |
| 47 | View | initialize view for "search/_agents" |
| 48 | View | render "sf_app_dir/modules/search/templates/_agents.php" |
| 49 | PartialHelper | call "main->executeState()" |
| 50 | Creole | prepareStatement(): SELECT states.ID, states.STATE_NAME, states.COUNTRY_ID FROM states WHERE states.COUNTRY_ID=? |
| 51 | Creole | executeQuery(): [76.28 ms] SELECT states.ID, states.STATE_NAME, states.COUNTRY_ID FROM states WHERE states.COUNTRY_ID=1 |
| 52 | View | initialize view for "main/_State" |
| 53 | View | render "sf_app_dir/modules/main/templates/_State.php" |
| 54 | View | initialize view for "search/_builders" |
| 55 | View | render "sf_app_dir/modules/search/templates/_builders.php" |
| 56 | PartialHelper | call "main->executeState()" |
| 57 | Creole | prepareStatement(): SELECT states.ID, states.STATE_NAME, states.COUNTRY_ID FROM states WHERE states.COUNTRY_ID=? |
| 58 | Creole | executeQuery(): [65.63 ms] SELECT states.ID, states.STATE_NAME, states.COUNTRY_ID FROM states WHERE states.COUNTRY_ID=1 |
| 59 | View | initialize view for "main/_State" |
| 60 | View | render "sf_app_dir/modules/main/templates/_State.php" |
| 61 | View | initialize view for "listings/_postrequirement" |
| 62 | View | render "sf_app_dir/modules/listings/templates/_postrequirement.php" |
| 63 | PartialHelper | call "main->executePostproperty()" |
| 64 | Creole | prepareStatement(): SELECT property_types.ID, property_types.PROPERTY_TYPE FROM property_types |
| 65 | Creole | executeQuery(): [74.45 ms] SELECT property_types.ID, property_types.PROPERTY_TYPE FROM property_types |
| 66 | View | initialize view for "main/_postproperty" |
| 67 | View | render "sf_app_dir/modules/main/templates/_postproperty.php" |
| 68 | PartialHelper | call "main->executeConstcity()" |
| 69 | Creole | prepareStatement(): SELECT cities.ID, cities.CITY_NAME, cities.STATE_ID FROM cities |
| 70 | Creole | executeQuery(): [116.49 ms] SELECT cities.ID, cities.CITY_NAME, cities.STATE_ID FROM cities |
| 71 | View | initialize view for "main/_Constcity" |
| 72 | View | render "sf_app_dir/modules/main/templates/_Constcity.php" |
| 73 | PartialHelper | call "main->executeRight()" |
| 74 | Creole | prepareStatement(): SELECT news.ID, news.TITLE, news.MESSAGE, news.POSTBY, news.POST_DATE, news.ACTIVE FROM news |
| 75 | Creole | applyLimit(): SELECT news.ID, news.TITLE, news.MESSAGE, news.POSTBY, news.POST_DATE, news.ACTIVE FROM news, offset: 0, limit: 5 |
| 76 | Creole | executeQuery(): [102.12 ms] SELECT news.ID, news.TITLE, news.MESSAGE, news.POSTBY, news.POST_DATE, news.ACTIVE FROM news LIMIT 5 |
| 77 | View | initialize view for "main/_right" |
| 78 | View | render "sf_app_dir/modules/main/templates/_right.php" |
| 79 | PartialHelper | call "main->executeFooter()" |
| 80 | View | initialize view for "main/_footer" |
| 81 | View | render "sf_app_dir/modules/main/templates/_footer.php" |