David Bedodo
_Arquitecto UCEN
Augusto Merino
_Arquitecto Uniacc
Francisca Silva
_Arquitecto PUC
Gonzalo Jiménez
_Arquitecto U. de Chile
Vicente Aparicio
_Arquitecto UDD
BLOG
f
Key Value
Laravel version 4.0.11
Environment bedodostudio_productive
Timezone Etc/GMT+3
Locale es
Key Value
Current route get /
Current controller action
Path Route Uses Before After
[GET] /users/login get users/login UsersController@showLogin
[POST] /users/login post users/login UsersController@processLogin
[GET] /users/logout get users/logout UsersController@logout
[GET] /users/noaccess get users/noaccess UsersController@noAccess
[GET] /users get users UsersController@index auth|hasAccess:users
[GET] /users/search/{type} get|post|put|patch|delete users/search/{type} UsersController@search auth|hasAccess:users
[GET] /users/create get users/create UsersController@create auth|hasAccess:users
[POST] /users/store post users/store UsersController@store auth|hasAccess:users
[GET] /users/edit/{id} get users/edit/{id} UsersController@edit auth|hasAccess:users
[POST] /users/update/{id} post users/update/{id} UsersController@update auth|hasAccess:users
[GET] /users/groups get users/groups UsersController@groups auth|hasAccess:users
[GET] /users/groups/creategroup get users/groups/creategroup UsersController@createGroup auth|hasAccess:users
[GET] /users/groups/editgroup/{id} get users/groups/editgroup/{id} UsersController@editGroup auth|hasAccess:users
[POST] /users/groups/storegroup post users/groups/storegroup UsersController@storeGroup auth|hasAccess:users
[POST] /users/groups/creategroup post users/groups/creategroup UsersController@createGroup auth|hasAccess:users
[POST] /users/groups/updategroup/{id} post users/groups/updategroup/{id} UsersController@updateGroup auth|hasAccess:users
[GET] /staff_departments get staff_departments Staff_DepartmentsController@index auth
[GET] /staff_departments/create get staff_departments/create Staff_DepartmentsController@create auth
[POST] /staff_departments/store post staff_departments/store Staff_DepartmentsController@store auth
[GET] /staff_departments/edit/{id} get staff_departments/edit/{id} Staff_DepartmentsController@edit auth
[POST] /staff_departments/update/{id} post staff_departments/update/{id} Staff_DepartmentsController@update auth
[POST] /staff_departments/update_staff_departments/{id} post staff_departments/update_staff_departments/{id} Staff_DepartmentsController@UpdateStaffDepartments auth
[GET] /companies/log/{id} get|post|put|patch|delete companies/log/{id} CompaniesController@log auth_header|csrf_header
[GET] /thirdparties/log/{id} get|post|put|patch|delete thirdparties/log/{id} ThirdPartiesController@log auth_header|csrf_header
[POST] /locations post locations LocationsController@locations csrf_header
[POST] /consultations post consultations WebCmsConsultationTypesController@consultations csrf_header
[GET] /proposals/guest_create get proposals/guest_create ProposalsController@guest_create
[POST] /proposals/guest_store post proposals/guest_store ProposalsController@guest_store
[GET] /proposals/guest_check/{hash} get proposals/guest_check/{hash} ProposalsController@guest_check
[GET] /proposals/guest_edit/{hash} get proposals/guest_edit/{hash} ProposalsController@guest_edit
[POST] /proposals/guest_confirm/{hash} post proposals/guest_confirm/{hash} ProposalsController@guest_confirm
[GET] /proposals/guest_payment/{hash} get proposals/guest_payment/{hash} ProposalsController@guest_payment
[POST] /proposals/guest_attach_process/{hash}/{id} post proposals/guest_attach_process/{hash}/{id} ProposalsController@guest_attach_process
[POST] /proposals/guest_checkout/{hash} post proposals/guest_checkout/{hash} ProposalsController@guest_checkout
[GET] /salesorders/guest_check/{hash} get salesorders/guest_check/{hash} SalesOrdersController@guest_check
[GET] /salesorders/guest_paychannel/{hash} get salesorders/guest_paychannel/{hash} SalesOrdersController@guest_paychannel
[GET] /salesorders/connect_paymentmethod/{hash} get salesorders/connect_paymentmethod/{hash} SalesOrdersController@connect_paymentmethod
[POST] /salesorders/validate_payment/{hash} post salesorders/validate_payment/{hash} SalesOrdersController@validate_payment
[GET] /salesorders/guest_attach/{hash} get salesorders/guest_attach/{hash} SalesOrdersController@guest_attach
[POST] /salesorders/guest_attach_process/{hash}/{id} post salesorders/guest_attach_process/{hash}/{id} SalesOrdersController@guest_attach_process
[POST] /salesorders/guest_attach_confirm/{hash} post salesorders/guest_attach_confirm/{hash} SalesOrdersController@guest_attach_confirm
[GET] /salesorders/guest_remove_file/{hash}/{id} get salesorders/guest_remove_file/{hash}/{id} SalesOrdersController@guest_remove_file
[GET] /salesorders/connect_paymethod/{hash} get salesorders/connect_paymethod/{hash} SalesOrdersController@connect_paymethod
[POST] /salesorders/response_payment post salesorders/response_payment SalesOrdersController@response_payment
[GET] /proposals/rps/forget get proposals/rps/forget ProposalsController@forgetRequestProductsSession
[GET] /proposals/rps get proposals/rps ProposalsController@requestProductsSession
[POST] /proposals/rps/item/add post proposals/rps/item/add ProposalsController@addItemRequestProductsSession
[POST] /proposals/rps/item/edit/{key} post proposals/rps/item/edit/{key} ProposalsController@editItemRequestProductsSession
[GET] /proposals/rps/item/delete/{key} get proposals/rps/item/delete/{key} ProposalsController@deleteItemRequestProductsSession
[POST] /proposals/hash/item/edit/{id} post proposals/hash/item/edit/{id} ProposalsController@editHashItemRequestProducts
[GET] /proposals/hash/item/delete/{id} get proposals/hash/item/delete/{id} ProposalsController@deleteItemRequestProducts
[GET] /proposals/test_email get proposals/test_email ProposalsController@test_email
[GET] /people/search get|post|put|patch|delete people/search PeopleController@search auth
[GET] /dashboard dashboard.index DashboardController@index auth|hasAccess:invoicing
[GET] /dashboard/create dashboard.create DashboardController@create auth|hasAccess:invoicing
[POST] /dashboard dashboard.store DashboardController@store auth|hasAccess:invoicing
[GET] /dashboard/{dashboard} dashboard.show DashboardController@show auth|hasAccess:invoicing
[GET] /dashboard/{dashboard}/edit dashboard.edit DashboardController@edit auth|hasAccess:invoicing
[PUT] /dashboard/{dashboard} dashboard.update DashboardController@update auth|hasAccess:invoicing
[PATCH] /dashboard/{dashboard} patch dashboard/{dashboard} DashboardController@update auth|hasAccess:invoicing
[DELETE] /dashboard/{dashboard} dashboard.destroy DashboardController@destroy auth|hasAccess:invoicing
[GET] /companies companies.index CompaniesController@index auth|hasAccess:invoicing
[GET] /companies/create companies.create CompaniesController@create auth|hasAccess:invoicing
[POST] /companies companies.store CompaniesController@store auth|hasAccess:invoicing
[GET] /companies/{companies} companies.show CompaniesController@show auth|hasAccess:invoicing
[GET] /companies/{companies}/edit companies.edit CompaniesController@edit auth|hasAccess:invoicing
[PUT] /companies/{companies} companies.update CompaniesController@update auth|hasAccess:invoicing
[PATCH] /companies/{companies} patch companies/{companies} CompaniesController@update auth|hasAccess:invoicing
[DELETE] /companies/{companies} companies.destroy CompaniesController@destroy auth|hasAccess:invoicing
[GET] /companies/create get companies/create CompaniesController@create auth|hasAccess:invoicing
[POST] /companies/store post companies/store CompaniesController@store auth|hasAccess:invoicing
[GET] /companies/edit/{id} get companies/edit/{id} CompaniesController@edit auth|hasAccess:invoicing
[POST] /companies/update/{id} post companies/update/{id} CompaniesController@update auth|hasAccess:invoicing
[POST] /companies/search post companies/search CompaniesController@search auth|hasAccess:invoicing
[POST] /companies/showaddress post companies/showaddress CompaniesController@showAddress auth|hasAccess:invoicing
[POST] /companies/createperson post companies/createperson CompaniesController@createPerson auth|hasAccess:invoicing
[POST] /companies/createaddress post companies/createaddress CompaniesController@createAddress auth|hasAccess:invoicing
[GET] /companies/delete/{id} get companies/delete/{id} CompaniesController@delete auth|hasAccess:invoicing
[POST] /companies/credit/{id} post companies/credit/{id} CompaniesController@credit auth|hasAccess:invoicing
[POST] /companies/associateperson post companies/associateperson CompaniesController@associatePerson auth|hasAccess:invoicing
[POST] /companies/updatepricelists/{id} post companies/updatepricelists/{id} CompaniesController@updatePriceLists auth|hasAccess:invoicing
[GET] /companies/report/companies get companies/report/companies CompaniesController@report auth|hasAccess:invoicing
[GET] /addresses get|post|put|patch|delete addresses AddressesController@index auth|hasAccess:invoicing
[GET] /addresses/create get addresses/create AddressesController@create auth|hasAccess:invoicing
[POST] /addresses/store post addresses/store AddressesController@store auth|hasAccess:invoicing
[GET] /addresses/edit/{id} get addresses/edit/{id} AddressesController@edit auth|hasAccess:invoicing
[POST] /addresses/update/{id} post addresses/update/{id} AddressesController@update auth|hasAccess:invoicing
[POST] /addresses/search post addresses/search AddressesController@search auth|hasAccess:invoicing
[GET] /addresses/delete/{id} get addresses/delete/{id} AddressesController@delete auth|hasAccess:invoicing
[GET] /branch_offices get|post|put|patch|delete branch_offices BranchOfficesController@index auth|hasAccess:invoicing
[GET] /branch_offices/create get branch_offices/create BranchOfficesController@create auth|hasAccess:invoicing
[POST] /branch_offices/store post branch_offices/store BranchOfficesController@store auth|hasAccess:invoicing
[GET] /branch_offices/edit/{id} get branch_offices/edit/{id} BranchOfficesController@edit auth|hasAccess:invoicing
[POST] /branch_offices/update/{id} post branch_offices/update/{id} BranchOfficesController@update auth|hasAccess:invoicing
[GET] /branch_offices/delete/{id} get branch_offices/delete/{id} BranchOfficesController@delete auth|hasAccess:invoicing
[GET] /people people.index PeopleController@index auth|hasAccess:invoicing
[GET] /people/create people.create PeopleController@create auth|hasAccess:invoicing
[POST] /people people.store PeopleController@store auth|hasAccess:invoicing
[GET] /people/{people} people.show PeopleController@show auth|hasAccess:invoicing
[GET] /people/{people}/edit people.edit PeopleController@edit auth|hasAccess:invoicing
[PUT] /people/{people} people.update PeopleController@update auth|hasAccess:invoicing
[PATCH] /people/{people} patch people/{people} PeopleController@update auth|hasAccess:invoicing
[DELETE] /people/{people} people.destroy PeopleController@destroy auth|hasAccess:invoicing
[POST] /people/store post people/store PeopleController@store auth|hasAccess:invoicing
[GET] /people/edit/{id} get people/edit/{id} PeopleController@edit auth|hasAccess:invoicing
[POST] /people/update/{id} post people/update/{id} PeopleController@update auth|hasAccess:invoicing
[POST] /people/create_address post people/create_address PeopleController@create_address auth|hasAccess:invoicing
[POST] /people/update_address/{id} post people/update_address/{id} PeopleController@update_address auth|hasAccess:invoicing
[POST] /people/create_company post people/create_company PeopleController@create_company auth|hasAccess:invoicing
[POST] /people/update_company/{id} post people/update_company/{id} PeopleController@update_company auth|hasAccess:invoicing
[GET] /people/delete/{id} get people/delete/{id} PeopleController@delete auth|hasAccess:invoicing
[POST] /people/createuser/{id} post people/createuser/{id} PeopleController@createUser auth|hasAccess:invoicing
[GET] /people/report/customers get people/report/customers PeopleController@reportCustomers auth|hasAccess:invoicing
[GET] /people/action_contract/{id} get|post|put|patch|delete people/action_contract/{id} PeopleController@actionContract auth|hasAccess:invoicing
[GET] /people/person_score_log/{id} get|post|put|patch|delete people/person_score_log/{id} PeopleController@personScoreLog auth|hasAccess:invoicing
[GET] /people/delete_user/{id} get people/delete_user/{id} PeopleController@deleteUser auth|hasAccess:invoicing
[GET] /people/search/{type} get|post|put|patch|delete people/search/{type} PeopleController@searchType auth|hasAccess:invoicing
[GET] /proposals get proposals ProposalsController@index auth|hasAccess:invoicing
[GET] /proposals/create get proposals/create ProposalsController@create auth|hasAccess:invoicing
[POST] /proposals/store post proposals/store ProposalsController@store auth|hasAccess:invoicing
[GET] /proposals/edit/{id} get proposals/edit/{id} ProposalsController@edit auth|hasAccess:invoicing
[POST] /proposals/update/{id} post proposals/update/{id} ProposalsController@update auth|hasAccess:invoicing
[POST] /proposals/search post proposals/search ProposalsController@search auth|hasAccess:invoicing
[GET] /proposals/view/{id} get proposals/view/{id} ProposalsController@view auth|hasAccess:invoicing
[GET] /proposals/rp/{id} get proposals/rp/{id} ProposalsController@requestProducts auth|hasAccess:invoicing
[POST] /proposals/rp/item/add/{id} post proposals/rp/item/add/{id} ProposalsController@addItemRequestProducts auth|hasAccess:invoicing
[POST] /proposals/rp/item/edit/{id} post proposals/rp/item/edit/{id} ProposalsController@editItemRequestProducts auth|hasAccess:invoicing
[GET] /proposals/rp/item/delete/{id} get proposals/rp/item/delete/{id} ProposalsController@deleteItemRequestProducts auth|hasAccess:invoicing
[POST] /proposals/freight/{id} post proposals/freight/{id} ProposalsController@editFreight auth|hasAccess:invoicing
[GET] /proposals/createdocument/{id} get|post|put|patch|delete proposals/createdocument/{id} ProposalsController@createDocument auth|hasAccess:invoicing
[GET] /proposals/advise_customer/{id} get proposals/advise_customer/{id} ProposalsController@advise_customer auth|hasAccess:invoicing
[GET] /proposals/close/{id} get proposals/close/{id} ProposalsController@close auth|hasAccess:invoicing
[POST] /proposals/create_event/{id} post proposals/create_event/{id} ProposalsController@create_event auth|hasAccess:invoicing
[GET] /proposals/cancel/{id} get proposals/cancel/{id} ProposalsController@cancel auth|hasAccess:invoicing
[POST] /proposals/attachfile/{id}/{id2} post proposals/attachfile/{id}/{id2} ProposalsController@attach_file auth|hasAccess:invoicing
[POST] /proposals/storedocument/{id} post proposals/storedocument/{id} ProposalsController@storeProposalDocument auth|hasAccess:invoicing
[GET] /proposals/createsalesorder/{id} get proposals/createsalesorder/{id} ProposalsController@storeFromProposal auth|hasAccess:invoicing
[GET] /proposals/deletedocument/{id}/{doc} get proposals/deletedocument/{id}/{doc} ProposalsController@deleteDocument auth|hasAccess:invoicing
[GET] /proposals/removefiles/{id}/{id2} get proposals/removefiles/{id}/{id2} ProposalsController@removeFile auth|hasAccess:invoicing
[GET] /salesorders get salesorders SalesOrdersController@index auth|hasAccess:invoicing
[GET] /salesorders/index/{sort}/{order} get salesorders/index/{sort}/{order} SalesOrdersController@index auth|hasAccess:invoicing
[GET] /salesorders/create get salesorders/create SalesOrdersController@create auth|hasAccess:invoicing
[POST] /salesorders/store post salesorders/store SalesOrdersController@store auth|hasAccess:invoicing
[GET] /salesorders/edit/{id} get salesorders/edit/{id} SalesOrdersController@edit auth|hasAccess:invoicing
[POST] /salesorders/update/{id} post salesorders/update/{id} SalesOrdersController@update auth|hasAccess:invoicing
[GET] /salesorders/search/{sort}/{order} get|post|put|patch|delete salesorders/search/{sort}/{order} SalesOrdersController@search auth|hasAccess:invoicing
[GET] /salesorders/view/{id} get salesorders/view/{id} SalesOrdersController@view auth|hasAccess:invoicing
[GET] /salesorders/rps/forget get salesorders/rps/forget SalesOrdersController@forgetRequestProductsSession auth|hasAccess:invoicing
[GET] /salesorders/rps get salesorders/rps SalesOrdersController@requestProductsSession auth|hasAccess:invoicing
[POST] /salesorders/rps/item/add post salesorders/rps/item/add SalesOrdersController@addItemRequestProductsSession auth|hasAccess:invoicing
[POST] /salesorders/rps/item/edit/{key} post salesorders/rps/item/edit/{key} SalesOrdersController@editItemRequestProductsSession auth|hasAccess:invoicing
[GET] /salesorders/rps/item/delete/{key} get salesorders/rps/item/delete/{key} SalesOrdersController@deleteItemRequestProductsSession auth|hasAccess:invoicing
[GET] /salesorders/rp/{id} get salesorders/rp/{id} SalesOrdersController@requestProducts auth|hasAccess:invoicing
[POST] /salesorders/rp/item/add/{id} post salesorders/rp/item/add/{id} SalesOrdersController@addItemRequestProducts auth|hasAccess:invoicing
[POST] /salesorders/rp/item/edit/{id} post salesorders/rp/item/edit/{id} SalesOrdersController@editItemRequestProducts auth|hasAccess:invoicing
[GET] /salesorders/rp/item/delete/{id} get salesorders/rp/item/delete/{id} SalesOrdersController@deleteItemRequestProducts auth|hasAccess:invoicing
[POST] /salesorders/freight/{id} post salesorders/freight/{id} SalesOrdersController@editFreight auth|hasAccess:invoicing
[GET] /salesorders/advise_customer/{id} get salesorders/advise_customer/{id} SalesOrdersController@advise_customer auth|hasAccess:invoicing
[GET] /salesorders/close/{id} get salesorders/close/{id} SalesOrdersController@close auth|hasAccess:invoicing
[POST] /salesorders/create_event/{id} post salesorders/create_event/{id} SalesOrdersController@create_event auth|hasAccess:invoicing
[POST] /salesorders/storepayment/{id} post salesorders/storepayment/{id} SalesOrdersController@storeSalesOrderPayment auth|hasAccess:invoicing
[GET] /salesorders/updatepaymentstatus/{id} get salesorders/updatepaymentstatus/{id} SalesOrdersController@updatePaymentStatus auth|hasAccess:invoicing
[GET] /salesorders/updateshippingstatus/{id} get salesorders/updateshippingstatus/{id} SalesOrdersController@updateShippingStatus auth|hasAccess:invoicing
[GET] /salesorders/authorize/{id} get salesorders/authorize/{id} SalesOrdersController@authorize auth|hasAccess:invoicing
[POST] /salesorders/storedte/{id} post salesorders/storedte/{id} SalesOrdersController@storeSalesOrderDte auth|hasAccess:invoicing
[GET] /salesorders/deletedte/{id}/{dte} get salesorders/deletedte/{id}/{dte} SalesOrdersController@deleteSalesOrderDte auth|hasAccess:invoicing
[GET] /salesorders/cancel/{id} get salesorders/cancel/{id} SalesOrdersController@cancel auth|hasAccess:invoicing
[POST] /salesorders/attachfile/{id}/{id2} post salesorders/attachfile/{id}/{id2} SalesOrdersController@attach_file auth|hasAccess:invoicing
[GET] /salesorders/removefiles/{id}/{id2} get salesorders/removefiles/{id}/{id2} SalesOrdersController@removeFile auth|hasAccess:invoicing
[POST] /salesorders/storedocument/{id} post salesorders/storedocument/{id} SalesOrdersController@storeSalesOrderDocument auth|hasAccess:invoicing
[GET] /salesorders/deletedocument/{id}/{doc} get salesorders/deletedocument/{id}/{doc} SalesOrdersController@deleteSalesOrderDocument auth|hasAccess:invoicing
[GET] /salesorders/report/salesorders get salesorders/report/salesorders SalesOrdersController@reportSalesOrder auth|hasAccess:invoicing
[GET] /salesorders/report/salesordersproducts get salesorders/report/salesordersproducts SalesOrdersController@reportSalesOrderProducts auth|hasAccess:invoicing
[GET] /salesorders/report/salesordersproductsclient get salesorders/report/salesordersproductsclient SalesOrdersController@reportSalesOrderProductsClient auth|hasAccess:invoicing
[GET] /salesorders/check get salesorders/check SalesOrdersController@checkProducts auth|hasAccess:invoicing
[GET] /salesorders/reversestock/{id} get salesorders/reversestock/{id} SalesOrdersController@reverseStock auth|hasAccess:invoicing
[GET] /salesorders/print/{id} get salesorders/print/{id} SalesOrdersController@printSalesOrder auth|hasAccess:invoicing
[GET] /salesorders/markedasdispatched/{id} get salesorders/markedasdispatched/{id} SalesOrdersController@markedAsDispatched auth|hasAccess:invoicing
[GET] /salesorders/makingart/{id} get salesorders/makingart/{id} SalesOrdersController@makingArt auth|hasAccess:invoicing
[GET] /salesorders/delete_event_log/{id} get salesorders/delete_event_log/{id} SalesOrdersController@deleteEventLog auth|hasAccess:invoicing
[GET] /salesorders/reservestock/{id} get salesorders/reservestock/{id} SalesOrdersController@reserveStock auth|hasAccess:invoicing
[GET] /purchaseorders get|post|put|patch|delete purchaseorders PurchaseOrdersController@index auth|hasAccess:invoicing
[GET] /purchaseorders/create get purchaseorders/create PurchaseOrdersController@create auth|hasAccess:invoicing
[POST] /purchaseorders/store post purchaseorders/store PurchaseOrdersController@store auth|hasAccess:invoicing
[GET] /purchaseorders/edit/{id} get purchaseorders/edit/{id} PurchaseOrdersController@edit auth|hasAccess:invoicing
[POST] /purchaseorders/update/{id} post purchaseorders/update/{id} PurchaseOrdersController@update auth|hasAccess:invoicing
[GET] /purchaseorders/delete/{id} get purchaseorders/delete/{id} PurchaseOrdersController@delete auth|hasAccess:invoicing
[GET] /purchaseorders/rps/forget get purchaseorders/rps/forget PurchaseOrdersController@forgetRequestProductsSession auth|hasAccess:invoicing
[GET] /purchaseorders/rps get purchaseorders/rps PurchaseOrdersController@requestProductsSession auth|hasAccess:invoicing
[POST] /purchaseorders/rps/item/add post purchaseorders/rps/item/add PurchaseOrdersController@addItemRequestProductsSession auth|hasAccess:invoicing
[POST] /purchaseorders/rps/item/edit/{key} post purchaseorders/rps/item/edit/{key} PurchaseOrdersController@editItemRequestProductsSession auth|hasAccess:invoicing
[GET] /purchaseorders/rps/item/delete/{key} get purchaseorders/rps/item/delete/{key} PurchaseOrdersController@deleteItemRequestProductsSession auth|hasAccess:invoicing
[POST] /purchaseorders/freight/{id} post purchaseorders/freight/{id} PurchaseOrdersController@editFreight auth|hasAccess:invoicing
[GET] /purchaseorders/rp/{id} get purchaseorders/rp/{id} PurchaseOrdersController@requestProducts auth|hasAccess:invoicing
[POST] /purchaseorders/rp/item/add/{id} post purchaseorders/rp/item/add/{id} PurchaseOrdersController@addItemRequestProducts auth|hasAccess:invoicing
[POST] /purchaseorders/rp/item/edit/{id} post purchaseorders/rp/item/edit/{id} PurchaseOrdersController@editItemRequestProducts auth|hasAccess:invoicing
[GET] /purchaseorders/rp/item/delete/{id} get purchaseorders/rp/item/delete/{id} PurchaseOrdersController@deleteItemRequestProducts auth|hasAccess:invoicing
[GET] /purchaseorders/enterstock/{id} get purchaseorders/enterstock/{id} PurchaseOrdersController@enterStock auth|hasAccess:invoicing
[GET] /purchaseorders/generatepdf/{id} get purchaseorders/generatepdf/{id} PurchaseOrdersController@createPurchaseOrderPDF auth|hasAccess:invoicing
[GET] /dte get dte DteController@index auth|hasAccess:invoicing
[GET] /dte/create get dte/create DteController@create auth|hasAccess:invoicing
[POST] /dte/store post dte/store DteController@store auth|hasAccess:invoicing
[GET] /dte/edit/{id} get dte/edit/{id} DteController@edit auth|hasAccess:invoicing
[POST] /dte/update/{id} post dte/update/{id} DteController@update auth|hasAccess:invoicing
[GET] /dte/reportasfinished/{id} get dte/reportasfinished/{id} DteController@reportAsFinished auth|hasAccess:invoicing
[POST] /dte/reportsalesledger post dte/reportsalesledger DteController@reportSalesLedger auth|hasAccess:invoicing
[POST] /dte/reportcollection post dte/reportcollection DteController@reportCollection auth|hasAccess:invoicing
[GET] /dte/fix get dte/fix DteController@fix auth|hasAccess:invoicing
[GET] /dte/search/{sort}/{order} get|post|put|patch|delete dte/search/{sort}/{order} DteController@search auth|hasAccess:invoicing
[GET] /dte/generate get dte/generate DteController@generate auth|hasAccess:invoicing
[GET] /dte/shippingorders get|post|put|patch|delete dte/shippingorders DteController@shippingOrders auth|hasAccess:invoicing
[GET] /dte/generateshippingorderpdf/{id} get dte/generateshippingorderpdf/{id} DteController@createDTEShippingOrderPDF auth|hasAccess:invoicing
[GET] /dte/cancel/{id} get dte/cancel/{id} DteController@cancel auth|hasAccess:invoicing
[POST] /dte/calculator post dte/calculator DteController@dteCalculator auth|hasAccess:invoicing
[GET] /costcenters get|post|put|patch|delete costcenters CostCentersController@index auth|hasAccess:invoicing
[GET] /costcenters/create get costcenters/create CostCentersController@create auth|hasAccess:invoicing
[POST] /costcenters/update/{id} post costcenters/update/{id} CostCentersController@update auth|hasAccess:invoicing
[POST] /costcenters/store post costcenters/store CostCentersController@store auth|hasAccess:invoicing
[GET] /costcenters/edit/{id} get costcenters/edit/{id} CostCentersController@edit auth|hasAccess:invoicing
[GET] /shipments get shipments ShipmentsController@index auth|hasAccess:invoicing
[GET] /shipments/search/{sort}/{order} get|post|put|patch|delete shipments/search/{sort}/{order} ShipmentsController@search auth|hasAccess:invoicing
[GET] /payments get|post|put|patch|delete payments PaymentsController@index auth|hasAccess:invoicing
[GET] /sales_order_event_logs get|post|put|patch|delete sales_order_event_logs SalesOrderEventLogsController@index auth|hasAccess:invoicing
[GET] /maintainer/locations get|post|put|patch|delete maintainer/locations LocationsController@index auth|hasAccess:invoicing
[GET] /maintainer/locations/create get maintainer/locations/create LocationsController@create auth|hasAccess:invoicing
[GET] /maintainer/locations/edit/{id} get maintainer/locations/edit/{id} LocationsController@edit auth|hasAccess:invoicing
[GET] /maintainer/locations/delete/{id} get maintainer/locations/delete/{id} LocationsController@delete auth|hasAccess:invoicing
[POST] /maintainer/locations/store post maintainer/locations/store LocationsController@store auth|hasAccess:invoicing
[POST] /maintainer/locations/update/{id} post maintainer/locations/update/{id} LocationsController@update auth|hasAccess:invoicing
[POST] /maintainer/locations/updateshippingcost/{id} post maintainer/locations/updateshippingcost/{id} LocationsController@updateshippingcost auth|hasAccess:invoicing
[GET] /paymentmethods get|post|put|patch|delete paymentmethods PaymentMethodsController@index auth|hasAccess:invoicing
[GET] /paymentmethods/create get paymentmethods/create PaymentMethodsController@create auth|hasAccess:invoicing
[POST] /paymentmethods/store post paymentmethods/store PaymentMethodsController@store auth|hasAccess:invoicing
[GET] /paymentmethods/edit/{id} get paymentmethods/edit/{id} PaymentMethodsController@edit auth|hasAccess:invoicing
[POST] /paymentmethods/update/{id} post paymentmethods/update/{id} PaymentMethodsController@update auth|hasAccess:invoicing
[GET] /paymentmethods/delete/{id} get paymentmethods/delete/{id} PaymentMethodsController@delete auth|hasAccess:invoicing
[GET] /payment_agreements get|post|put|patch|delete payment_agreements PaymentAgreementsController@index auth|hasAccess:invoicing
[GET] /payment_agreements/create get payment_agreements/create PaymentAgreementsController@create auth|hasAccess:invoicing
[POST] /payment_agreements/store post payment_agreements/store PaymentAgreementsController@store auth|hasAccess:invoicing
[GET] /payment_agreements/edit/{id} get payment_agreements/edit/{id} PaymentAgreementsController@edit auth|hasAccess:invoicing
[POST] /payment_agreements/update/{id} post payment_agreements/update/{id} PaymentAgreementsController@update auth|hasAccess:invoicing
[GET] /payment_agreements/delete/{id} get payment_agreements/delete/{id} PaymentAgreementsController@delete auth|hasAccess:invoicing
[GET] /sales_order_status get|post|put|patch|delete sales_order_status SalesOrderStatusController@index auth|hasAccess:invoicing
[GET] /sales_order_status/create get sales_order_status/create SalesOrderStatusController@create auth|hasAccess:invoicing
[POST] /sales_order_status/store post sales_order_status/store SalesOrderStatusController@store auth|hasAccess:invoicing
[GET] /sales_order_status/edit/{id} get sales_order_status/edit/{id} SalesOrderStatusController@edit auth|hasAccess:invoicing
[POST] /sales_order_status/update/{id} post sales_order_status/update/{id} SalesOrderStatusController@update auth|hasAccess:invoicing
[GET] /sales_order_status/delete/{id} get sales_order_status/delete/{id} SalesOrderStatusController@delete auth|hasAccess:invoicing
[GET] /c_document_types get|post|put|patch|delete c_document_types CDocumentTypesController@index auth|hasAccess:invoicing
[GET] /c_document_types/create get c_document_types/create CDocumentTypesController@create auth|hasAccess:invoicing
[POST] /c_document_types/store post c_document_types/store CDocumentTypesController@store auth|hasAccess:invoicing
[GET] /c_document_types/edit/{id} get c_document_types/edit/{id} CDocumentTypesController@edit auth|hasAccess:invoicing
[POST] /c_document_types/update/{id} post c_document_types/update/{id} CDocumentTypesController@update auth|hasAccess:invoicing
[GET] /c_document_types/delete/{id} get c_document_types/delete/{id} CDocumentTypesController@delete auth|hasAccess:invoicing
[GET] /documents get|post|put|patch|delete documents DocumentsController@index auth|hasAccess:invoicing
[GET] /documents/create get documents/create DocumentsController@create auth|hasAccess:invoicing
[POST] /documents/store post documents/store DocumentsController@store auth|hasAccess:invoicing
[GET] /documents/edit/{id} get documents/edit/{id} DocumentsController@edit auth|hasAccess:invoicing
[POST] /documents/update/{id} post documents/update/{id} DocumentsController@update auth|hasAccess:invoicing
[POST] /products_attributes post products_attributes Closure csrf_header
[POST] /products/setparent/{id} post products/setparent/{id} ProductsController@setParent csrf_header
[POST] /products/editfile post products/editfile ProductsController@editFile csrf_header
[POST] /products/sortablefiles post products/sortablefiles ProductsController@sortableFiles csrf_header
[POST] /products/sortable post products/sortable ProductsController@sortable csrf_header
[GET] /categories get categories CategoriesController@index auth|hasAccess:inventory
[GET] /categories/create get categories/create CategoriesController@create auth|hasAccess:inventory
[POST] /categories/store post categories/store CategoriesController@store auth|hasAccess:inventory
[GET] /categories/edit/{id} get categories/edit/{id} CategoriesController@edit auth|hasAccess:inventory
[POST] /categories/update/{id} post categories/update/{id} CategoriesController@update auth|hasAccess:inventory
[POST] /categories/updatechildren/{id} post categories/updatechildren/{id} CategoriesController@updateChildren auth|hasAccess:inventory
[POST] /categories/attachprocess/{id} post categories/attachprocess/{id} CategoriesController@attachprocess auth|hasAccess:inventory
[GET] /categories/removefiles/{id}/{id2} get categories/removefiles/{id}/{id2} CategoriesController@removeFile auth|hasAccess:inventory
[POST] /categories/updateproperties/{id} post categories/updateproperties/{id} CategoriesController@updateProperties auth|hasAccess:inventory
[GET] /categories/search/{type} get|post|put|patch|delete categories/search/{type} CategoriesController@search auth|hasAccess:inventory
[POST] /categories/updateparent/{type} post categories/updateparent/{type} CategoriesController@updateParent auth|hasAccess:inventory
[GET] /categories/deleteCategoria/{id} get categories/deleteCategoria/{id} CategoriesController@deleteCategoria auth|hasAccess:inventory
[POST] /categories/store_language/{id} post categories/store_language/{id} CategoriesController@storeLanguage auth|hasAccess:inventory
[GET] /categories/delete_language/{id} get categories/delete_language/{id} CategoriesController@deleteLanguage auth|hasAccess:inventory
[POST] /categories/updatedomains/{id} post categories/updatedomains/{id} CategoriesController@updateDomains auth|hasAccess:inventory
[POST] /categories/storepromotionproduct/{id} post categories/storepromotionproduct/{id} CategoriesController@storePromotionProduct auth|hasAccess:inventory
[POST] /categories/updatepromotionproduct/{id}/{id2} post categories/updatepromotionproduct/{id}/{id2} CategoriesController@updatePromotionProduct auth|hasAccess:inventory
[GET] /products get products ProductsController@index auth|hasAccess:inventory
[GET] /products/create get products/create ProductsController@create auth|hasAccess:inventory
[POST] /products/store post products/store ProductsController@store auth|hasAccess:inventory
[GET] /products/edit/{id} get products/edit/{id} ProductsController@edit auth|hasAccess:inventory
[POST] /products/update/{id} post products/update/{id} ProductsController@update auth|hasAccess:inventory
[POST] /products/updateattributes/{id} post products/updateattributes/{id} ProductsController@updateAttributes auth|hasAccess:inventory
[POST] /products/updatematrix/{id} post products/updatematrix/{id} ProductsController@updateMatrix auth|hasAccess:inventory
[GET] /products/search/{type} get|post|put|patch|delete products/search/{type} ProductsController@search auth|hasAccess:inventory
[GET] /products/searchjkey/{type} get products/searchjkey/{type} ProductsController@searchjkey auth|hasAccess:inventory
[POST] /products/updatepricelists/{id} post products/updatepricelists/{id} ProductsController@updatePriceLists auth|hasAccess:inventory
[POST] /products/updatewarehouses/{id} post products/updatewarehouses/{id} ProductsController@updateWarehouses auth|hasAccess:inventory
[POST] /products/attachprocess/{id} post products/attachprocess/{id} ProductsController@attach auth|hasAccess:inventory
[POST] /products/attachedit/{id} post products/attachedit/{id} ProductsController@attachEdit auth|hasAccess:inventory
[POST] /products/updatecategories/{id} post products/updatecategories/{id} ProductsController@updateCategories auth|hasAccess:inventory
[POST] /products/storepromotionproduct/{id} post products/storepromotionproduct/{id} ProductsController@storePromotionProduct auth|hasAccess:inventory
[POST] /products/updatepromotionproduct/{id}/{id2} post products/updatepromotionproduct/{id}/{id2} ProductsController@updatePromotionProduct auth|hasAccess:inventory
[GET] /products/matrix get products/matrix ProductsController@matrix auth|hasAccess:inventory
[POST] /products/addrawmaterials/{id} post products/addrawmaterials/{id} ProductsController@addRawMaterials auth|hasAccess:inventory
[POST] /products/updaterawmaterials/{id} post products/updaterawmaterials/{id} ProductsController@updateRawMaterials auth|hasAccess:inventory
[POST] /products/attachfile/{id} post products/attachfile/{id} ProductsController@attach_file auth|hasAccess:inventory
[POST] /products/storedocument/{id} post products/storedocument/{id} ProductsController@storeProductDocument auth|hasAccess:inventory
[GET] /products/deletedocument/{id}/{doc} get products/deletedocument/{id}/{doc} ProductsController@deleteProductDocument auth|hasAccess:inventory
[POST] /products/getpricelists post products/getpricelists ProductsController@getPriceLists auth|hasAccess:inventory
[POST] /products/getprice post products/getprice ProductsController@getPriceFromPriceList auth|hasAccess:inventory
[POST] /products/getstock post products/getstock ProductsController@getStock auth|hasAccess:inventory
[POST] /products/getcostprice post products/getcostprice ProductsController@getCostPrice auth|hasAccess:inventory
[POST] /products/updatetaxes/{id} post products/updatetaxes/{id} ProductsController@updateTaxes auth|hasAccess:inventory
[POST] /products/updateproperties/{id} post products/updateproperties/{id} ProductsController@updateProperties auth|hasAccess:inventory
[GET] /products/removefiles/{id}/{id2} get products/removefiles/{id}/{id2} ProductsController@removeFile auth|hasAccess:inventory
[GET] /products/delete/{id} get products/delete/{id} ProductsController@delete auth|hasAccess:inventory
[POST] /products/addproductspack/{id} post products/addproductspack/{id} ProductsController@addProductsPack auth|hasAccess:inventory
[POST] /products/updateproductspack/{id} post products/updateproductspack/{id} ProductsController@updateProductsPack auth|hasAccess:inventory
[GET] /products/report/products get|post|put|patch|delete products/report/products ProductsController@reportProducts auth|hasAccess:inventory
[POST] /products/store_language/{id} post products/store_language/{id} ProductsController@storeLanguage auth|hasAccess:inventory
[GET] /products/delete_language/{id} get products/delete_language/{id} ProductsController@deleteLanguage auth|hasAccess:inventory
[POST] /products/storepricequantity/{id} post products/storepricequantity/{id} ProductsController@storePriceQuantity auth|hasAccess:inventory
[POST] /products/updatepricequantity/{id} post products/updatepricequantity/{id} ProductsController@updatePriceQuantity auth|hasAccess:inventory
[POST] /products/import/response post products/import/response ProductsController@ImportResult auth|hasAccess:inventory
[POST] /products/updateproductatribute/{id} post products/updateproductatribute/{id} ProductsController@updateProductAtribute auth|hasAccess:inventory
[GET] /products/delete_price_quantity/{id} get products/delete_price_quantity/{id} ProductsController@deletePriceQuantity auth|hasAccess:inventory
[GET] /warehouses get warehouses WarehouseController@index auth|hasAccess:inventory
[GET] /warehouses/create get warehouses/create WarehouseController@create auth|hasAccess:inventory
[POST] /warehouses/store post warehouses/store WarehouseController@store auth|hasAccess:inventory
[GET] /warehouses/edit/{id} get warehouses/edit/{id} WarehouseController@edit auth|hasAccess:inventory
[POST] /warehouses/update/{id} post warehouses/update/{id} WarehouseController@update auth|hasAccess:inventory
[GET] /stock get stock StockController@index auth|hasAccess:inventory
[GET] /stock/search get|post|put|patch|delete stock/search StockController@search auth|hasAccess:inventory
[GET] /stock/summary get|post|put|patch|delete stock/summary StockController@summary auth|hasAccess:inventory
[GET] /stock/report/inventory get|post|put|patch|delete stock/report/inventory StockController@reportInventory auth|hasAccess:inventory
[GET] /stockmovements get stockmovements StockMovementsController@index auth|hasAccess:inventory
[GET] /stockmovements/search get|post|put|patch|delete stockmovements/search StockMovementsController@search auth|hasAccess:inventory
[GET] /stockmovements/input get stockmovements/input StockMovementsController@input auth|hasAccess:inventory
[GET] /stockmovements/output get stockmovements/output StockMovementsController@output auth|hasAccess:inventory
[GET] /stockmovements/transfer get stockmovements/transfer StockMovementsController@transfer auth|hasAccess:inventory
[POST] /stockmovements/store/{type} post stockmovements/store/{type} StockMovementsController@store auth|hasAccess:inventory
[GET] /stockmovements/detail/{id} get stockmovements/detail/{id} StockMovementsController@detail auth|hasAccess:inventory
[GET] /stockmovements/rps/{function} get stockmovements/rps/{function} StockMovementsController@requestProductsSession auth|hasAccess:inventory
[GET] /stockmovements/rps/forget get stockmovements/rps/forget StockMovementsController@forgetRequestProductsSession auth|hasAccess:inventory
[GET] /stockmovements/rps get stockmovements/rps StockMovementsController@requestProductsSession auth|hasAccess:inventory
[POST] /stockmovements/rps/item/add post stockmovements/rps/item/add StockMovementsController@addItemRequestProductsSession auth|hasAccess:inventory
[POST] /stockmovements/rps/item/edit/{key} post stockmovements/rps/item/edit/{key} StockMovementsController@editItemRequestProductsSession auth|hasAccess:inventory
[GET] /stockmovements/rps/item/delete/{key} get stockmovements/rps/item/delete/{key} StockMovementsController@deleteItemRequestProductsSession auth|hasAccess:inventory
[GET] /stockmovements/reversemovement/{id} get stockmovements/reversemovement/{id} StockMovementsController@reverseMovement auth|hasAccess:inventory
[GET] /pricelists get pricelists PriceListsController@index auth|hasAccess:inventory
[GET] /pricelists/create get pricelists/create PriceListsController@create auth|hasAccess:inventory
[POST] /pricelists/store post pricelists/store PriceListsController@store auth|hasAccess:inventory
[GET] /pricelists/edit/{id} get pricelists/edit/{id} PriceListsController@edit auth|hasAccess:inventory
[POST] /pricelists/update/{id} post pricelists/update/{id} PriceListsController@update auth|hasAccess:inventory
[GET] /discountcoupons get|post|put|patch|delete discountcoupons DiscountCouponController@index auth|hasAccess:inventory
[GET] /discountcoupons/create get discountcoupons/create DiscountCouponController@create auth|hasAccess:inventory
[POST] /discountcoupons/store post discountcoupons/store DiscountCouponController@store auth|hasAccess:inventory
[GET] /discountcoupons/edit/{id} get discountcoupons/edit/{id} DiscountCouponController@edit auth|hasAccess:inventory
[POST] /discountcoupons/update/{id} post discountcoupons/update/{id} DiscountCouponController@update auth|hasAccess:inventory
[POST] /discountcoupons/add_product_discount_coupon/{id} post discountcoupons/add_product_discount_coupon/{id} DiscountCouponController@addProductDiscountCoupon auth|hasAccess:inventory
[GET] /discountcoupons/delete_discount_coupons/{id} get discountcoupons/delete_discount_coupons/{id} DiscountCouponController@deleteDiscountCoupons auth|hasAccess:inventory
[GET] /discountcoupons/deletedc/{id} get discountcoupons/deletedc/{id} DiscountCouponController@deleteDc auth|hasAccess:inventory
[GET] /attributes get|post|put|patch|delete attributes AttributesController@index auth|hasAccess:inventory
[GET] /attributes/create get attributes/create AttributesController@create auth|hasAccess:inventory
[POST] /attributes/store post attributes/store AttributesController@store auth|hasAccess:inventory
[GET] /attributes/edit/{id} get attributes/edit/{id} AttributesController@edit auth|hasAccess:inventory
[POST] /attributes/update/{id} post attributes/update/{id} AttributesController@update auth|hasAccess:inventory
[GET] /attributes/delete/{id} get attributes/delete/{id} AttributesController@delete auth|hasAccess:inventory
[POST] /attributes/updatesubatributeschildren/{id} post attributes/updatesubatributeschildren/{id} AttributesController@updateSubatributesChildren auth|hasAccess:inventory
[GET] /promotion_product_alerts get|post|put|patch|delete promotion_product_alerts PromotionProductAlertsController@index auth|hasAccess:inventory
[GET] /promotion_products get|post|put|patch|delete promotion_products PromotionProductsController@index auth|hasAccess:inventory
[GET] /promotion_products/index/{sort}/{order} get promotion_products/index/{sort}/{order} PromotionProductsController@index auth|hasAccess:inventory
[GET] /promotion_products/search/{sort}/{order} get|post|put|patch|delete promotion_products/search/{sort}/{order} PromotionProductsController@index auth|hasAccess:inventory
[GET] /promotion_products/delete/{id} get promotion_products/delete/{id} PromotionProductsController@delete auth|hasAccess:inventory
[GET] /measureunits get|post|put|patch|delete measureunits MeasureUnitsController@index auth|hasAccess:inventory
[GET] /measureunits/create get measureunits/create MeasureUnitsController@create auth|hasAccess:inventory
[POST] /measureunits/store post measureunits/store MeasureUnitsController@store auth|hasAccess:inventory
[GET] /measureunits/edit/{id} get measureunits/edit/{id} MeasureUnitsController@edit auth|hasAccess:inventory
[POST] /measureunits/update/{id} post measureunits/update/{id} MeasureUnitsController@update auth|hasAccess:inventory
[GET] /measureunits/delete/{id} get measureunits/delete/{id} MeasureUnitsController@delete auth|hasAccess:inventory
[GET] /discount_ranges get|post|put|patch|delete discount_ranges DiscountRangeController@index auth|hasAccess:inventory
[GET] /discount_ranges/create get discount_ranges/create DiscountRangeController@create auth|hasAccess:inventory
[POST] /discount_ranges/store post discount_ranges/store DiscountRangeController@store auth|hasAccess:inventory
[GET] /discount_ranges/edit/{id} get discount_ranges/edit/{id} DiscountRangeController@edit auth|hasAccess:inventory
[POST] /discount_ranges/update/{id} post discount_ranges/update/{id} DiscountRangeController@update auth|hasAccess:inventory
[GET] /discount_ranges/delete/{id} get discount_ranges/delete/{id} DiscountRangeController@delete auth|hasAccess:inventory
[GET] /product_brands get|post|put|patch|delete product_brands ProductBrandsController@index auth|hasAccess:inventory
[GET] /product_brands/create get product_brands/create ProductBrandsController@create auth|hasAccess:inventory
[POST] /product_brands/store post product_brands/store ProductBrandsController@store auth|hasAccess:inventory
[GET] /product_brands/edit/{id} get product_brands/edit/{id} ProductBrandsController@edit auth|hasAccess:inventory
[POST] /product_brands/update/{id} post product_brands/update/{id} ProductBrandsController@update auth|hasAccess:inventory
[GET] /product_brands/delete/{id} get product_brands/delete/{id} ProductBrandsController@delete auth|hasAccess:inventory
[GET] /inventory/dashboard get inventory/dashboard InventoryDashboardController@index auth|hasAccess:inventory
[GET] /campaings get|post|put|patch|delete campaings CampaingsController@index auth|hasAccess:inventory
[GET] /campaings/create get campaings/create CampaingsController@create auth|hasAccess:inventory
[POST] /campaings/store post campaings/store CampaingsController@store auth|hasAccess:inventory
[GET] /campaings/edit/{id} get campaings/edit/{id} CampaingsController@edit auth|hasAccess:inventory
[POST] /campaings/update/{id} post campaings/update/{id} CampaingsController@update auth|hasAccess:inventory
[GET] /campaings/delete/{id} get campaings/delete/{id} CampaingsController@delete auth|hasAccess:inventory
[GET] /factory_orders/guest/artapproval/{hash} get factory_orders/guest/artapproval/{hash} FactoryOrdersController@guestArtApproval
[GET] /factory_orders get factory_orders FactoryOrdersController@index auth|hasAccess:production
[GET] /factory_orders/makingart get|post|put|patch|delete factory_orders/makingart FactoryOrdersController@makingArt auth|hasAccess:production
[GET] /factory_orders/control get|post|put|patch|delete factory_orders/control FactoryOrdersController@control auth|hasAccess:production
[GET] /factory_orders/search get|post|put|patch|delete factory_orders/search FactoryOrdersController@search auth|hasAccess:production
[POST] /factory_orders/updatestatus/{id} post factory_orders/updatestatus/{id} FactoryOrdersController@updateStatus auth|hasAccess:production
[POST] /factory_orders/storecomment/{id} post factory_orders/storecomment/{id} FactoryOrdersController@storeComment auth|hasAccess:production
[GET] /factory_orders/reportfordispatch get factory_orders/reportfordispatch FactoryOrdersController@reportOrderForDispatch auth|hasAccess:production
[GET] /factory_orders/uploader/{id} get factory_orders/uploader/{id} FactoryOrdersController@uploader auth|hasAccess:production
[POST] /factory_orders/attach/{id} post factory_orders/attach/{id} FactoryOrdersController@attach auth|hasAccess:production
[GET] /factory_orders/reservestock get|post|put|patch|delete factory_orders/reservestock FactoryOrdersController@reserveStock auth|hasAccess:production
[POST] /factory_orders/storereservestock post factory_orders/storereservestock FactoryOrdersController@storeReserveStock auth|hasAccess:production
[POST] /factory_orders/updaterequestpaper/{id} post factory_orders/updaterequestpaper/{id} FactoryOrdersController@updateRequestPaper auth|hasAccess:production
[POST] /factory_orders/updatecustomerapproval/{id} post factory_orders/updatecustomerapproval/{id} FactoryOrdersController@updateCustomerApproval auth|hasAccess:production
[POST] /factory_orders/updateexternalprovider/{id} post factory_orders/updateexternalprovider/{id} FactoryOrdersController@updateExternalProvider auth|hasAccess:production
[GET] /factory_orders/createpackingorder get|post|put|patch|delete factory_orders/createpackingorder FactoryOrdersController@createPackingOrder auth|hasAccess:production
[POST] /factory_orders/storepackingorder post factory_orders/storepackingorder FactoryOrdersController@storePackingOrder auth|hasAccess:production
[GET] /factory_orders/editpackingorder/{id} get factory_orders/editpackingorder/{id} FactoryOrdersController@editPackingOrder auth|hasAccess:production
[POST] /factory_orders/updatepackingorder/{id} post factory_orders/updatepackingorder/{id} FactoryOrdersController@updatePackingOrder auth|hasAccess:production
[GET] /factory_orders/packingorders get factory_orders/packingorders FactoryOrdersController@packingOrders auth|hasAccess:production
[GET] /factory_orders/createpodocument/{id} get factory_orders/createpodocument/{id} FactoryOrdersController@createPackingOrderDocument auth|hasAccess:production
[GET] /factory_orders/deletesopelogs/{id}/{idlog} get factory_orders/deletesopelogs/{id}/{idlog} FactoryOrdersController@deleteSalesOrderProductEventLogs auth|hasAccess:production
[GET] /factory_orders/workorders get factory_orders/workorders FactoryOrdersController@workOrders auth|hasAccess:workorders
[GET] /factory_orders/createworkorder/{search}/{sort}/{order} get|post|put|patch|delete factory_orders/createworkorder/{search}/{sort}/{order} FactoryOrdersController@createWorkOrder auth|hasAccess:workorders
[POST] /factory_orders/storeworkorder post factory_orders/storeworkorder FactoryOrdersController@storeWorkOrder auth|hasAccess:workorders
[GET] /factory_orders/editworkorder/{id} get factory_orders/editworkorder/{id} FactoryOrdersController@editWorkOrder auth|hasAccess:workorders
[POST] /factory_orders/updateworkorder/{id} post factory_orders/updateworkorder/{id} FactoryOrdersController@updateWorkOrder auth|hasAccess:workorders
[GET] /factory_orders/createotdocument/{id} get factory_orders/createotdocument/{id} FactoryOrdersController@createDocumentWorkOrder auth|hasAccess:workorders
[GET] /factory_orders/createtgdocument/{id} get factory_orders/createtgdocument/{id} FactoryOrdersController@createDocumentTransferGuide auth|hasAccess:workorders
[GET] /factory_orders/finishtranferguide/{id}/{id2} get factory_orders/finishtranferguide/{id}/{id2} FactoryOrdersController@finishTransferGuide auth|hasAccess:workorders
[GET] /factory_orders/removefiles/{id}/{id2} get factory_orders/removefiles/{id}/{id2} FactoryOrdersController@removeFiles auth|hasAccess:workorders
[GET] /factory_orders/removetransferorder/{id}/{id2}/{id3} get factory_orders/removetransferorder/{id}/{id2}/{id3} FactoryOrdersController@removeTransferOrder auth|hasAccess:workorders
[GET] /factory_orders/createmanualworkorder get factory_orders/createmanualworkorder WorkOrdersController@createManualWorkOrder auth|hasAccess:workorders
[POST] /work_orders/storemanualworkorder post work_orders/storemanualworkorder WorkOrdersController@storeManualWorkOrder auth|hasAccess:workorders
[GET] /work_orders/rps/forget get work_orders/rps/forget WorkOrdersController@forgetRequestProductsSession auth|hasAccess:workorders
[GET] /work_orders/rps get work_orders/rps WorkOrdersController@requestProductsSession auth|hasAccess:workorders
[POST] /work_orders/rps/item/add post work_orders/rps/item/add WorkOrdersController@addItemRequestProductsSession auth|hasAccess:workorders
[POST] /work_orders/rps/item/edit/{key} post work_orders/rps/item/edit/{key} WorkOrdersController@editItemRequestProductsSession auth|hasAccess:workorders
[GET] /work_orders/rps/item/delete/{key} get work_orders/rps/item/delete/{key} WorkOrdersController@deleteItemRequestProductsSession auth|hasAccess:workorders
[GET] /factory_orders/transfer_orders get|post|put|patch|delete factory_orders/transfer_orders TransferOrdersController@index auth|hasAccess:workorders
[GET] /factory_orders/transfer_orders/create get factory_orders/transfer_orders/create TransferOrdersController@create auth|hasAccess:workorders
[POST] /factory_orders/transfer_orders/store post factory_orders/transfer_orders/store TransferOrdersController@store auth|hasAccess:workorders
[GET] /factory_orders/transfer_orders/edit/{id} get factory_orders/transfer_orders/edit/{id} TransferOrdersController@edit auth|hasAccess:workorders
[POST] /factory_orders/transfer_orders/update/{id} post factory_orders/transfer_orders/update/{id} TransferOrdersController@update auth|hasAccess:workorders
[GET] /factory_orders/transfer_orders/delete/{id} get factory_orders/transfer_orders/delete/{id} TransferOrdersController@delete auth|hasAccess:workorders
[GET] /factory_orders/dashboard get factory_orders/dashboard DashboardProductionController@index auth|hasAccess:workorders
[GET] / get / Closure
[POST] /popup/close post popup/close Closure
[GET] /categoria/{cat}/{param}/{param2} get|post|put|patch|delete categoria/{cat}/{param}/{param2} EcommerceController@category
[GET] /producto/{cat}/{prod}/{prom} get producto/{cat}/{prod}/{prom} EcommerceController@product
[GET] /zona/{promotion} get zona/{promotion} EcommerceController@promotion
[POST] /zona/{promotion} post zona/{promotion} EcommerceController@promotion
[GET] /catalogo/{cat} get|post|put|patch|delete catalogo/{cat} EcommerceController@catalog
[GET] /catalogo/index/{param1}/{param2} get|post|put|patch|delete catalogo/index/{param1}/{param2} Closure
[GET] /catalogo/buscador get|post|put|patch|delete catalogo/buscador EcommerceController@searcher
[GET] /catalogo/buscador/{keyword} get|post|put|patch|delete catalogo/buscador/{keyword} EcommerceController@searcher
[GET] /catalogo/novedades get catalogo/novedades EcommerceController@newProducts
[GET] /catalogo/masvendidos get catalogo/masvendidos EcommerceController@bestSellers
[GET] /packs/{cat} get packs/{cat} EcommerceController@catalogPacks
[GET] /pack/{cat}/{prod}/{prom} get pack/{cat}/{prod}/{prom} EcommerceController@pack
[GET] /pack/armatupack get pack/armatupack EcommerceController@armedPack
[POST] /pack/armatupack/armar post pack/armatupack/armar EcommerceController@settingPack
[GET] /secciones/{section} get secciones/{section} Closure
[GET] /login get login EcommerceController@login
[POST] /login post login EcommerceController@authenticate
[GET] /logout get logout EcommerceController@logout
[GET] /recuperar get recuperar EcommerceController@recoveryPassword
[POST] /recuperar post recuperar EcommerceController@submitRecoveryPassword
[GET] /reset/{code} get reset/{code} EcommerceController@resetPassword
[POST] /reset/{code} post reset/{code} EcommerceController@checkResetPassword
[GET] /registro get registro EcommerceController@register
[POST] /registro post registro EcommerceController@storeRegister
[GET] /carro get carro CartController@index
[POST] /carro/index post carro/index CartController@checkIndex
[GET] /comprar get comprar CartController@fastCheckout
[POST] /comprar/confirmacion post comprar/confirmacion CartController@processFastCheckout
[GET] /load/js get load/js CartController@loadJs
[GET] /armatupack get|post|put|patch|delete armatupack EcommerceController@armedPackProccess
[POST] /carro/update post carro/update CartController@update csrf
[POST] /carro/attributes/update post carro/attributes/update CartController@attributesUpdate csrf
[GET] /carro/vaciar get carro/vaciar CartController@emptying csrf
[GET] /carro/remove/{item} get carro/remove/{item} CartController@removeItemToCart csrf
[POST] /alerta post alerta EcommerceController@storeAlert csrf
[POST] /carro/pack/session/update post carro/pack/session/update CartController@packSessionUpdate csrf
[POST] /pack/armatupack/procesar post pack/armatupack/procesar EcommerceController@armedPackProccess csrf
[POST] /alertad post alertad EcommerceController@storeAlert csrf_header
[POST] /compartir post compartir EcommerceController@showShareFriend csrf_header
[POST] /compartir/enviar post compartir/enviar EcommerceController@sendShareFriend csrf_header
[POST] /agregardireccion post agregardireccion EcommerceController@showAddress csrf_header
[POST] /recuperarclave post recuperarclave EcommerceController@showRecoveryPassword csrf_header
[POST] /boxalerta post boxalerta EcommerceController@showAlert csrf_header
[POST] /carro/update/ajax post carro/update/ajax CartController@update csrf_header
[POST] /carro/priceqty/ajax post carro/priceqty/ajax CartController@priceQty csrf_header
[POST] /rating/enviar post rating/enviar EcommerceController@setRating csrf_header
[POST] /pack/armatupack/resumen post pack/armatupack/resumen EcommerceController@packSummary csrf_header
[GET] /carro/header get carro/header CartController@header csrf_header
[GET] /carro/subtotal/{id}/{row} get carro/subtotal/{id}/{row} CartController@subTotalProduct csrf_header
[POST] /carro/total post carro/total CartController@cartFreightTotal csrf_header
[GET] /carro/footer get carro/footer CartController@cartLoadFooter csrf_header
[POST] /newsletter/suscribirse post newsletter/suscribirse EcommerceController@storeNewsletter csrf_header
[POST] /atributo post atributo EcommerceController@attribute csrf_header
[POST] /carro/direccion/ajax post carro/direccion/ajax CartController@showAddress csrf_header
[GET] /carro/direccioneditar/ajax/{id} get|post|put|patch|delete carro/direccioneditar/ajax/{id} CartController@editAddress csrf_header
[POST] /carro/direccionguardar/{id} post carro/direccionguardar/{id} CartController@updateAddress auth_commerce
[GET] /panel get panel EcommerceController@panel auth_commerce
[GET] /panel/pedidos get panel/pedidos EcommerceController@salesOrders auth_commerce
[GET] /panel/pedido/{id}/{send} get|post|put|patch|delete panel/pedido/{id}/{send} EcommerceController@salesOrder auth_commerce
[GET] /panel/direcciones get panel/direcciones EcommerceController@addresses auth_commerce
[GET] /panel/direcciones/editar/{id} get panel/direcciones/editar/{id} EcommerceController@addressEdit auth_commerce
[POST] /panel/direcciones/editar/{id} post panel/direcciones/editar/{id} EcommerceController@updateAddress auth_commerce
[GET] /panel/direcciones/eliminar/{id} get panel/direcciones/eliminar/{id} EcommerceController@deleteAddress auth_commerce
[GET] /panel/datos get panel/datos EcommerceController@person auth_commerce
[POST] /panel/datos post panel/datos EcommerceController@updatePerson auth_commerce
[GET] /panel/clave get panel/clave EcommerceController@password auth_commerce
[POST] /panel/clave post panel/clave EcommerceController@updatePassword auth_commerce
[GET] /panel/pagar/pedido/{id} get panel/pagar/pedido/{id} EcommerceController@retryPayment auth_commerce
[GET] /carro/direccion get carro/direccion CartController@address auth_commerce
[GET] /carro/nuevadireccion get carro/nuevadireccion CartController@addAddress auth_commerce
[POST] /carro/nuevadireccion post carro/nuevadireccion CartController@storeAddAddress auth_commerce
[POST] /carro/direccion post carro/direccion CartController@checkAddress auth_commerce
[GET] /carro/envio get carro/envio CartController@shipping auth_commerce
[POST] /carro/envio post carro/envio CartController@checkShipping auth_commerce
[GET] /carro/pago get carro/pago CartController@payment auth_commerce
[POST] /carro/pago post carro/pago CartController@checkPayment auth_commerce
[GET] /carro/resumen get carro/resumen CartController@summary auth_commerce
[GET] /carro/confirmacion get carro/confirmacion CartController@checkout auth_commerce
[GET] /carro/voucher/{id} get carro/voucher/{id} CartController@voucherCart auth_commerce
[GET] /vendedor/login get vendedor/login WebSellerController@login
[POST] /vendedor/login post vendedor/login WebSellerController@authenticate
[GET] /vendedor/logout get /vendedor/logout WebSellerController@logout
[GET] /vendedor/resumen get vendedor/resumen WebSellerController@summary
[POST] /vendedor/confirmacion post vendedor/confirmacion WebSellerController@checkout
[GET] /vendedor/voucher/{id} get vendedor/voucher/{id} WebSellerController@salesOrder
[POST] /vendedor/cambiarlistaprecio post vendedor/cambiarlistaprecio WebSellerController@updateSessionPriceList
[GET] /crm get crm CrmController@login
[GET] /crm/login get crm/login CrmController@login
[GET] /crm/logout get crm/logout CrmController@logout
[POST] /crm/login post crm/login CrmController@processLogin
[GET] /formulario get formulario CrmController@form
[POST] /formulario post formulario CrmController@sendForm
[GET] /crm/salesorders get crm/salesorders CrmController@salesOrders auth_crm
[GET] /crm/salesorders/view/{id} get crm/salesorders/view/{id} CrmController@salesOrdersView auth_crm
[GET] /crm/readdir get crm/readdir CrmController@readDir auth_crm
[GET] /crm/invoices get crm/invoices CrmController@invoices auth_crm
[GET] /crm/purchaseorders get crm/purchaseorders CrmController@purchaseOrders auth_crm
[GET] /nb_changelogs get|post|put|patch|delete nb_changelogs NbChangelogsController@index
[GET] /nb_changelogs/create get nb_changelogs/create NbChangelogsController@create
[POST] /nb_changelogs/store post nb_changelogs/store NbChangelogsController@store
[GET] /nb_changelogs/edit/{id} get nb_changelogs/edit/{id} NbChangelogsController@edit
[POST] /nb_changelogs/update/{id} post nb_changelogs/update/{id} NbChangelogsController@update
[GET] /nb_changelogs/delete/{id} get nb_changelogs/delete/{id} NbChangelogsController@delete
[GET] /nb_logs/{file} get nb_logs/{file} NbLogsController@logs
[POST] /postcategories post postcategories WebModCmsCategoryPostsController@postCategories csrf_header
[GET] /web_menus get|post|put|patch|delete web_menus WebSettingsController@menus auth|hasAccess:websettings|hasAccess:web_menus
[GET] /web_menus/create get web_menus/create WebSettingsController@createMenu auth|hasAccess:websettings|hasAccess:web_menus
[POST] /web_menus/store post web_menus/store WebSettingsController@storeMenu auth|hasAccess:websettings|hasAccess:web_menus
[GET] /web_menus/edit/{id} get web_menus/edit/{id} WebSettingsController@editMenu auth|hasAccess:websettings|hasAccess:web_menus
[POST] /web_menus/update/{id} post web_menus/update/{id} WebSettingsController@updateMenu auth|hasAccess:websettings|hasAccess:web_menus
[POST] /web_menus/updatesections/{id} post web_menus/updatesections/{id} WebSettingsController@updateSections auth|hasAccess:websettings|hasAccess:web_menus
[GET] /web_sections get|post|put|patch|delete web_sections WebSectionsController@sections auth|hasAccess:websettings|hasAccess:web_sections
[GET] /web_sections/create get web_sections/create WebSectionsController@createSection auth|hasAccess:websettings|hasAccess:web_sections
[POST] /web_sections/store post web_sections/store WebSectionsController@storeSection auth|hasAccess:websettings|hasAccess:web_sections
[GET] /web_sections/edit/{id} get web_sections/edit/{id} WebSectionsController@editSection auth|hasAccess:websettings|hasAccess:web_sections
[POST] /web_sections/update/{id} post web_sections/update/{id} WebSectionsController@updateSection auth|hasAccess:websettings|hasAccess:web_sections
[GET] /web_sections/delete/{id} get web_sections/delete/{id} WebSectionsController@delete auth|hasAccess:websettings|hasAccess:web_sections
[POST] /web_sections/storemodule/{id} post web_sections/storemodule/{id} WebSectionsController@storeModule auth|hasAccess:websettings|hasAccess:web_sections
[POST] /web_sections/updatemenus/{id} post web_sections/updatemenus/{id} WebSectionsController@updateMenus auth|hasAccess:websettings|hasAccess:web_sections
[GET] /web_sliders get|post|put|patch|delete web_sliders WebSlidersController@index auth|hasAccess:websettings|hasAccess:web_sliders
[GET] /web_sliders/create get web_sliders/create WebSlidersController@create auth|hasAccess:websettings|hasAccess:web_sliders
[POST] /web_sliders/store post web_sliders/store WebSlidersController@store auth|hasAccess:websettings|hasAccess:web_sliders
[GET] /web_sliders/edit/{id} get web_sliders/edit/{id} WebSlidersController@edit auth|hasAccess:websettings|hasAccess:web_sliders
[POST] /web_sliders/update/{id} post web_sliders/update/{id} WebSlidersController@update auth|hasAccess:websettings|hasAccess:web_sliders
[POST] /web_sliders/attachprocess/{id} post web_sliders/attachprocess/{id} WebSlidersController@attachprocess auth|hasAccess:websettings|hasAccess:web_sliders
[GET] /web_sliders/removefiles/{id}/{id2} get web_sliders/removefiles/{id}/{id2} WebSlidersController@removeFile auth|hasAccess:websettings|hasAccess:web_sliders
[POST] /web_sliders/updateparent post web_sliders/updateparent WebSlidersController@updateParent auth|hasAccess:websettings|hasAccess:web_sliders
[GET] /web_sliders/delete/{id} get web_sliders/delete/{id} WebSlidersController@delete auth|hasAccess:websettings|hasAccess:web_sliders
[GET] /webconfig get|post|put|patch|delete webconfig WebConfigController@index auth|hasAccess:websettings|hasAccess:webconfig
[GET] /webconfig/create get webconfig/create WebConfigController@createConfig auth|hasAccess:websettings|hasAccess:webconfig
[POST] /webconfig/store post webconfig/store WebConfigController@storeConfig auth|hasAccess:websettings|hasAccess:webconfig
[GET] /webconfig/edit/{id} get webconfig/edit/{id} WebConfigController@editConfig auth|hasAccess:websettings|hasAccess:webconfig
[POST] /webconfig/update/{id} post webconfig/update/{id} WebConfigController@updateConfig auth|hasAccess:websettings|hasAccess:webconfig
[GET] /webconfig/delete/{id} get webconfig/delete/{id} WebConfigController@deleteConfig auth|hasAccess:websettings|hasAccess:webconfig
[GET] /webconfig/search get|post|put|patch|delete webconfig/search WebConfigController@search auth|hasAccess:websettings|hasAccess:webconfig
[GET] /webconfig/formconfig get webconfig/formconfig WebConfigController@formConfig auth|hasAccess:websettings|hasAccess:webconfig
[POST] /webconfig/updateformconfig post webconfig/updateformconfig WebConfigController@updateFormConfig auth|hasAccess:websettings|hasAccess:webconfig
[GET] /web_banners get|post|put|patch|delete web_banners WebBannersController@index auth|hasAccess:websettings|hasAccess:web_banners
[GET] /web_banners/create get web_banners/create WebBannersController@create auth|hasAccess:websettings|hasAccess:web_banners
[POST] /web_banners/store post web_banners/store WebBannersController@store auth|hasAccess:websettings|hasAccess:web_banners
[GET] /web_banners/edit/{id} get web_banners/edit/{id} WebBannersController@edit auth|hasAccess:websettings|hasAccess:web_banners
[POST] /web_banners/update/{id} post web_banners/update/{id} WebBannersController@update auth|hasAccess:websettings|hasAccess:web_banners
[GET] /web_banners/delete/{id} get web_banners/delete/{id} WebBannersController@delete auth|hasAccess:websettings|hasAccess:web_banners
[GET] /web_domains get|post|put|patch|delete web_domains WebDomainsController@index auth|hasAccess:websettings|hasAccess:web_domains
[GET] /web_domains/create get web_domains/create WebDomainsController@create auth|hasAccess:websettings|hasAccess:web_domains
[POST] /web_domains/store post web_domains/store WebDomainsController@store auth|hasAccess:websettings|hasAccess:web_domains
[GET] /web_domains/edit/{id} get web_domains/edit/{id} WebDomainsController@edit auth|hasAccess:websettings|hasAccess:web_domains
[POST] /web_domains/update/{id} post web_domains/update/{id} WebDomainsController@update auth|hasAccess:websettings|hasAccess:web_domains
[GET] /web_domains/delete/{id} get web_domains/delete/{id} WebDomainsController@delete auth|hasAccess:websettings|hasAccess:web_domains
[GET] /web_cms_consultation_types get|post|put|patch|delete web_cms_consultation_types WebCmsConsultationTypesController@index auth|hasAccess:websettings
[GET] /web_cms_consultation_types/create get web_cms_consultation_types/create WebCmsConsultationTypesController@create auth|hasAccess:websettings
[POST] /web_cms_consultation_types/store post web_cms_consultation_types/store WebCmsConsultationTypesController@store auth|hasAccess:websettings
[GET] /web_cms_consultation_types/edit/{id} get web_cms_consultation_types/edit/{id} WebCmsConsultationTypesController@edit auth|hasAccess:websettings
[POST] /web_cms_consultation_types/update/{id} post web_cms_consultation_types/update/{id} WebCmsConsultationTypesController@update auth|hasAccess:websettings
[GET] /web_cms_consultation_types/delete/{id} get web_cms_consultation_types/delete/{id} WebCmsConsultationTypesController@delete auth|hasAccess:websettings
[GET] /web_mod_cms_posts get|post|put|patch|delete web_mod_cms_posts WebModCmsPostsController@index auth|hasAccess:websettings|hasAccess:web_mod_cms_posts
[GET] /web_mod_cms_posts/create get web_mod_cms_posts/create WebModCmsPostsController@create auth|hasAccess:websettings|hasAccess:web_mod_cms_posts
[POST] /web_mod_cms_posts/store post web_mod_cms_posts/store WebModCmsPostsController@store auth|hasAccess:websettings|hasAccess:web_mod_cms_posts
[GET] /web_mod_cms_posts/edit/{id} get web_mod_cms_posts/edit/{id} WebModCmsPostsController@edit auth|hasAccess:websettings|hasAccess:web_mod_cms_posts
[POST] /web_mod_cms_posts/update/{id} post web_mod_cms_posts/update/{id} WebModCmsPostsController@update auth|hasAccess:websettings|hasAccess:web_mod_cms_posts
[GET] /web_mod_cms_posts/delete/{id} get web_mod_cms_posts/delete/{id} WebModCmsPostsController@delete auth|hasAccess:websettings|hasAccess:web_mod_cms_posts
[POST] /web_mod_cms_posts/storemodule/{id} post web_mod_cms_posts/storemodule/{id} WebModCmsPostsController@storeModule auth|hasAccess:websettings|hasAccess:web_mod_cms_posts
[POST] /web_mod_cms_posts/attachprocess/{id} post web_mod_cms_posts/attachprocess/{id} WebModCmsPostsController@attach auth|hasAccess:websettings|hasAccess:web_mod_cms_posts
[POST] /web_mod_cms_posts/attachprocessdocuments/{id} post web_mod_cms_posts/attachprocessdocuments/{id} WebModCmsPostsController@attachprocessdocuments auth|hasAccess:websettings|hasAccess:web_mod_cms_posts
[GET] /web_mod_cms_posts/removefiles/{id}/{id2} get web_mod_cms_posts/removefiles/{id}/{id2} WebModCmsPostsController@removeFile auth|hasAccess:websettings|hasAccess:web_mod_cms_posts
[POST] /web_mod_cms_posts/updateposts post web_mod_cms_posts/updateposts WebModCmsPostsController@updatePosts auth|hasAccess:websettings|hasAccess:web_mod_cms_posts
[GET] /web_cms_post_comments get|post|put|patch|delete web_cms_post_comments WebCmsPostCommentsController@index auth|hasAccess:websettings
[POST] /web_cms_post_comments/authorization/{id} post web_cms_post_comments/authorization/{id} WebCmsPostCommentsController@authorization auth|hasAccess:websettings
[GET] /web_cms_post_comments/edit/{id} get web_cms_post_comments/edit/{id} WebCmsPostCommentsController@edit auth|hasAccess:websettings
[POST] /web_cms_post_comments/update/{id} post web_cms_post_comments/update/{id} WebCmsPostCommentsController@update auth|hasAccess:websettings
[GET] /web_cms_post_comments/delete/{id} get web_cms_post_comments/delete/{id} WebCmsPostCommentsController@delete auth|hasAccess:websettings
[GET] /web_mod_cms_category_posts get|post|put|patch|delete web_mod_cms_category_posts WebModCmsCategoryPostsController@index auth|hasAccess:websettings|hasAccess:web_mod_cms_category_posts
[GET] /web_mod_cms_category_posts/create get web_mod_cms_category_posts/create WebModCmsCategoryPostsController@create auth|hasAccess:websettings|hasAccess:web_mod_cms_category_posts
[POST] /web_mod_cms_category_posts/store post web_mod_cms_category_posts/store WebModCmsCategoryPostsController@store auth|hasAccess:websettings|hasAccess:web_mod_cms_category_posts
[GET] /web_mod_cms_category_posts/edit/{id} get web_mod_cms_category_posts/edit/{id} WebModCmsCategoryPostsController@edit auth|hasAccess:websettings|hasAccess:web_mod_cms_category_posts
[POST] /web_mod_cms_category_posts/update/{id} post web_mod_cms_category_posts/update/{id} WebModCmsCategoryPostsController@update auth|hasAccess:websettings|hasAccess:web_mod_cms_category_posts
[GET] /web_mod_cms_category_posts/delete/{id} get web_mod_cms_category_posts/delete/{id} WebModCmsCategoryPostsController@delete auth|hasAccess:websettings|hasAccess:web_mod_cms_category_posts
[POST] /web_mod_cms_category_posts/updatecategoryposts post web_mod_cms_category_posts/updatecategoryposts WebModCmsCategoryPostsController@updateCategoryPosts auth|hasAccess:websettings|hasAccess:web_mod_cms_category_posts
[POST] /web_mod_cms_category_posts/updatesubcategories/{id} post web_mod_cms_category_posts/updatesubcategories/{id} WebModCmsCategoryPostsController@updateSubCategories auth|hasAccess:websettings|hasAccess:web_mod_cms_category_posts
[POST] /web_mod_cms_category_posts/updatenews/{id} post web_mod_cms_category_posts/updatenews/{id} WebModCmsCategoryPostsController@updateNews auth|hasAccess:websettings|hasAccess:web_mod_cms_category_posts
[GET] /web_cms_teams get|post|put|patch|delete web_cms_teams WebCmsTeamController@index auth|hasAccess:websettings|hasAccess:web_cms_teams
[GET] /web_cms_teams/create get web_cms_teams/create WebCmsTeamController@create auth|hasAccess:websettings|hasAccess:web_cms_teams
[POST] /web_cms_teams/store post web_cms_teams/store WebCmsTeamController@store auth|hasAccess:websettings|hasAccess:web_cms_teams
[GET] /web_cms_teams/edit/{id} get web_cms_teams/edit/{id} WebCmsTeamController@edit auth|hasAccess:websettings|hasAccess:web_cms_teams
[POST] /web_cms_teams/update/{id} post web_cms_teams/update/{id} WebCmsTeamController@update auth|hasAccess:websettings|hasAccess:web_cms_teams
[GET] /web_cms_teams/delete/{id} get web_cms_teams/delete/{id} WebCmsTeamController@delete auth|hasAccess:websettings|hasAccess:web_cms_teams
[POST] /web_cms_teams/attachprocess/{id} post web_cms_teams/attachprocess/{id} WebCmsTeamController@attachprocess auth|hasAccess:websettings|hasAccess:web_cms_teams
[GET] /web_cms_teams/removefiles/{id}/{id2} get web_cms_teams/removefiles/{id}/{id2} WebCmsTeamController@removeFile auth|hasAccess:websettings|hasAccess:web_cms_teams
[GET] /web_cms_contacts_data get|post|put|patch|delete web_cms_contacts_data WebCmsContactDataController@index auth|hasAccess:websettings
[GET] /web_cms_contacts_data/report get|post|put|patch|delete web_cms_contacts_data/report WebCmsContactDataController@reportContactData auth|hasAccess:websettings
[GET] /web_mod_cms_galleries get|post|put|patch|delete web_mod_cms_galleries WebModCmsGalleriesController@index auth|hasAccess:websettings|hasAccess:web_mod_cms_galleries
[GET] /web_mod_cms_galleries/create get web_mod_cms_galleries/create WebModCmsGalleriesController@create auth|hasAccess:websettings|hasAccess:web_mod_cms_galleries
[POST] /web_mod_cms_galleries/store post web_mod_cms_galleries/store WebModCmsGalleriesController@store auth|hasAccess:websettings|hasAccess:web_mod_cms_galleries
[GET] /web_mod_cms_galleries/edit/{id} get web_mod_cms_galleries/edit/{id} WebModCmsGalleriesController@edit auth|hasAccess:websettings|hasAccess:web_mod_cms_galleries
[POST] /web_mod_cms_galleries/update/{id} post web_mod_cms_galleries/update/{id} WebModCmsGalleriesController@update auth|hasAccess:websettings|hasAccess:web_mod_cms_galleries
[GET] /web_mod_cms_galleries/delete/{id} get web_mod_cms_galleries/delete/{id} WebModCmsGalleriesController@delete auth|hasAccess:websettings|hasAccess:web_mod_cms_galleries
[POST] /web_mod_cms_galleries/attachprocess/{id} post web_mod_cms_galleries/attachprocess/{id} WebModCmsGalleriesController@attach auth|hasAccess:websettings|hasAccess:web_mod_cms_galleries
[GET] /web_mod_cms_galleries/removefiles/{id}/{id2} get web_mod_cms_galleries/removefiles/{id}/{id2} WebModCmsGalleriesController@removeFile auth|hasAccess:websettings|hasAccess:web_mod_cms_galleries
[POST] /web_mod_cms_galleries/sortablefiles post web_mod_cms_galleries/sortablefiles WebModCmsGalleriesController@sortableFiles auth|hasAccess:websettings|hasAccess:web_mod_cms_galleries
[GET] /web_popups get|post|put|patch|delete web_popups WebPopupsController@index auth|hasAccess:websettings|hasAccess:web_popups
[GET] /web_popups/create get web_popups/create WebPopupsController@create auth|hasAccess:websettings|hasAccess:web_popups
[POST] /web_popups/store post web_popups/store Closure auth|hasAccess:websettings|hasAccess:web_popups
[GET] /web_popups/edit/{id} get web_popups/edit/{id} WebPopupsController@edit auth|hasAccess:websettings|hasAccess:web_popups
[POST] /web_popups/update/{id} post web_popups/update/{id} WebPopupsController@update auth|hasAccess:websettings|hasAccess:web_popups
[GET] /web_popups/delete/{id} get web_popups/delete/{id} WebPopupsController@delete auth|hasAccess:websettings|hasAccess:web_popups
[GET] /web_documents get|post|put|patch|delete web_documents WebDocumentsController@index auth|hasAccess:websettings|hasAccess:web_documents
[GET] /web_documents/create get web_documents/create WebDocumentsController@create auth|hasAccess:websettings|hasAccess:web_documents
[POST] /web_documents/store post web_documents/store WebDocumentsController@store auth|hasAccess:websettings|hasAccess:web_documents
[GET] /web_documents/edit/{id} get web_documents/edit/{id} WebDocumentsController@edit auth|hasAccess:websettings|hasAccess:web_documents
[POST] /web_documents/update/{id} post web_documents/update/{id} WebDocumentsController@update auth|hasAccess:websettings|hasAccess:web_documents
[POST] /web_documents/attachprocess/{id} post web_documents/attachprocess/{id} WebDocumentsController@attach auth|hasAccess:websettings|hasAccess:web_documents
[GET] /web_documents/removefiles/{id}/{id2} get web_documents/removefiles/{id}/{id2} WebDocumentsController@removeFile auth|hasAccess:websettings|hasAccess:web_documents
[POST] /web_documents/sortablefiles post web_documents/sortablefiles WebDocumentsController@sortableFiles auth|hasAccess:websettings|hasAccess:web_documents
[GET] /posts/{category} get|post|put|patch|delete posts/{category} WebSiteController@posts
[GET] /posts/{category}/{id} get posts/{category}/{id} WebSiteController@post
[GET] /novedades/{cat} get|post|put|patch|delete novedades/{cat} WebSiteController@posts
[GET] /novedades/{cat}/{id}/{preview} get novedades/{cat}/{id}/{preview} WebSiteController@postCat
[GET] /directorio get directorio WebSiteController@team
[GET] /representantes get representantes WebSiteController@distributors
[GET] /estatico get estatico WebSiteController@sectionStatic
[GET] /novedades get|post|put|patch|delete novedades Closure
[GET] /videos get|post|put|patch|delete videos Closure
[GET] /formcomment get formcomment WebSiteController@formComment
[GET] /successcomment get successcomment WebSiteController@successComment
[POST] /sendcomment post sendcomment WebSiteController@sendComment
[GET] /formpost get formpost WebSiteController@formPost
[GET] /successpost get successpost WebSiteController@successPost
[POST] /sendpost post sendpost WebSiteController@sendPost
[GET] /erp_companies get|post|put|patch|delete erp_companies ErpCompaniesController@index
[GET] /erp_companies/create get erp_companies/create ErpCompaniesController@create
[POST] /erp_companies/store post erp_companies/store ErpCompaniesController@store
[GET] /erp_companies/edit/{id} get erp_companies/edit/{id} ErpCompaniesController@edit
[POST] /erp_companies/update/{id} post erp_companies/update/{id} ErpCompaniesController@update
[GET] /erp_companies/delete/{id} get erp_companies/delete/{id} ErpCompaniesController@delete
[GET] /_profiler/toggle get /_profiler/toggle Closure
[GET] /img/{w}/{h}/{p}/{si} get|post|put|patch|delete img/{w}/{h}/{p}/{si} ImageController@img
[GET] /showfile/{folder}/{filename}/{attachment} get|post|put|patch|delete showfile/{folder}/{filename}/{attachment} ReadFileController@showfile
[GET] /showfilefolder/{dir}/{folder}/{filename}/{attachment} get|post|put|patch|delete showfilefolder/{dir}/{folder}/{filename}/{attachment} ReadFileController@showFileOfStorage
[GET] /viewfile get|post|put|patch|delete viewfile ReadFileController@viewfile
[GET] /xt_compra get|post|put|patch|delete xt_compra WebpayController@xtCompra
[GET] /webpay/exito get|post|put|patch|delete webpay/exito EcommerceController@successPayment
[GET] /webpay/fracaso get|post|put|patch|delete webpay/fracaso EcommerceController@failedPayment
[GET] /webpay/ws/transaction get|post|put|patch|delete webpay/ws/transaction WebpaySoapController@initTransaction
[GET] /webpay/ws/success get|post|put|patch|delete webpay/ws/success WebpaySoapController@success
[GET] /webpay/ws/failure get|post|put|patch|delete webpay/ws/failure WebpaySoapController@failure
[GET] /servipag/cc get|post|put|patch|delete servipag/cc ServipagController@cc
[GET] /servipag/h2h get|post|put|patch|delete servipag/h2h ServipagController@h2h
[GET] /paypal get|post|put|patch|delete paypal PayPalController@success
[GET] /paypal/ipn get|post|put|patch|delete paypal/ipn PayPalController@ipn
[GET] /crawler get|post|put|patch|delete crawler HomeController@crawler
[GET] /import/person/{index} get|post|put|patch|delete import/person/{index} ImportController@personImport
[GET] /import/readxls/{index} get|post|put|patch|delete import/readxls/{index} ImportController@readxls
[GET] /import/payments/{index} get|post|put|patch|delete import/payments/{index} ImportController@payments
[GET] /import/renamejpgs get import/renamejpgs ImportController@renameFiles
[GET] /import/readpromotion get|post|put|patch|delete import/readpromotion ImportController@readpromotion
[GET] /import/updprices/{index} get|post|put|patch|delete import/updprices/{index} ImportController@updprices
[GET] /import/personfromarray get|post|put|patch|delete import/personfromarray ImportController@personFromArray
[GET] /import/shipped get|post|put|patch|delete import/shipped ImportController@markAsShipped
[GET] /import/upddescriptions/{index} get|post|put|patch|delete import/upddescriptions/{index} ImportController@upddescriptions
[GET] /import/department/{index} get|post|put|patch|delete import/department/{index} ImportController@department
[GET] /import/migrate/{env} get|post|put|patch|delete import/migrate/{env} ImportController@migrate
[GET] /updateapp get updateapp Closure
[GET] /alerts/index/{v1}/{v2}/{v3}/{v4}/{v5} get alerts/index/{v1}/{v2}/{v3}/{v4}/{v5} AlertsController@get_index
[GET] /alerts get alerts AlertsController@get_index
[GET] /alerts/cronjob/{v1}/{v2}/{v3}/{v4}/{v5} get alerts/cronjob/{v1}/{v2}/{v3}/{v4}/{v5} AlertsController@get_cronjob
[GET] /alerts/cronjob-promotions/{v1}/{v2}/{v3}/{v4}/{v5} get alerts/cronjob-promotions/{v1}/{v2}/{v3}/{v4}/{v5} AlertsController@get_cronjob_promotions
[GET] /alerts/republish/{v1}/{v2}/{v3}/{v4}/{v5} get alerts/republish/{v1}/{v2}/{v3}/{v4}/{v5} AlertsController@get_republish
[GET] /alerts/reversestock/{v1}/{v2}/{v3}/{v4}/{v5} get alerts/reversestock/{v1}/{v2}/{v3}/{v4}/{v5} AlertsController@get_reversestock
[GET] /alerts/breakstock/{v1}/{v2}/{v3}/{v4}/{v5} get alerts/breakstock/{v1}/{v2}/{v3}/{v4}/{v5} AlertsController@get_breakstock
[GET] /alerts/promotions/{v1}/{v2}/{v3}/{v4}/{v5} get alerts/promotions/{v1}/{v2}/{v3}/{v4}/{v5} AlertsController@get_promotions
[GET] /alerts/{_missing} get|post|put|patch|delete alerts/{_missing} AlertsController@missingMethod
[GET] /fixes/index/{v1}/{v2}/{v3}/{v4}/{v5} get fixes/index/{v1}/{v2}/{v3}/{v4}/{v5} FixesController@get_index
[GET] /fixes get fixes FixesController@get_index
[GET] /fixes/requestpaper/{v1}/{v2}/{v3}/{v4}/{v5} get fixes/requestpaper/{v1}/{v2}/{v3}/{v4}/{v5} FixesController@get_requestpaper
[GET] /fixes/netpricesop/{v1}/{v2}/{v3}/{v4}/{v5} get fixes/netpricesop/{v1}/{v2}/{v3}/{v4}/{v5} FixesController@get_netpricesop
[GET] /fixes/companyperson/{v1}/{v2}/{v3}/{v4}/{v5} get fixes/companyperson/{v1}/{v2}/{v3}/{v4}/{v5} FixesController@get_companyperson
[GET] /fixes/productchildcode/{v1}/{v2}/{v3}/{v4}/{v5} get fixes/productchildcode/{v1}/{v2}/{v3}/{v4}/{v5} FixesController@get_productchildcode
[GET] /fixes/productspacecode/{v1}/{v2}/{v3}/{v4}/{v5} get fixes/productspacecode/{v1}/{v2}/{v3}/{v4}/{v5} FixesController@get_productspacecode
[GET] /fixes/ajustprice/{v1}/{v2}/{v3}/{v4}/{v5} get fixes/ajustprice/{v1}/{v2}/{v3}/{v4}/{v5} FixesController@get_ajustprice
[GET] /fixes/productioncontrolstock/{v1}/{v2}/{v3}/{v4}/{v5} get fixes/productioncontrolstock/{v1}/{v2}/{v3}/{v4}/{v5} FixesController@get_productioncontrolstock
[GET] /fixes/testcurl/{v1}/{v2}/{v3}/{v4}/{v5} get fixes/testcurl/{v1}/{v2}/{v3}/{v4}/{v5} FixesController@get_testcurl
[GET] /fixes/productioncontrol/{v1}/{v2}/{v3}/{v4}/{v5} get fixes/productioncontrol/{v1}/{v2}/{v3}/{v4}/{v5} FixesController@get_productioncontrol
[GET] /fixes/checkstock/{v1}/{v2}/{v3}/{v4}/{v5} get fixes/checkstock/{v1}/{v2}/{v3}/{v4}/{v5} FixesController@get_checkstock
[GET] /fixes/{_missing} get|post|put|patch|delete fixes/{_missing} FixesController@missingMethod
[GET] /fb/index/{v1}/{v2}/{v3}/{v4}/{v5} get fb/index/{v1}/{v2}/{v3}/{v4}/{v5} FacebookController@get_index
[GET] /fb get fb FacebookController@get_index
[GET] /fb/loginwithfacebook/{v1}/{v2}/{v3}/{v4}/{v5} get fb/loginwithfacebook/{v1}/{v2}/{v3}/{v4}/{v5} FacebookController@get_loginwithfacebook
[GET] /fb/friends/{v1}/{v2}/{v3}/{v4}/{v5} get fb/friends/{v1}/{v2}/{v3}/{v4}/{v5} FacebookController@getFriends
[GET] /fb/{_missing} get|post|put|patch|delete fb/{_missing} FacebookController@missingMethod
[POST] /upload/submit/{v1}/{v2}/{v3}/{v4}/{v5} post upload/submit/{v1}/{v2}/{v3}/{v4}/{v5} UploadController@post_submit
[GET] /upload/{_missing} get|post|put|patch|delete upload/{_missing} UploadController@missingMethod
[GET] /bsales/products/{v1}/{v2}/{v3}/{v4}/{v5} get bsales/products/{v1}/{v2}/{v3}/{v4}/{v5} BSalesController@get_products
[GET] /bsales/variants/{v1}/{v2}/{v3}/{v4}/{v5} get bsales/variants/{v1}/{v2}/{v3}/{v4}/{v5} BSalesController@get_variants
[GET] /bsales/stock/{v1}/{v2}/{v3}/{v4}/{v5} get bsales/stock/{v1}/{v2}/{v3}/{v4}/{v5} BSalesController@get_stock
[GET] /bsales/updatepricelists/{v1}/{v2}/{v3}/{v4}/{v5} get bsales/updatepricelists/{v1}/{v2}/{v3}/{v4}/{v5} BSalesController@get_updatepricelists
[GET] /bsales/pricelist/{v1}/{v2}/{v3}/{v4}/{v5} get bsales/pricelist/{v1}/{v2}/{v3}/{v4}/{v5} BSalesController@get_pricelist
[GET] /bsales/{_missing} get|post|put|patch|delete bsales/{_missing} BSalesController@missingMethod
[GET] /desis/functions/{v1}/{v2}/{v3}/{v4}/{v5} get desis/functions/{v1}/{v2}/{v3}/{v4}/{v5} DesisController@get_functions
[GET] /desis/online/{v1}/{v2}/{v3}/{v4}/{v5} get desis/online/{v1}/{v2}/{v3}/{v4}/{v5} DesisController@get_online
[GET] /desis/savedte/{v1}/{v2}/{v3}/{v4}/{v5} get desis/savedte/{v1}/{v2}/{v3}/{v4}/{v5} DesisController@get_savedte
[GET] /desis/procesar/{v1}/{v2}/{v3}/{v4}/{v5} get desis/procesar/{v1}/{v2}/{v3}/{v4}/{v5} DesisController@get_procesar
[GET] /desis/{_missing} get|post|put|patch|delete desis/{_missing} DesisController@missingMethod
[GET] /feedback/send get|post|put|patch|delete feedback/send FeedbackController@send
[POST] /file/update post file/update ReadFileController@update
[POST] /file/detail post file/detail ReadFileController@showDetail
[GET] /contacto get contacto Closure
[POST] /contacto post contacto Closure
[GET] /{category_code} get|post|put|patch|delete {category_code} Closure
[GET] /{category_code}/{post}/{preview} get|post|put|patch|delete {category_code}/{post}/{preview} Closure
There are no log entries.
No. Query Bindings Time
1
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
16, web_mod_cms_gallery 0,27
2
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
16 0,33
3
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
16, 1, 1 0,17
4
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
16, 2, 1 0,15
5
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,15
6
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,19
7
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
7, web_mod_cms_gallery 0,31
8
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
7 0,16
9
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
7, 1, 1 0,18
10
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
7, 2, 1 0,21
11
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,21
12
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,3
13
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
14, web_mod_cms_gallery 0,26
14
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
14 0,14
15
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
14, 1, 1 0,17
16
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
14, 2, 1 0,2
17
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,16
18
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,17
19
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
13, web_mod_cms_gallery 0,25
20
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
13 0,15
21
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
13, 1, 1 0,17
22
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
13, 2, 1 0,17
23
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,19
24
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,18
25
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
15, web_mod_cms_gallery 0,23
26
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
15 0,14
27
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
15, 1, 1 0,22
28
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
15, 2, 1 0,18
29
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,18
30
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,22
31
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
10, web_mod_cms_gallery 0,29
32
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
10 0,14
33
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
10, 1, 1 0,19
34
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
10, 2, 1 0,2
35
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,18
36
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,2
37
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
4, web_mod_cms_gallery 0,34
38
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
4 0,17
39
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
4, 1, 1 0,17
40
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
4, 2, 1 0,19
41
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,15
42
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,18
43
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
9, web_mod_cms_gallery 0,33
44
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
9 0,14
45
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
9, 1, 1 0,18
46
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
9, 2, 1 0,2
47
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,15
48
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,18
49
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
6, web_mod_cms_gallery 0,28
50
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
6 0,17
51
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
6, 1, 1 0,18
52
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
6, 2, 1 0,21
53
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,15
54
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,18
55
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
11, web_mod_cms_gallery 0,29
56
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
11 0,16
57
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
11, 1, 1 0,19
58
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
11, 2, 1 0,17
59
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,17
60
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,19
61
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
8, web_mod_cms_gallery 0,3
62
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
8 0,14
63
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
8, 1, 1 0,19
64
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
8, 2, 1 0,17
65
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,17
66
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,2
67
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
3, web_mod_cms_gallery 0,3
68
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
3 0,17
69
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
3, 1, 1 0,21
70
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
3, 2, 1 0,17
71
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,17
72
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,18
73
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
2, web_mod_cms_gallery 0,32
74
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
2 0,15
75
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
2, 1, 1 0,17
76
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
2, 2, 1 0,22
77
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,19
78
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,31
79
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
5, web_mod_cms_gallery 1,82
80
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
5 0,69
81
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
5, 1, 1 0,73
82
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
5, 2, 1 0,94
83
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,76
84
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,86
85
select * from `emp_file` where `emp_file`.`record_id` = ? and `table_referrer` = ? order by `weight` asc
1, web_mod_cms_gallery 1,37
86
select * from `emp_web_mod_cms_gallery` where `emp_web_mod_cms_gallery`.`id` = ? limit 1
1 1,02
87
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
1, 1, 1 0,84
88
select * from `emp_web_mod_cms_post_module` where `emp_web_mod_cms_post_module`.`post_id` = ? and `type_id` = ? and `status` = ? limit 1
1, 2, 1 1,02
89
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
0 0,54
90
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`id` = ? limit 1
1 0,92
91
select * from `emp_web_mod_cms_post` where `emp_web_mod_cms_post`.`is_visible` = ? and `emp_web_mod_cms_post`.`status` = ? order by `emp_web_mod_cms_post`.`date` desc limit 200 offset 0
1, 1 1,14
92
select count(*) as aggregate from `emp_web_mod_cms_post` where `emp_web_mod_cms_post`.`is_visible` = ? and `emp_web_mod_cms_post`.`status` = ?
1, 1 1,2
93
select * from `emp_web_mod_cms_post` where `emp_web_mod_cms_post`.`is_visible` = ? and `emp_web_mod_cms_post`.`status` = ? order by `emp_web_mod_cms_post`.`weight` desc limit 200 offset 0
1, 1 0,3
94
select count(*) as aggregate from `emp_web_mod_cms_post` where `emp_web_mod_cms_post`.`is_visible` = ? and `emp_web_mod_cms_post`.`status` = ?
1, 1 0,12
95
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`status` = ? and `category_post_id` = ?
1, 0 0,15
96
select * from `emp_web_slider` where `is_visible` = ? and `status` = ? order by `weight` desc
1, 1 0,21
97
select * from `emp_web_mod_cms_category_post` where `emp_web_mod_cms_category_post`.`status` = ? and `emp_web_mod_cms_category_post`.`category_post_id` = ?
1, 0 0,33
98
select * from `emp_web_menu` where `status` = ?
1 0,22
99
select * from `emp_groups` where `name` = ? limit 1
Cliente 0,24
100
select * from `emp_config` where `module` = ?
ecommerce 0,18
101
select * from `emp_config` where `module` = ?
website 0,4
Timer Elapsed Time (Seconds)
Total 0.49777
Variable Value
cart
Array
(
    [0] => Array
        (
        )

)
cart_header 0
cart_purchase 0
cart_total 0
errors
Array
(
    [0] => Array
        (
        )

)
index 14
menus
Array
(
    [0] => Array
        (
        )

)
nav_post_categories
Array
(
    [0] => Array
        (
            [0] => Array
                (
                    [id] => 1
                    [category_post_id] => 0
                    [status] => 1
                    [weight] => 0
                    [type] => 0
                    [name] => Proyectos
                    [title] => Proyectos
                    [subtitle] => 
                    [code] => proyectos
                    [friendly_url] => proyectos
                    [is_visible] => 1
                    [page_limit] => 0
                    [description] => 
                    [template] => projects
                    [content] => 
                    [allow_send_post] => 0
                    [css_box] => 
                    [meta_keywords] => 
                    [meta_description] => 
                    [timestamp_add] => 2015-05-04 12:28:06
                    [user_add] => 1
                    [ip_add] => 192.168.0.241
                    [timestamp_upd] => 2015-05-04 13:03:36
                    [user_upd] => 1
                    [ip_upd] => 192.168.0.241
                    [timestamp_del] => 
                    [user_del] => 
                    [ip_del] => 
                )

        )

)
p 16
post
Array
(
    [0] => Array
        (
            [id] => 16
            [category_post_id] => 1
            [staff_department_id] => 0
            [status] => 1
            [weight] => 1
            [date] => 2015-05-05
            [title] => Prototipo Vivienda Unifamiliar
            [summary] => 
            [content] => <p>Proyecto Prototipo Vivienda Unifamiliar<br /><br /> 100 m2<br /><br />2010<br /><br /> David Bedodo + Daniela Larrea</p>
            [string_limit] => 0
            [author] => 
            [author_email] => 
            [is_important] => 
            [meta_keywords] => 
            [meta_description] => 
            [is_visible] => 1
            [timestamp_add] => 2015-05-05 12:29:53
            [user_add] => 4
            [ip_add] => 192.168.0.83
            [timestamp_upd] => 2015-06-09 19:42:46
            [user_upd] => 4
            [ip_upd] => 190.46.146.212
            [timestamp_del] => 
            [user_del] => 
            [ip_del] => 
            [category] => Array
                (
                    [id] => 1
                    [category_post_id] => 0
                    [status] => 1
                    [weight] => 0
                    [type] => 0
                    [name] => Proyectos
                    [title] => Proyectos
                    [subtitle] => 
                    [code] => proyectos
                    [friendly_url] => proyectos
                    [is_visible] => 1
                    [page_limit] => 0
                    [description] => 
                    [template] => projects
                    [content] => 
                    [allow_send_post] => 0
                    [css_box] => 
                    [meta_keywords] => 
                    [meta_description] => 
                    [timestamp_add] => 2015-05-04 12:28:06
                    [user_add] => 1
                    [ip_add] => 192.168.0.241
                    [timestamp_upd] => 2015-05-04 13:03:36
                    [user_upd] => 1
                    [ip_upd] => 192.168.0.241
                    [timestamp_del] => 
                    [user_del] => 
                    [ip_del] => 
                    [parent_category] => 
                )

            [cover_image] => 
            [gallery_module] => Array
                (
                    [id] => 16
                    [post_id] => 16
                    [record_id] => 16
                    [type_id] => 1
                    [status] => 1
                    [value] => 
                    [timestamp_add] => 2015-05-05 12:29:53
                    [user_add] => 4
                    [ip_add] => 192.168.0.83
                    [timestamp_upd] => 
                    [user_upd] => 
                    [ip_upd] => 
                    [timestamp_del] => 
                    [user_del] => 
                    [ip_del] => 
                    [gallery] => Array
                        (
                            [id] => 16
                            [status] => 1
                            [type] => 
                            [name] => Prototipo Vivienda Unifamiliar
                            [code] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:29:53
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 
                            [user_upd] => 
                            [ip_upd] => 
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [attachments] => Array
                                (
                                    [0] => Array
                                        (
                                            [id] => 145
                                            [record_id] => 16
                                            [status] => 1
                                            [weight] => 
                                            [table_referrer] => web_mod_cms_gallery
                                            [path] => 
                                            [file_name] => 5548e20838201.jpg
                                            [file_size] => 447619
                                            [file_ext] => jpg
                                            [file_type] => image/jpeg
                                            [image_width] => 1224
                                            [image_height] => 750
                                            [original_name] => Prototipo Vivienda Unifamiliar 0.jpg
                                            [title] => 
                                            [description] => 
                                            [tag] => imagen
                                            [timestamp_add] => 2015-05-05 12:30:16
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-05 12:30:36
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.83
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                        )

                                    [1] => Array
                                        (
                                            [id] => 146
                                            [record_id] => 16
                                            [status] => 1
                                            [weight] => 
                                            [table_referrer] => web_mod_cms_gallery
                                            [path] => 
                                            [file_name] => 5548e2089f6f7.jpg
                                            [file_size] => 351809
                                            [file_ext] => jpg
                                            [file_type] => image/jpeg
                                            [image_width] => 1224
                                            [image_height] => 750
                                            [original_name] => Prototipo Vivienda Unifamiliar 1.jpg
                                            [title] => 
                                            [description] => 
                                            [tag] => imagen
                                            [timestamp_add] => 2015-05-05 12:30:16
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-05 12:30:39
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.83
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                        )

                                    [2] => Array
                                        (
                                            [id] => 147
                                            [record_id] => 16
                                            [status] => 1
                                            [weight] => 
                                            [table_referrer] => web_mod_cms_gallery
                                            [path] => 
                                            [file_name] => 5548e2090c4a5.jpg
                                            [file_size] => 335759
                                            [file_ext] => jpg
                                            [file_type] => image/jpeg
                                            [image_width] => 1224
                                            [image_height] => 750
                                            [original_name] => Prototipo Vivienda Unifamiliar 2.jpg
                                            [title] => 
                                            [description] => 
                                            [tag] => imagen
                                            [timestamp_add] => 2015-05-05 12:30:17
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-05 12:31:10
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.83
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                        )

                                    [3] => Array
                                        (
                                            [id] => 148
                                            [record_id] => 16
                                            [status] => 1
                                            [weight] => 
                                            [table_referrer] => web_mod_cms_gallery
                                            [path] => 
                                            [file_name] => 5548e2096d613.jpg
                                            [file_size] => 194605
                                            [file_ext] => jpg
                                            [file_type] => image/jpeg
                                            [image_width] => 1224
                                            [image_height] => 750
                                            [original_name] => Prototipo Vivienda Unifamiliar 3.jpg
                                            [title] => 
                                            [description] => 
                                            [tag] => imagen
                                            [timestamp_add] => 2015-05-05 12:30:17
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-05 12:30:45
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.83
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                        )

                                    [4] => Array
                                        (
                                            [id] => 149
                                            [record_id] => 16
                                            [status] => 1
                                            [weight] => 
                                            [table_referrer] => web_mod_cms_gallery
                                            [path] => 
                                            [file_name] => 5548e209cf1d2.jpg
                                            [file_size] => 234151
                                            [file_ext] => jpg
                                            [file_type] => image/jpeg
                                            [image_width] => 1224
                                            [image_height] => 750
                                            [original_name] => Prototipo Vivienda Unifamiliar 4.jpg
                                            [title] => 
                                            [description] => 
                                            [tag] => imagen
                                            [timestamp_add] => 2015-05-05 12:30:17
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-05 12:30:49
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.83
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                        )

                                    [5] => Array
                                        (
                                            [id] => 150
                                            [record_id] => 16
                                            [status] => 1
                                            [weight] => 
                                            [table_referrer] => web_mod_cms_gallery
                                            [path] => 
                                            [file_name] => 5548e20a3b4aa.jpg
                                            [file_size] => 105794
                                            [file_ext] => jpg
                                            [file_type] => image/jpeg
                                            [image_width] => 650
                                            [image_height] => 700
                                            [original_name] => Prototipo Vivienda Unifamiliar PL 1.jpg
                                            [title] => 
                                            [description] => 
                                            [tag] => plano_portada
                                            [timestamp_add] => 2015-05-05 12:30:18
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-05 12:30:32
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.83
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                        )

                                    [6] => Array
                                        (
                                            [id] => 151
                                            [record_id] => 16
                                            [status] => 1
                                            [weight] => 
                                            [table_referrer] => web_mod_cms_gallery
                                            [path] => 
                                            [file_name] => 5548e20a9a4f5.jpg
                                            [file_size] => 50148
                                            [file_ext] => jpg
                                            [file_type] => image/jpeg
                                            [image_width] => 540
                                            [image_height] => 260
                                            [original_name] => Prototipo Vivienda Unifamiliar PL 2.jpg
                                            [title] => 
                                            [description] => 
                                            [tag] => plano
                                            [timestamp_add] => 2015-05-05 12:30:18
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-08 16:46:20
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.102
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                        )

                                    [7] => Array
                                        (
                                            [id] => 152
                                            [record_id] => 16
                                            [status] => 1
                                            [weight] => 
                                            [table_referrer] => web_mod_cms_gallery
                                            [path] => 
                                            [file_name] => 5548e20b0900c.jpg
                                            [file_size] => 53913
                                            [file_ext] => jpg
                                            [file_type] => image/jpeg
                                            [image_width] => 540
                                            [image_height] => 260
                                            [original_name] => Prototipo Vivienda Unifamiliar PL 3.jpg
                                            [title] => 
                                            [description] => 
                                            [tag] => plano
                                            [timestamp_add] => 2015-05-05 12:30:19
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-05 12:30:58
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.83
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                        )

                                    [8] => Array
                                        (
                                            [id] => 153
                                            [record_id] => 16
                                            [status] => 1
                                            [weight] => 
                                            [table_referrer] => web_mod_cms_gallery
                                            [path] => 
                                            [file_name] => 5548e20b674ff.jpg
                                            [file_size] => 74240
                                            [file_ext] => jpg
                                            [file_type] => image/jpeg
                                            [image_width] => 540
                                            [image_height] => 260
                                            [original_name] => Prototipo Vivienda Unifamiliar PL 4.jpg
                                            [title] => 
                                            [description] => 
                                            [tag] => plano
                                            [timestamp_add] => 2015-05-05 12:30:19
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-05 12:31:01
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.83
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                        )

                                    [9] => Array
                                        (
                                            [id] => 154
                                            [record_id] => 16
                                            [status] => 1
                                            [weight] => 
                                            [table_referrer] => web_mod_cms_gallery
                                            [path] => 
                                            [file_name] => 5548e20bc62aa.jpg
                                            [file_size] => 54612
                                            [file_ext] => jpg
                                            [file_type] => image/jpeg
                                            [image_width] => 540
                                            [image_height] => 260
                                            [original_name] => Prototipo Vivienda Unifamiliar PL 5.jpg
                                            [title] => 
                                            [description] => 
                                            [tag] => plano
                                            [timestamp_add] => 2015-05-05 12:30:19
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-05 12:31:04
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.83
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                        )

                                    [10] => Array
                                        (
                                            [id] => 155
                                            [record_id] => 16
                                            [status] => 1
                                            [weight] => 
                                            [table_referrer] => web_mod_cms_gallery
                                            [path] => 
                                            [file_name] => 5548e20c33793.jpg
                                            [file_size] => 48800
                                            [file_ext] => jpg
                                            [file_type] => image/jpeg
                                            [image_width] => 540
                                            [image_height] => 260
                                            [original_name] => Prototipo Vivienda Unifamiliar PL 6.jpg
                                            [title] => 
                                            [description] => 
                                            [tag] => plano
                                            [timestamp_add] => 2015-05-05 12:30:20
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-05 12:31:07
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.83
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                        )

                                )

                        )

                )

        )

)
post_categories_last_post
Array
(
    [0] => Array
        (
            [0] => Array
                (
                    [id] => 1
                    [category_post_id] => 0
                    [status] => 1
                    [weight] => 0
                    [type] => 0
                    [name] => Proyectos
                    [title] => Proyectos
                    [subtitle] => 
                    [code] => proyectos
                    [friendly_url] => proyectos
                    [is_visible] => 1
                    [page_limit] => 0
                    [description] => 
                    [template] => projects
                    [content] => 
                    [allow_send_post] => 0
                    [css_box] => 
                    [meta_keywords] => 
                    [meta_description] => 
                    [timestamp_add] => 2015-05-04 12:28:06
                    [user_add] => 1
                    [ip_add] => 192.168.0.241
                    [timestamp_upd] => 2015-05-04 13:03:36
                    [user_upd] => 1
                    [ip_upd] => 192.168.0.241
                    [timestamp_del] => 
                    [user_del] => 
                    [ip_del] => 
                )

        )

)
post_category
Array
(
    [0] => Array
        (
            [id] => 1
            [category_post_id] => 0
            [status] => 1
            [weight] => 0
            [type] => 0
            [name] => Proyectos
            [title] => Proyectos
            [subtitle] => 
            [code] => proyectos
            [friendly_url] => proyectos
            [is_visible] => 1
            [page_limit] => 0
            [description] => 
            [template] => projects
            [content] => 
            [allow_send_post] => 0
            [css_box] => 
            [meta_keywords] => 
            [meta_description] => 
            [timestamp_add] => 2015-05-04 12:28:06
            [user_add] => 1
            [ip_add] => 192.168.0.241
            [timestamp_upd] => 2015-05-04 13:03:36
            [user_upd] => 1
            [ip_upd] => 192.168.0.241
            [timestamp_del] => 
            [user_del] => 
            [ip_del] => 
            [parent_category] => 
        )

)
slider
Array
(
    [0] => Array
        (
        )

)
title Bedodo Studio
uq 647de596bb830
user
web_mod_cms_posts
Array
(
    [0] => Array
        (
            [total] => 15
            [per_page] => 200
            [current_page] => 1
            [last_page] => 1
            [from] => 1
            [to] => 15
            [data] => Array
                (
                    [0] => Array
                        (
                            [id] => 1
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 15
                            [date] => 2015-05-04
                            [title] => Casa San Esteban
                            [summary] => San Esteban, V Región
                            [content] => <p>Casa San Esteban<br /><br /> San Esteban, V Región<br /> <br /> 140 m2<br /> <br /> David Bedodo<br /> Victor Villanueva<br /> Francisca Silva<br /> Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-04 12:31:17
                            [user_add] => 1
                            [ip_add] => 192.168.0.241
                            [timestamp_upd] => 2015-06-09 19:02:01
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [1] => Array
                        (
                            [id] => 5
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 14
                            [date] => 2015-05-05
                            [title] => Casa Farías
                            [summary] => 
                            [content] => <p>Casa Farías<br /><br /> Proyecto Casa Hacienda de Chicureo <br /> <br /> Piedra Roja, Chicureo, RM<br /> <br /> Superficie 380 m2<br /> <br />Año 2011 <br /> <br />Equipo David Bedodo + Daniela Larrea + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:10:31
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:02:01
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [2] => Array
                        (
                            [id] => 2
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 13
                            [date] => 2015-05-04
                            [title] => Casa Cantagua
                            [summary] => 
                            [content] => <p>Proyecto Casa Cantagua <br /><br /> Ubicación Cachagua, V Región <br /> <br /> Superficie 450 m2 <br /> <br /> Año 2006<br /> <br />Eduardo González + David Bedodo</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-04 14:52:11
                            [user_add] => 1
                            [ip_add] => 192.168.0.241
                            [timestamp_upd] => 2015-06-09 19:02:01
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [3] => Array
                        (
                            [id] => 3
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 12
                            [date] => 2015-05-05
                            [title] => Casa CSR
                            [summary] => 
                            [content] => <p>Nombre Proyecto Casa CSR<br /><br /> Ubicación Los Trapenses, Lo Barnechea , RM <br /><br /> Superficie 480 m2 <br /><br /> Año 2012<br /><br /> Equipo David Bedodo + Juan Pablo Papic + Luis Hernández</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 10:39:39
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:02:01
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [4] => Array
                        (
                            [id] => 8
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 11
                            [date] => 2015-05-05
                            [title] => Casa Los Bosques
                            [summary] => 
                            [content] => <p>Casa Piedra Roja<br /><br />Proyecto Casa Los Bosques <br /><br /> Ubicación Piedra Roja, Chicureo, RM<br /><br />Superficie 320 m2 <br /><br />2008 <br /><br />Eduardo González + David Bedodo + Andrés Pinto</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:37:49
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:05:02
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [5] => Array
                        (
                            [id] => 11
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 10
                            [date] => 2015-05-05
                            [title] => Casa RGF
                            [summary] => 
                            [content] => <p>Casa RGF<br /><br /> La Brisas de Chicureo, Chicureo , RM <br /> <br /> 500 m2<br /> <br /> 2014<br /> <br /> David Bedodo + Daniel Castillo + Augusto Merino + Luis Hernández</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:02:59
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:07:25
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [6] => Array
                        (
                            [id] => 6
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 9
                            [date] => 2015-05-05
                            [title] => Casa Fuenzalida
                            [summary] => 
                            [content] => <p>Casa Fuenzalida<br /><br /> La Brisas de Chicureo, Chicureo , RM <br /> <br /> 380 m2<br /> <br /> 2014 <br /><br />David Bedodo + Francisca Silva + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:17:21
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:10:30
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [7] => Array
                        (
                            [id] => 9
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 8
                            [date] => 2015-05-05
                            [title] => Casa Los Trapenses
                            [summary] => 
                            [content] => <p>Los Trapences<br /><br /> Los Trapenses, Lo Barnechea , RM<br /> <br /> 380 m2<br /> <br /> 2014 <br /> <br />Eduardo González + David Bedodo + Carolina Zuñiga</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:40:32
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:11:35
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [8] => Array
                        (
                            [id] => 4
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 7
                            [date] => 2015-05-05
                            [title] => Casa Di Battista
                            [summary] => 
                            [content] => <p>Casa Di Battista<br /><br />Proyecto Casa Di Battista <br /> <br />La Brisas de Chicureo, Chicureo , RM <br /> <br /> 480 m2 <br /><br />2014 <br /><br />David Bedodo + Francisca Silva + Augusto Merino + Luis Hernández</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 10:46:05
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:24:08
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [9] => Array
                        (
                            [id] => 10
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 6
                            [date] => 2015-05-05
                            [title] => Casa Silva
                            [summary] => 
                            [content] => <p>Proyecto Casa Silva-San Juan <br /><br /> La Brisas de Chicureo, Chicureo , RM <br /> <br /> 360 m2<br /> <br /> 2014<br /> <br />David Bedodo + Francisca Silva + Augusto Merino + Luis Hernández</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:43:54
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:26:21
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [10] => Array
                        (
                            [id] => 15
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 5
                            [date] => 2015-05-05
                            [title] => Edificio ACBL
                            [summary] => 
                            [content] => <p>Proyecto Edificio Oficinas ACLB<br /><br /> La Brisas de Chicureo, Chicureo , RM<br /> <br /> 3000 m2<br /> <br /> 2006<br /> <br /> Eduardo González + David Bedodo + Carolina Zuñiga + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:26:45
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:33:24
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [11] => Array
                        (
                            [id] => 13
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 4
                            [date] => 2015-05-05
                            [title] => Concurso Parque Peñalolen
                            [summary] => 
                            [content] => <p>Proyecto Concurso Parque Peñalolen<br /><br />Peñalolen <br /> <br /> 2005<br /> <br />Eduardo González + David Bedodo + Carolina Zuñiga</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:16:06
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:36:03
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [12] => Array
                        (
                            [id] => 14
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 3
                            [date] => 2015-05-05
                            [title] => Condominio Costanera
                            [summary] => 
                            [content] => <p>Proyecto Condominio Costanera <br /><br />Lo Barnechea, RM <br /> <br /> 250 m2 <br /> <br /> 2011<br /><br /> Eduardo González + David Bedodo + Gabriela Aparicio + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:23:05
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:40:08
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [13] => Array
                        (
                            [id] => 7
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 2
                            [date] => 2015-05-05
                            [title] => Casa K
                            [summary] => 
                            [content] => <p>Casa K<br /><br /> Chicureo <br /> <br /> 300 m2<br /> <br /> 2007<br /><br /> Eduardo González + David Bedodo + Andrés Pinto + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:29:18
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:41:10
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [14] => Array
                        (
                            [id] => 16
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 1
                            [date] => 2015-05-05
                            [title] => Prototipo Vivienda Unifamiliar
                            [summary] => 
                            [content] => <p>Proyecto Prototipo Vivienda Unifamiliar<br /><br /> 100 m2<br /><br />2010<br /><br /> David Bedodo + Daniela Larrea</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:29:53
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:42:46
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                )

        )

    [1] => Array
        (
            [total] => 15
            [per_page] => 200
            [current_page] => 1
            [last_page] => 1
            [from] => 1
            [to] => 15
            [data] => Array
                (
                    [0] => Array
                        (
                            [id] => 1
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 15
                            [date] => 2015-05-04
                            [title] => Casa San Esteban
                            [summary] => San Esteban, V Región
                            [content] => <p>Casa San Esteban<br /><br /> San Esteban, V Región<br /> <br /> 140 m2<br /> <br /> David Bedodo<br /> Victor Villanueva<br /> Francisca Silva<br /> Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-04 12:31:17
                            [user_add] => 1
                            [ip_add] => 192.168.0.241
                            [timestamp_upd] => 2015-06-09 19:02:01
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 1
                                    [post_id] => 1
                                    [record_id] => 1
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-04 12:31:17
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 1
                                            [status] => 1
                                            [type] => 
                                            [name] => Casa San Esteban
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-04 12:31:17
                                            [user_add] => 1
                                            [ip_add] => 192.168.0.241
                                            [timestamp_upd] => 
                                            [user_upd] => 
                                            [ip_upd] => 
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 1
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 1
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 554792e94ddb9.JPG
                                                            [file_size] => 130631
                                                            [file_ext] => JPG
                                                            [file_type] => image/jpeg
                                                            [image_width] => 374
                                                            [image_height] => 349
                                                            [original_name] => 1-Casa San Esteban.JPG
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => portada
                                                            [timestamp_add] => 2015-05-04 12:40:25
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 2
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 2
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547930cba14d.jpg
                                                            [file_size] => 821480
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa San Esteban_1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-04 12:41:00
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 3
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 3
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547930d2c41b.jpg
                                                            [file_size] => 800009
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa San Esteban_2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-04 12:41:01
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 4
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 4
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547930d872f9.jpg
                                                            [file_size] => 594710
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa San Esteban_3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-04 12:41:01
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 5
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 5
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547930ddf9a8.jpg
                                                            [file_size] => 799216
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa San Esteban_4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-04 12:41:01
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 6
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 6
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547930e4440a.jpg
                                                            [file_size] => 663387
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa San Esteban_7.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-04 12:41:02
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 7
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 7
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547930eaa2ee.jpg
                                                            [file_size] => 4600983
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 2448
                                                            [image_height] => 3264
                                                            [original_name] => Casa San Esteban_8.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-04 12:41:02
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [7] => Array
                                                        (
                                                            [id] => 177
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 8
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570ada97d9d9.jpg
                                                            [file_size] => 256157
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Elevacion_Casa-San-Esteban.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:57:29
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:58:14
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [8] => Array
                                                        (
                                                            [id] => 178
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 9
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570adaa16f66.jpg
                                                            [file_size] => 285087
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Planta_Casa-San-Esteban.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:57:30
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:58:19
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [9] => Array
                                                        (
                                                            [id] => 8
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 10
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547930f0fd8d.jpg
                                                            [file_size] => 214649
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 650
                                                            [image_height] => 700
                                                            [original_name] => Casa San Esteban PL 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano_portada
                                                            [timestamp_add] => 2015-05-04 12:41:03
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [10] => Array
                                                        (
                                                            [id] => 9
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 11
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547930f6b450.jpg
                                                            [file_size] => 102362
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa San Esteban PL 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-04 12:41:03
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [11] => Array
                                                        (
                                                            [id] => 10
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 12
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547930fc44d0.jpg
                                                            [file_size] => 67718
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa San Esteban PL 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-04 12:41:03
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [12] => Array
                                                        (
                                                            [id] => 11
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 13
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547931026300.jpg
                                                            [file_size] => 68540
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa San Esteban PL 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-04 12:41:04
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [13] => Array
                                                        (
                                                            [id] => 12
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 14
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 554793107c3ad.jpg
                                                            [file_size] => 63253
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa San Esteban PL 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-04 12:41:04
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [14] => Array
                                                        (
                                                            [id] => 13
                                                            [record_id] => 1
                                                            [status] => 1
                                                            [weight] => 15
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 55479310d1203.jpg
                                                            [file_size] => 69838
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa San Esteban PL 6.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-04 12:41:04
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:58:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [1] => Array
                        (
                            [id] => 5
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 14
                            [date] => 2015-05-05
                            [title] => Casa Farías
                            [summary] => 
                            [content] => <p>Casa Farías<br /><br /> Proyecto Casa Hacienda de Chicureo <br /> <br /> Piedra Roja, Chicureo, RM<br /> <br /> Superficie 380 m2<br /> <br />Año 2011 <br /> <br />Equipo David Bedodo + Daniela Larrea + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:10:31
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:02:01
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 5
                                    [post_id] => 5
                                    [record_id] => 5
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 11:10:31
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 5
                                            [status] => 1
                                            [type] => 
                                            [name] => Casa Farías
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 11:10:31
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 
                                            [user_upd] => 
                                            [ip_upd] => 
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 42
                                                            [record_id] => 5
                                                            [status] => 1
                                                            [weight] => 1
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548cf82b16af.jpg
                                                            [file_size] => 553992
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Farias 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:11:14
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:51:08
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 43
                                                            [record_id] => 5
                                                            [status] => 1
                                                            [weight] => 2
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548cf8331f6f.jpg
                                                            [file_size] => 622547
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Farias 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:11:15
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:51:08
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 44
                                                            [record_id] => 5
                                                            [status] => 1
                                                            [weight] => 3
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548cf83937ce.jpg
                                                            [file_size] => 525846
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Farias 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:11:15
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:51:08
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 45
                                                            [record_id] => 5
                                                            [status] => 1
                                                            [weight] => 4
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548cf8400ea9.jpg
                                                            [file_size] => 596199
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Farias 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:11:16
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:51:08
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 46
                                                            [record_id] => 5
                                                            [status] => 1
                                                            [weight] => 5
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548cf8463633.jpg
                                                            [file_size] => 771858
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Farias 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:11:16
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:51:08
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 165
                                                            [record_id] => 5
                                                            [status] => 1
                                                            [weight] => 6
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570ac1d1d350.jpg
                                                            [file_size] => 154967
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Cortes_Casa-Farias.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:50:53
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:51:14
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 166
                                                            [record_id] => 5
                                                            [status] => 1
                                                            [weight] => 7
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570ac1da0453.jpg
                                                            [file_size] => 162127
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Elevaciones_Casa-Farias.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:50:53
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:51:21
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [7] => Array
                                                        (
                                                            [id] => 47
                                                            [record_id] => 5
                                                            [status] => 1
                                                            [weight] => 8
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548cf84c0f38.jpg
                                                            [file_size] => 77737
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Farias PL 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:11:16
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:51:08
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [8] => Array
                                                        (
                                                            [id] => 48
                                                            [record_id] => 5
                                                            [status] => 1
                                                            [weight] => 9
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548cf8528809.jpg
                                                            [file_size] => 48810
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Farias PL 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:11:17
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:51:08
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [9] => Array
                                                        (
                                                            [id] => 49
                                                            [record_id] => 5
                                                            [status] => 1
                                                            [weight] => 10
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548cf85855c3.jpg
                                                            [file_size] => 53685
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Farias PL 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:11:17
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:51:08
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [10] => Array
                                                        (
                                                            [id] => 50
                                                            [record_id] => 5
                                                            [status] => 1
                                                            [weight] => 11
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548cf85e4011.jpg
                                                            [file_size] => 56130
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Farias PL 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:11:17
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:51:08
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [11] => Array
                                                        (
                                                            [id] => 51
                                                            [record_id] => 5
                                                            [status] => 1
                                                            [weight] => 12
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548cf8689772.jpg
                                                            [file_size] => 340765
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 650
                                                            [image_height] => 700
                                                            [original_name] => Casa Farias PL1 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano_portada
                                                            [timestamp_add] => 2015-05-05 11:11:18
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:51:08
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [2] => Array
                        (
                            [id] => 2
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 13
                            [date] => 2015-05-04
                            [title] => Casa Cantagua
                            [summary] => 
                            [content] => <p>Proyecto Casa Cantagua <br /><br /> Ubicación Cachagua, V Región <br /> <br /> Superficie 450 m2 <br /> <br /> Año 2006<br /> <br />Eduardo González + David Bedodo</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-04 14:52:11
                            [user_add] => 1
                            [ip_add] => 192.168.0.241
                            [timestamp_upd] => 2015-06-09 19:02:01
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 2
                                    [post_id] => 2
                                    [record_id] => 2
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-04 14:52:11
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 2
                                            [status] => 1
                                            [type] => 
                                            [name] => Casa Cantagua
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-04 14:52:11
                                            [user_add] => 1
                                            [ip_add] => 192.168.0.241
                                            [timestamp_upd] => 
                                            [user_upd] => 
                                            [ip_upd] => 
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 19
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 1
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547b2565ff98.jpg
                                                            [file_size] => 823282
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa Cantagua_0.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-04 14:54:30
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:45:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 14
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 2
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547b25481427.jpg
                                                            [file_size] => 694388
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa Cantagua_1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-04 14:54:28
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:45:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 15
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 3
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547b254dbfac.jpg
                                                            [file_size] => 524595
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa Cantagua_2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-04 14:54:28
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:45:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 16
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 4
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547b25543ddf.jpg
                                                            [file_size] => 834970
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa Cantagua_3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-04 14:54:29
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:45:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 17
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 5
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547b2559dd42.jpg
                                                            [file_size] => 576282
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa Cantagua_4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-04 14:54:29
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:45:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 18
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 6
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547b256056ca.jpg
                                                            [file_size] => 1021448
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa Cantagua_5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-04 14:54:30
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:45:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 156
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 7
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570aa7867503.jpg
                                                            [file_size] => 196256
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Elevaciones_-Cantagua.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:43:52
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:45:58
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [7] => Array
                                                        (
                                                            [id] => 157
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 8
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570aa78e0070.jpg
                                                            [file_size] => 147626
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Elevaciones-1_-Cantagua.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:43:52
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:46:02
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [8] => Array
                                                        (
                                                            [id] => 158
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 9
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570aa796d760.jpg
                                                            [file_size] => 159805
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Plantas_Cantagua.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:43:53
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:46:04
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [9] => Array
                                                        (
                                                            [id] => 22
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 10
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547b2577a88a.jpg
                                                            [file_size] => 319210
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 650
                                                            [image_height] => 700
                                                            [original_name] => Casa Cantagua Plano 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano_portada
                                                            [timestamp_add] => 2015-05-04 14:54:31
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:45:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [10] => Array
                                                        (
                                                            [id] => 20
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 11
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547b256bb0b7.jpg
                                                            [file_size] => 655587
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Cantagua Pl 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-04 14:54:30
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:45:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [11] => Array
                                                        (
                                                            [id] => 21
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 12
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547b257217ee.jpg
                                                            [file_size] => 648538
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Cantagua Pl 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-04 14:54:31
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:45:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [12] => Array
                                                        (
                                                            [id] => 23
                                                            [record_id] => 2
                                                            [status] => 1
                                                            [weight] => 13
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5547b257d345a.jpg
                                                            [file_size] => 738053
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Cantagua Pl 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-04 14:54:31
                                                            [user_add] => 1
                                                            [ip_add] => 192.168.0.241
                                                            [timestamp_upd] => 2015-06-04 16:45:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [3] => Array
                        (
                            [id] => 3
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 12
                            [date] => 2015-05-05
                            [title] => Casa CSR
                            [summary] => 
                            [content] => <p>Nombre Proyecto Casa CSR<br /><br /> Ubicación Los Trapenses, Lo Barnechea , RM <br /><br /> Superficie 480 m2 <br /><br /> Año 2012<br /><br /> Equipo David Bedodo + Juan Pablo Papic + Luis Hernández</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 10:39:39
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:02:01
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 3
                                    [post_id] => 3
                                    [record_id] => 3
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 10:39:39
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 3
                                            [status] => 1
                                            [type] => 
                                            [name] => Casa CSR
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 10:39:39
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 
                                            [user_upd] => 
                                            [ip_upd] => 
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 27
                                                            [record_id] => 3
                                                            [status] => 1
                                                            [weight] => 1
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c83be1ac4.jpg
                                                            [file_size] => 781729
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa CSR_4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 10:40:11
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:47:23
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 24
                                                            [record_id] => 3
                                                            [status] => 1
                                                            [weight] => 2
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c83aa2542.jpg
                                                            [file_size] => 805798
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa CSR.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 10:40:10
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:47:23
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 25
                                                            [record_id] => 3
                                                            [status] => 1
                                                            [weight] => 3
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c83b147a5.jpg
                                                            [file_size] => 743396
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa CSR_1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 10:40:11
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:47:23
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 26
                                                            [record_id] => 3
                                                            [status] => 1
                                                            [weight] => 4
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c83b7b3d8.jpg
                                                            [file_size] => 807566
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa CSR_3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 10:40:11
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:47:23
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 159
                                                            [record_id] => 3
                                                            [status] => 1
                                                            [weight] => 5
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570ab2f8b47a.jpg
                                                            [file_size] => 188138
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Corte_CSR.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:46:55
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:47:32
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 160
                                                            [record_id] => 3
                                                            [status] => 1
                                                            [weight] => 6
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570ab300f9ec.jpg
                                                            [file_size] => 105035
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Corte-1_CSR.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:46:56
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:47:39
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 161
                                                            [record_id] => 3
                                                            [status] => 1
                                                            [weight] => 7
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570ab308acf5.jpg
                                                            [file_size] => 239004
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Planta-CSR.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:46:56
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:47:46
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [7] => Array
                                                        (
                                                            [id] => 28
                                                            [record_id] => 3
                                                            [status] => 1
                                                            [weight] => 8
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c83c4ae1e.jpg
                                                            [file_size] => 71722
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa CSR Pl 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 10:40:12
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:47:24
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [8] => Array
                                                        (
                                                            [id] => 29
                                                            [record_id] => 3
                                                            [status] => 1
                                                            [weight] => 9
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c83ca9f9d.jpg
                                                            [file_size] => 62314
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa CSR Pl 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 10:40:12
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:47:24
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [9] => Array
                                                        (
                                                            [id] => 30
                                                            [record_id] => 3
                                                            [status] => 1
                                                            [weight] => 10
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c83d129f1.jpg
                                                            [file_size] => 77114
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa CSR Pl 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 10:40:13
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:47:24
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [10] => Array
                                                        (
                                                            [id] => 31
                                                            [record_id] => 3
                                                            [status] => 1
                                                            [weight] => 11
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c83d6f73d.jpg
                                                            [file_size] => 73414
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa CSR Pl 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 10:40:13
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:47:24
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [11] => Array
                                                        (
                                                            [id] => 32
                                                            [record_id] => 3
                                                            [status] => 1
                                                            [weight] => 12
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c83dce855.jpg
                                                            [file_size] => 257151
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 650
                                                            [image_height] => 700
                                                            [original_name] => Casa CSR Plano 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano_portada
                                                            [timestamp_add] => 2015-05-05 10:40:13
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:47:24
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [4] => Array
                        (
                            [id] => 8
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 11
                            [date] => 2015-05-05
                            [title] => Casa Los Bosques
                            [summary] => 
                            [content] => <p>Casa Piedra Roja<br /><br />Proyecto Casa Los Bosques <br /><br /> Ubicación Piedra Roja, Chicureo, RM<br /><br />Superficie 320 m2 <br /><br />2008 <br /><br />Eduardo González + David Bedodo + Andrés Pinto</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:37:49
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:05:02
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 8
                                    [post_id] => 8
                                    [record_id] => 8
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 11:37:49
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 8
                                            [status] => 1
                                            [type] => 
                                            [name] => Casa Los Bosques
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 11:37:49
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 
                                            [user_upd] => 
                                            [ip_upd] => 
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 72
                                                            [record_id] => 8
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d5d28059f.jpg
                                                            [file_size] => 706332
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Bosques_0.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:38:10
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:38:25
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 73
                                                            [record_id] => 8
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d5d2ed1da.jpg
                                                            [file_size] => 565115
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Bosques_1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:38:10
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:38:29
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 74
                                                            [record_id] => 8
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d5d35b0b2.jpg
                                                            [file_size] => 807120
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Bosques_2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:38:11
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:38:32
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 75
                                                            [record_id] => 8
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d5d3bcb25.jpg
                                                            [file_size] => 593976
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Bosques_3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:38:11
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:38:37
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 76
                                                            [record_id] => 8
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d5d42a4b3.jpg
                                                            [file_size] => 700970
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Bosques_4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:38:12
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:38:42
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 77
                                                            [record_id] => 8
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d5d48aaeb.jpg
                                                            [file_size] => 319317
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 650
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Bosques PL 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano_portada
                                                            [timestamp_add] => 2015-05-05 11:38:12
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:38:46
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 78
                                                            [record_id] => 8
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d5d4ea06b.jpg
                                                            [file_size] => 73206
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Los Bosques PL 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:38:12
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:38:50
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [7] => Array
                                                        (
                                                            [id] => 79
                                                            [record_id] => 8
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d5d558ba4.jpg
                                                            [file_size] => 73159
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Los Bosques PL 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:38:13
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:38:54
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [8] => Array
                                                        (
                                                            [id] => 80
                                                            [record_id] => 8
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d5d5b9437.jpg
                                                            [file_size] => 77598
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Los Bosques PL 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:38:13
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:38:58
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [9] => Array
                                                        (
                                                            [id] => 81
                                                            [record_id] => 8
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d5d623a8a.jpg
                                                            [file_size] => 69564
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Los Bosques PL 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:38:14
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:39:06
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [5] => Array
                        (
                            [id] => 11
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 10
                            [date] => 2015-05-05
                            [title] => Casa RGF
                            [summary] => 
                            [content] => <p>Casa RGF<br /><br /> La Brisas de Chicureo, Chicureo , RM <br /> <br /> 500 m2<br /> <br /> 2014<br /> <br /> David Bedodo + Daniel Castillo + Augusto Merino + Luis Hernández</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:02:59
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:07:25
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 11
                                    [post_id] => 11
                                    [record_id] => 11
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 12:02:59
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 11
                                            [status] => 1
                                            [type] => 
                                            [name] => Casa RGF
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 12:02:59
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-05 12:04:57
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.83
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 104
                                                            [record_id] => 11
                                                            [status] => 1
                                                            [weight] => 1
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548dbb31852c.jpg
                                                            [file_size] => 519737
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa RGF 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:03:15
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:54:15
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 105
                                                            [record_id] => 11
                                                            [status] => 1
                                                            [weight] => 2
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548dbb37f0e5.jpg
                                                            [file_size] => 425616
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa RGF 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:03:15
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:54:15
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 106
                                                            [record_id] => 11
                                                            [status] => 1
                                                            [weight] => 3
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548dbb3df7d9.jpg
                                                            [file_size] => 411442
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa RGF 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:03:15
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:54:15
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 107
                                                            [record_id] => 11
                                                            [status] => 1
                                                            [weight] => 4
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548dbb450e8a.jpg
                                                            [file_size] => 541641
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa RGF 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:03:16
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:54:15
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 108
                                                            [record_id] => 11
                                                            [status] => 1
                                                            [weight] => 5
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548dbb4b3209.jpg
                                                            [file_size] => 466618
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa RGF 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:03:16
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:54:15
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 109
                                                            [record_id] => 11
                                                            [status] => 1
                                                            [weight] => 6
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548dbb51eb36.jpg
                                                            [file_size] => 444126
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa RGF 6.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:03:17
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:54:15
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 172
                                                            [record_id] => 11
                                                            [status] => 1
                                                            [weight] => 7
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570acd5302b0.jpg
                                                            [file_size] => 166888
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Elevacion_Casa-RGF.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:53:57
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:54:19
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [7] => Array
                                                        (
                                                            [id] => 173
                                                            [record_id] => 11
                                                            [status] => 1
                                                            [weight] => 8
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570acd5a82c3.jpg
                                                            [file_size] => 170928
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Elevacion-1_Casa-RGF.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:53:57
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:54:22
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [8] => Array
                                                        (
                                                            [id] => 174
                                                            [record_id] => 11
                                                            [status] => 1
                                                            [weight] => 9
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570acd6243a1.jpg
                                                            [file_size] => 186461
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Planta_Casa-RGF.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:53:58
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:54:25
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [9] => Array
                                                        (
                                                            [id] => 110
                                                            [record_id] => 11
                                                            [status] => 1
                                                            [weight] => 10
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548dbb57ef46.jpg
                                                            [file_size] => 268837
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 650
                                                            [image_height] => 700
                                                            [original_name] => Casa RGB PL 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano_portada
                                                            [timestamp_add] => 2015-05-05 12:03:17
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:54:16
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [10] => Array
                                                        (
                                                            [id] => 112
                                                            [record_id] => 11
                                                            [status] => 1
                                                            [weight] => 11
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548dbb645e0d.jpg
                                                            [file_size] => 99485
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa RGB PL 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 12:03:18
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:54:16
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [11] => Array
                                                        (
                                                            [id] => 113
                                                            [record_id] => 11
                                                            [status] => 1
                                                            [weight] => 12
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548dbb6a410a.jpg
                                                            [file_size] => 98417
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa RGB PL 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 12:03:18
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:54:16
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [6] => Array
                        (
                            [id] => 6
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 9
                            [date] => 2015-05-05
                            [title] => Casa Fuenzalida
                            [summary] => 
                            [content] => <p>Casa Fuenzalida<br /><br /> La Brisas de Chicureo, Chicureo , RM <br /> <br /> 380 m2<br /> <br /> 2014 <br /><br />David Bedodo + Francisca Silva + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:17:21
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:10:30
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 6
                                    [post_id] => 6
                                    [record_id] => 6
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 11:17:21
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 6
                                            [status] => 1
                                            [type] => 
                                            [name] => Casa Fuenzalida
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 11:17:21
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-05-05 11:21:16
                                            [user_upd] => 4
                                            [ip_upd] => 192.168.0.83
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 52
                                                            [record_id] => 6
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d11015185.jpg
                                                            [file_size] => 661204
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Fuenzalida 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:17:52
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:18:11
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 53
                                                            [record_id] => 6
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d11077b3e.jpg
                                                            [file_size] => 715227
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Fuenzalida 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:17:52
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:21:11
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 54
                                                            [record_id] => 6
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d110d74ed.jpg
                                                            [file_size] => 649786
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Fuenzalida 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:17:52
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:18:18
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 55
                                                            [record_id] => 6
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d11145409.jpg
                                                            [file_size] => 739573
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Fuenzalida 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:17:53
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:18:22
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 56
                                                            [record_id] => 6
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d111a4956.jpg
                                                            [file_size] => 490102
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Fuenzalida 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:17:53
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:18:26
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 57
                                                            [record_id] => 6
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d1120dbf9.jpg
                                                            [file_size] => 752658
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Fuenzalida 6.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:17:54
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:18:30
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 58
                                                            [record_id] => 6
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d1126d2e9.jpg
                                                            [file_size] => 505385
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Fuenzalida 7.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:17:54
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:18:34
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [7] => Array
                        (
                            [id] => 9
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 8
                            [date] => 2015-05-05
                            [title] => Casa Los Trapenses
                            [summary] => 
                            [content] => <p>Los Trapences<br /><br /> Los Trapenses, Lo Barnechea , RM<br /> <br /> 380 m2<br /> <br /> 2014 <br /> <br />Eduardo González + David Bedodo + Carolina Zuñiga</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:40:32
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:11:35
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 9
                                    [post_id] => 9
                                    [record_id] => 9
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 11:40:32
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 9
                                            [status] => 1
                                            [type] => 
                                            [name] => Casa Los Trapenses
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 11:40:32
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 
                                            [user_upd] => 
                                            [ip_upd] => 
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 82
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 1
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d67644c64.jpg
                                                            [file_size] => 651467
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Trapenses_0.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:40:54
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:53:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 83
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 2
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d676a7dcd.jpg
                                                            [file_size] => 763888
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Trapenses_2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:40:54
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:53:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 84
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 3
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d6771601c.jpg
                                                            [file_size] => 846501
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Trapenses_3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:40:55
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:53:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 85
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 4
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d6777e8b3.jpg
                                                            [file_size] => 918487
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Trapenses_4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:40:55
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:53:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 86
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 5
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d677e7198.jpg
                                                            [file_size] => 1077010
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Trapenses_5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:40:55
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:53:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 87
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 6
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d678548f8.jpg
                                                            [file_size] => 701311
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Trapenses_6.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => 
                                                            [timestamp_add] => 2015-05-05 11:40:56
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:53:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 88
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 7
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d678b7481.jpg
                                                            [file_size] => 1086686
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Los Trapenses_7.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => 
                                                            [timestamp_add] => 2015-05-05 11:40:56
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:53:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [7] => Array
                                                        (
                                                            [id] => 170
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 8
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570ac9b800d9.jpg
                                                            [file_size] => 190663
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Elevaciones_CasaLos-Trapenses.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:52:59
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:53:23
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [8] => Array
                                                        (
                                                            [id] => 171
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 9
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570ac9c06e2d.jpg
                                                            [file_size] => 133921
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Planta_-CasaLos-Trapenses.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:53:00
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:53:27
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [9] => Array
                                                        (
                                                            [id] => 89
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 10
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d679226ec.jpg
                                                            [file_size] => 343197
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 650
                                                            [image_height] => 700
                                                            [original_name] => Casa Los Trapenses PL 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano_portada
                                                            [timestamp_add] => 2015-05-05 11:40:57
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:53:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [10] => Array
                                                        (
                                                            [id] => 90
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 11
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d6797f9d6.jpg
                                                            [file_size] => 68163
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Los Trapenses PL 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:40:57
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:53:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [11] => Array
                                                        (
                                                            [id] => 91
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 12
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d679dc762.jpg
                                                            [file_size] => 51140
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Los Trapenses PL 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:40:57
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:53:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [12] => Array
                                                        (
                                                            [id] => 92
                                                            [record_id] => 9
                                                            [status] => 1
                                                            [weight] => 13
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d67a46d5f.jpg
                                                            [file_size] => 66795
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Los Trapenses PL 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:40:58
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:53:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [8] => Array
                        (
                            [id] => 4
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 7
                            [date] => 2015-05-05
                            [title] => Casa Di Battista
                            [summary] => 
                            [content] => <p>Casa Di Battista<br /><br />Proyecto Casa Di Battista <br /> <br />La Brisas de Chicureo, Chicureo , RM <br /> <br /> 480 m2 <br /><br />2014 <br /><br />David Bedodo + Francisca Silva + Augusto Merino + Luis Hernández</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 10:46:05
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:24:08
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 4
                                    [post_id] => 4
                                    [record_id] => 4
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 10:46:05
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 4
                                            [status] => 1
                                            [type] => 
                                            [name] => Casa Di Battista
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 10:46:05
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 2015-06-09 18:21:23
                                            [user_upd] => 4
                                            [ip_upd] => 190.46.146.212
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 179
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 557758645aadc.jpg
                                                            [file_size] => 595850
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Di Battista 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-09 18:19:32
                                                            [user_add] => 4
                                                            [ip_add] => 190.46.146.212
                                                            [timestamp_upd] => 2015-06-09 18:22:22
                                                            [user_upd] => 4
                                                            [ip_upd] => 190.46.146.212
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 180
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 557758684636a.jpg
                                                            [file_size] => 458401
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Di Battista 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-09 18:19:36
                                                            [user_add] => 4
                                                            [ip_add] => 190.46.146.212
                                                            [timestamp_upd] => 2015-06-09 18:22:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 190.46.146.212
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 181
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5577586c8bf18.jpg
                                                            [file_size] => 532881
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Di Battista 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-09 18:19:40
                                                            [user_add] => 4
                                                            [ip_add] => 190.46.146.212
                                                            [timestamp_upd] => 2015-06-09 18:22:29
                                                            [user_upd] => 4
                                                            [ip_upd] => 190.46.146.212
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 182
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5577587012b12.jpg
                                                            [file_size] => 368270
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa-Di-Battista 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-09 18:19:44
                                                            [user_add] => 4
                                                            [ip_add] => 190.46.146.212
                                                            [timestamp_upd] => 2015-06-09 18:23:55
                                                            [user_upd] => 4
                                                            [ip_upd] => 190.46.146.212
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 183
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5577587503231.jpg
                                                            [file_size] => 612145
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Di Battista 0.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-09 18:19:49
                                                            [user_add] => 4
                                                            [ip_add] => 190.46.146.212
                                                            [timestamp_upd] => 2015-06-09 18:24:00
                                                            [user_upd] => 4
                                                            [ip_upd] => 190.46.146.212
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 184
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5577587a7dc7a.jpg
                                                            [file_size] => 641142
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Di Battista 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-09 18:19:54
                                                            [user_add] => 4
                                                            [ip_add] => 190.46.146.212
                                                            [timestamp_upd] => 2015-06-09 18:40:07
                                                            [user_upd] => 4
                                                            [ip_upd] => 190.46.146.212
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 185
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5577587fe480f.jpg
                                                            [file_size] => 658469
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Di Battista 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-09 18:19:59
                                                            [user_add] => 4
                                                            [ip_add] => 190.46.146.212
                                                            [timestamp_upd] => 2015-06-09 18:39:59
                                                            [user_upd] => 4
                                                            [ip_upd] => 190.46.146.212
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [7] => Array
                                                        (
                                                            [id] => 186
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 55775884c7a2f.jpg
                                                            [file_size] => 603528
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Di Battista 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-09 18:20:04
                                                            [user_add] => 4
                                                            [ip_add] => 190.46.146.212
                                                            [timestamp_upd] => 2015-06-09 18:39:53
                                                            [user_upd] => 4
                                                            [ip_upd] => 190.46.146.212
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [8] => Array
                                                        (
                                                            [id] => 187
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 55775889535a8.jpg
                                                            [file_size] => 527427
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Di Battista 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-09 18:20:09
                                                            [user_add] => 4
                                                            [ip_add] => 190.46.146.212
                                                            [timestamp_upd] => 2015-06-09 18:39:48
                                                            [user_upd] => 4
                                                            [ip_upd] => 190.46.146.212
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [9] => Array
                                                        (
                                                            [id] => 188
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5577588ecfb87.jpg
                                                            [file_size] => 699872
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Di Battista 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-09 18:20:14
                                                            [user_add] => 4
                                                            [ip_add] => 190.46.146.212
                                                            [timestamp_upd] => 2015-06-09 18:39:42
                                                            [user_upd] => 4
                                                            [ip_upd] => 190.46.146.212
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [10] => Array
                                                        (
                                                            [id] => 189
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 55775893e2e8b.jpg
                                                            [file_size] => 623748
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Di Battista 6.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-09 18:20:19
                                                            [user_add] => 4
                                                            [ip_add] => 190.46.146.212
                                                            [timestamp_upd] => 2015-06-09 18:39:35
                                                            [user_upd] => 4
                                                            [ip_upd] => 190.46.146.212
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [11] => Array
                                                        (
                                                            [id] => 162
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 6
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570abae19789.jpg
                                                            [file_size] => 119137
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Elevacion-1-Di-Battista.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:49:02
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:49:38
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [12] => Array
                                                        (
                                                            [id] => 163
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 7
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570abae8118d.jpg
                                                            [file_size] => 164139
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Elevacion-Di-Battista.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:49:02
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:49:45
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [13] => Array
                                                        (
                                                            [id] => 164
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 8
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570abaee75db.jpg
                                                            [file_size] => 132675
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Planta-Di-Battista.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:49:02
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:49:51
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [14] => Array
                                                        (
                                                            [id] => 38
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 9
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c9cde9e8f.jpg
                                                            [file_size] => 299436
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 650
                                                            [image_height] => 700
                                                            [original_name] => Casa di Battista PL 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano_portada
                                                            [timestamp_add] => 2015-05-05 10:46:53
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:49:32
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [15] => Array
                                                        (
                                                            [id] => 39
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 10
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c9ce63289.jpg
                                                            [file_size] => 119935
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa di Battista PL 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 10:46:54
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:49:32
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [16] => Array
                                                        (
                                                            [id] => 40
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 11
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c9cec3408.jpg
                                                            [file_size] => 79155
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa di Battista PL 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 10:46:54
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:49:32
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [17] => Array
                                                        (
                                                            [id] => 41
                                                            [record_id] => 4
                                                            [status] => 1
                                                            [weight] => 12
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548c9cf2f3e3.jpg
                                                            [file_size] => 73679
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa di Battista PL 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 10:46:55
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:49:32
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [9] => Array
                        (
                            [id] => 10
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 6
                            [date] => 2015-05-05
                            [title] => Casa Silva
                            [summary] => 
                            [content] => <p>Proyecto Casa Silva-San Juan <br /><br /> La Brisas de Chicureo, Chicureo , RM <br /> <br /> 360 m2<br /> <br /> 2014<br /> <br />David Bedodo + Francisca Silva + Augusto Merino + Luis Hernández</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:43:54
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:26:21
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 10
                                    [post_id] => 10
                                    [record_id] => 10
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 11:43:54
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 10
                                            [status] => 1
                                            [type] => 
                                            [name] => Casa Silva
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 11:43:54
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 
                                            [user_upd] => 
                                            [ip_upd] => 
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 93
                                                            [record_id] => 10
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d73bcc86d.jpg
                                                            [file_size] => 672281
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Silva 0.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:44:11
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:44:31
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 94
                                                            [record_id] => 10
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d73c3c466.jpg
                                                            [file_size] => 364897
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Silva 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:44:12
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:44:36
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 95
                                                            [record_id] => 10
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d73ca6149.jpg
                                                            [file_size] => 713480
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Silva 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:44:12
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:44:39
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 96
                                                            [record_id] => 10
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d73d1c77b.jpg
                                                            [file_size] => 677407
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Silva 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:44:13
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:44:43
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 97
                                                            [record_id] => 10
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d73d7fad8.jpg
                                                            [file_size] => 651460
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Silva 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:44:13
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:44:47
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 98
                                                            [record_id] => 10
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d73de6888.jpg
                                                            [file_size] => 526554
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Silva 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:44:13
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:44:50
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 99
                                                            [record_id] => 10
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d73e543fb.jpg
                                                            [file_size] => 475972
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Silva 6.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:44:14
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:44:54
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [7] => Array
                                                        (
                                                            [id] => 100
                                                            [record_id] => 10
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d73eb6724.jpg
                                                            [file_size] => 447775
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Silva 7.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:44:14
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:45:04
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [8] => Array
                                                        (
                                                            [id] => 101
                                                            [record_id] => 10
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d73f256eb.jpg
                                                            [file_size] => 604414
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Casa Silva 8.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:44:15
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:45:08
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [9] => Array
                                                        (
                                                            [id] => 102
                                                            [record_id] => 10
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d73f83212.jpg
                                                            [file_size] => 91551
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Silva PL 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:44:15
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:45:12
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [10] => Array
                                                        (
                                                            [id] => 103
                                                            [record_id] => 10
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d73fe5dbc.jpg
                                                            [file_size] => 95137
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa Silva PL 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:44:15
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 11:45:15
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [10] => Array
                        (
                            [id] => 15
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 5
                            [date] => 2015-05-05
                            [title] => Edificio ACBL
                            [summary] => 
                            [content] => <p>Proyecto Edificio Oficinas ACLB<br /><br /> La Brisas de Chicureo, Chicureo , RM<br /> <br /> 3000 m2<br /> <br /> 2006<br /> <br /> Eduardo González + David Bedodo + Carolina Zuñiga + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:26:45
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:33:24
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 15
                                    [post_id] => 15
                                    [record_id] => 15
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 12:26:45
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 15
                                            [status] => 1
                                            [type] => 
                                            [name] => Edificio ACBL
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 12:26:45
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 
                                            [user_upd] => 
                                            [ip_upd] => 
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 140
                                                            [record_id] => 15
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e1424a40c.jpg
                                                            [file_size] => 420816
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Edificio ACBL 0.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:26:58
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:27:35
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 141
                                                            [record_id] => 15
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e142ae816.jpg
                                                            [file_size] => 408363
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Edificio ACBL 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:26:58
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:27:38
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 142
                                                            [record_id] => 15
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e1431946e.jpg
                                                            [file_size] => 319043
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Edificio ACBL 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:26:59
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:27:43
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 143
                                                            [record_id] => 15
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e143798ec.jpg
                                                            [file_size] => 344139
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Edificio ACBL 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:26:59
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:27:47
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 144
                                                            [record_id] => 15
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e143dac27.jpg
                                                            [file_size] => 350724
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Edificio ACBL 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:26:59
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:27:50
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [11] => Array
                        (
                            [id] => 13
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 4
                            [date] => 2015-05-05
                            [title] => Concurso Parque Peñalolen
                            [summary] => 
                            [content] => <p>Proyecto Concurso Parque Peñalolen<br /><br />Peñalolen <br /> <br /> 2005<br /> <br />Eduardo González + David Bedodo + Carolina Zuñiga</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:16:06
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:36:03
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 13
                                    [post_id] => 13
                                    [record_id] => 13
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 12:16:06
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 13
                                            [status] => 1
                                            [type] => 
                                            [name] => Concurso Parque Peñalolen
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 12:16:06
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 
                                            [user_upd] => 
                                            [ip_upd] => 
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 127
                                                            [record_id] => 13
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548dec9350d7.jpg
                                                            [file_size] => 377818
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Parque Peñalolen 0.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano_portada
                                                            [timestamp_add] => 2015-05-05 12:16:25
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:18:57
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 128
                                                            [record_id] => 13
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548dec99ba17.jpg
                                                            [file_size] => 876833
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Parque Peñalolen 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:16:25
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:19:01
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 129
                                                            [record_id] => 13
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548deca06382.jpg
                                                            [file_size] => 344699
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Parque Peñalolen 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:16:26
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:19:07
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 130
                                                            [record_id] => 13
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548deca68c4e.jpg
                                                            [file_size] => 314857
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Parque Peñalolen 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:16:26
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:19:11
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 131
                                                            [record_id] => 13
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548decacafbb.jpg
                                                            [file_size] => 441345
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Parque Peñalolen 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:16:26
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:19:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 132
                                                            [record_id] => 13
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548decb393e9.jpg
                                                            [file_size] => 200020
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Parque Peñalolen 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:16:27
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:19:23
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [12] => Array
                        (
                            [id] => 14
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 3
                            [date] => 2015-05-05
                            [title] => Condominio Costanera
                            [summary] => 
                            [content] => <p>Proyecto Condominio Costanera <br /><br />Lo Barnechea, RM <br /> <br /> 250 m2 <br /> <br /> 2011<br /><br /> Eduardo González + David Bedodo + Gabriela Aparicio + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:23:05
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:40:08
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 14
                                    [post_id] => 14
                                    [record_id] => 14
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 12:23:05
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 14
                                            [status] => 1
                                            [type] => 
                                            [name] => Condominio Costanera
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 12:23:05
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 
                                            [user_upd] => 
                                            [ip_upd] => 
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 133
                                                            [record_id] => 14
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e071041f9.jpg
                                                            [file_size] => 330877
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Condominio Costanera 0.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:23:29
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:24:36
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 134
                                                            [record_id] => 14
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e0716575e.jpg
                                                            [file_size] => 414759
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Condominio Costanera 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:23:29
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:24:40
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 135
                                                            [record_id] => 14
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e071c792a.jpg
                                                            [file_size] => 311976
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Condominio Costanera 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => 
                                                            [timestamp_add] => 2015-05-05 12:23:29
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 
                                                            [user_upd] => 
                                                            [ip_upd] => 
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 136
                                                            [record_id] => 14
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e0723308e.jpg
                                                            [file_size] => 127426
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 650
                                                            [image_height] => 700
                                                            [original_name] => Condominio Costanera PL 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano_portada
                                                            [timestamp_add] => 2015-05-05 12:23:30
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:24:31
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 137
                                                            [record_id] => 14
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e07293763.jpg
                                                            [file_size] => 74837
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Condominio Costanera PL 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 12:23:30
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-08 16:41:21
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 138
                                                            [record_id] => 14
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e072f0877.jpg
                                                            [file_size] => 70703
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Condominio Costanera PL 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 12:23:30
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-08 16:41:08
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 139
                                                            [record_id] => 14
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e073615e9.jpg
                                                            [file_size] => 51793
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Condominio Costanera PL 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 12:23:31
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-08 16:41:01
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [13] => Array
                        (
                            [id] => 7
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 2
                            [date] => 2015-05-05
                            [title] => Casa K
                            [summary] => 
                            [content] => <p>Casa K<br /><br /> Chicureo <br /> <br /> 300 m2<br /> <br /> 2007<br /><br /> Eduardo González + David Bedodo + Andrés Pinto + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:29:18
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:41:10
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 7
                                    [post_id] => 7
                                    [record_id] => 7
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 11:29:18
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 7
                                            [status] => 1
                                            [type] => 
                                            [name] => Casa K
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 11:29:18
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 
                                            [user_upd] => 
                                            [ip_upd] => 
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 59
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 1
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3d568769.jpg
                                                            [file_size] => 573664
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa K_0.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:29:41
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 60
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 2
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3d5d070f.jpg
                                                            [file_size] => 618552
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa K_1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:29:41
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 61
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 3
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3d63f354.jpg
                                                            [file_size] => 738437
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa K_2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:29:42
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 62
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 4
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3d6a3a0b.jpg
                                                            [file_size] => 677615
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa K_3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:29:42
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 63
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 5
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3d712de7.jpg
                                                            [file_size] => 556663
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa K_4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:29:43
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 64
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 6
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3d77731e.jpg
                                                            [file_size] => 687312
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa K_5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:29:43
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 65
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 7
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3d7d9e2e.jpg
                                                            [file_size] => 702993
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1124
                                                            [image_height] => 750
                                                            [original_name] => Casa K_6.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 11:29:43
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [7] => Array
                                                        (
                                                            [id] => 167
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 8
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570ac57470ae.jpg
                                                            [file_size] => 73958
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Elevacion_Casa-K.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:51:51
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:52:17
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [8] => Array
                                                        (
                                                            [id] => 168
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 9
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570ac57d9661.jpg
                                                            [file_size] => 59486
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Elevacion-1_Casa-K.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:51:51
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:52:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [9] => Array
                                                        (
                                                            [id] => 169
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 10
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5570ac5869ed9.jpg
                                                            [file_size] => 162016
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Plantas_Casa-K.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-06-04 16:51:52
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.102
                                                            [timestamp_upd] => 2015-06-04 16:52:29
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [10] => Array
                                                        (
                                                            [id] => 66
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 11
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3d84a6da.jpg
                                                            [file_size] => 155275
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 650
                                                            [image_height] => 700
                                                            [original_name] => Casa K PL 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano_portada
                                                            [timestamp_add] => 2015-05-05 11:29:44
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [11] => Array
                                                        (
                                                            [id] => 67
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 12
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3d8a8656.jpg
                                                            [file_size] => 55285
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa K PL 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:29:44
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [12] => Array
                                                        (
                                                            [id] => 68
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 13
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3d912052.jpg
                                                            [file_size] => 48604
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa K PL 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:29:45
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [13] => Array
                                                        (
                                                            [id] => 69
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 14
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3d96efc8.jpg
                                                            [file_size] => 51808
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa K PL 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:29:45
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [14] => Array
                                                        (
                                                            [id] => 70
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 15
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3d9cd1d4.jpg
                                                            [file_size] => 53854
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa K PL 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:29:45
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [15] => Array
                                                        (
                                                            [id] => 71
                                                            [record_id] => 7
                                                            [status] => 1
                                                            [weight] => 16
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548d3da387cf.jpg
                                                            [file_size] => 50322
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Casa K PL 6.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 11:29:46
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-06-04 16:52:13
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                    [14] => Array
                        (
                            [id] => 16
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 1
                            [date] => 2015-05-05
                            [title] => Prototipo Vivienda Unifamiliar
                            [summary] => 
                            [content] => <p>Proyecto Prototipo Vivienda Unifamiliar<br /><br /> 100 m2<br /><br />2010<br /><br /> David Bedodo + Daniela Larrea</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:29:53
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:42:46
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                            [category] => Array
                                (
                                    [id] => 1
                                    [category_post_id] => 0
                                    [status] => 1
                                    [weight] => 0
                                    [type] => 0
                                    [name] => Proyectos
                                    [title] => Proyectos
                                    [subtitle] => 
                                    [code] => proyectos
                                    [friendly_url] => proyectos
                                    [is_visible] => 1
                                    [page_limit] => 0
                                    [description] => 
                                    [template] => projects
                                    [content] => 
                                    [allow_send_post] => 0
                                    [css_box] => 
                                    [meta_keywords] => 
                                    [meta_description] => 
                                    [timestamp_add] => 2015-05-04 12:28:06
                                    [user_add] => 1
                                    [ip_add] => 192.168.0.241
                                    [timestamp_upd] => 2015-05-04 13:03:36
                                    [user_upd] => 1
                                    [ip_upd] => 192.168.0.241
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [parent_category] => 
                                )

                            [cover_image] => 
                            [gallery_module] => Array
                                (
                                    [id] => 16
                                    [post_id] => 16
                                    [record_id] => 16
                                    [type_id] => 1
                                    [status] => 1
                                    [value] => 
                                    [timestamp_add] => 2015-05-05 12:29:53
                                    [user_add] => 4
                                    [ip_add] => 192.168.0.83
                                    [timestamp_upd] => 
                                    [user_upd] => 
                                    [ip_upd] => 
                                    [timestamp_del] => 
                                    [user_del] => 
                                    [ip_del] => 
                                    [gallery] => Array
                                        (
                                            [id] => 16
                                            [status] => 1
                                            [type] => 
                                            [name] => Prototipo Vivienda Unifamiliar
                                            [code] => 
                                            [is_visible] => 1
                                            [timestamp_add] => 2015-05-05 12:29:53
                                            [user_add] => 4
                                            [ip_add] => 192.168.0.83
                                            [timestamp_upd] => 
                                            [user_upd] => 
                                            [ip_upd] => 
                                            [timestamp_del] => 
                                            [user_del] => 
                                            [ip_del] => 
                                            [attachments] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [id] => 145
                                                            [record_id] => 16
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e20838201.jpg
                                                            [file_size] => 447619
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Prototipo Vivienda Unifamiliar 0.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:30:16
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:30:36
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [1] => Array
                                                        (
                                                            [id] => 146
                                                            [record_id] => 16
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e2089f6f7.jpg
                                                            [file_size] => 351809
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Prototipo Vivienda Unifamiliar 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:30:16
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:30:39
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [2] => Array
                                                        (
                                                            [id] => 147
                                                            [record_id] => 16
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e2090c4a5.jpg
                                                            [file_size] => 335759
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Prototipo Vivienda Unifamiliar 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:30:17
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:31:10
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [3] => Array
                                                        (
                                                            [id] => 148
                                                            [record_id] => 16
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e2096d613.jpg
                                                            [file_size] => 194605
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Prototipo Vivienda Unifamiliar 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:30:17
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:30:45
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [4] => Array
                                                        (
                                                            [id] => 149
                                                            [record_id] => 16
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e209cf1d2.jpg
                                                            [file_size] => 234151
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 1224
                                                            [image_height] => 750
                                                            [original_name] => Prototipo Vivienda Unifamiliar 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => imagen
                                                            [timestamp_add] => 2015-05-05 12:30:17
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:30:49
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [5] => Array
                                                        (
                                                            [id] => 150
                                                            [record_id] => 16
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e20a3b4aa.jpg
                                                            [file_size] => 105794
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 650
                                                            [image_height] => 700
                                                            [original_name] => Prototipo Vivienda Unifamiliar PL 1.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano_portada
                                                            [timestamp_add] => 2015-05-05 12:30:18
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:30:32
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [6] => Array
                                                        (
                                                            [id] => 151
                                                            [record_id] => 16
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e20a9a4f5.jpg
                                                            [file_size] => 50148
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Prototipo Vivienda Unifamiliar PL 2.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 12:30:18
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-08 16:46:20
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.102
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [7] => Array
                                                        (
                                                            [id] => 152
                                                            [record_id] => 16
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e20b0900c.jpg
                                                            [file_size] => 53913
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Prototipo Vivienda Unifamiliar PL 3.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 12:30:19
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:30:58
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [8] => Array
                                                        (
                                                            [id] => 153
                                                            [record_id] => 16
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e20b674ff.jpg
                                                            [file_size] => 74240
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Prototipo Vivienda Unifamiliar PL 4.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 12:30:19
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:31:01
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [9] => Array
                                                        (
                                                            [id] => 154
                                                            [record_id] => 16
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e20bc62aa.jpg
                                                            [file_size] => 54612
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Prototipo Vivienda Unifamiliar PL 5.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 12:30:19
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:31:04
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                    [10] => Array
                                                        (
                                                            [id] => 155
                                                            [record_id] => 16
                                                            [status] => 1
                                                            [weight] => 
                                                            [table_referrer] => web_mod_cms_gallery
                                                            [path] => 
                                                            [file_name] => 5548e20c33793.jpg
                                                            [file_size] => 48800
                                                            [file_ext] => jpg
                                                            [file_type] => image/jpeg
                                                            [image_width] => 540
                                                            [image_height] => 260
                                                            [original_name] => Prototipo Vivienda Unifamiliar PL 6.jpg
                                                            [title] => 
                                                            [description] => 
                                                            [tag] => plano
                                                            [timestamp_add] => 2015-05-05 12:30:20
                                                            [user_add] => 4
                                                            [ip_add] => 192.168.0.83
                                                            [timestamp_upd] => 2015-05-05 12:31:07
                                                            [user_upd] => 4
                                                            [ip_upd] => 192.168.0.83
                                                            [timestamp_del] => 
                                                            [user_del] => 
                                                            [ip_del] => 
                                                        )

                                                )

                                        )

                                )

                        )

                )

        )

)
web_mod_cms_posts_by_date
Array
(
    [0] => Array
        (
            [total] => 15
            [per_page] => 200
            [current_page] => 1
            [last_page] => 1
            [from] => 1
            [to] => 15
            [data] => Array
                (
                    [0] => Array
                        (
                            [id] => 3
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 12
                            [date] => 2015-05-05
                            [title] => Casa CSR
                            [summary] => 
                            [content] => <p>Nombre Proyecto Casa CSR<br /><br /> Ubicación Los Trapenses, Lo Barnechea , RM <br /><br /> Superficie 480 m2 <br /><br /> Año 2012<br /><br /> Equipo David Bedodo + Juan Pablo Papic + Luis Hernández</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 10:39:39
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:02:01
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [1] => Array
                        (
                            [id] => 4
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 7
                            [date] => 2015-05-05
                            [title] => Casa Di Battista
                            [summary] => 
                            [content] => <p>Casa Di Battista<br /><br />Proyecto Casa Di Battista <br /> <br />La Brisas de Chicureo, Chicureo , RM <br /> <br /> 480 m2 <br /><br />2014 <br /><br />David Bedodo + Francisca Silva + Augusto Merino + Luis Hernández</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 10:46:05
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:24:08
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [2] => Array
                        (
                            [id] => 5
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 14
                            [date] => 2015-05-05
                            [title] => Casa Farías
                            [summary] => 
                            [content] => <p>Casa Farías<br /><br /> Proyecto Casa Hacienda de Chicureo <br /> <br /> Piedra Roja, Chicureo, RM<br /> <br /> Superficie 380 m2<br /> <br />Año 2011 <br /> <br />Equipo David Bedodo + Daniela Larrea + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:10:31
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:02:01
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [3] => Array
                        (
                            [id] => 6
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 9
                            [date] => 2015-05-05
                            [title] => Casa Fuenzalida
                            [summary] => 
                            [content] => <p>Casa Fuenzalida<br /><br /> La Brisas de Chicureo, Chicureo , RM <br /> <br /> 380 m2<br /> <br /> 2014 <br /><br />David Bedodo + Francisca Silva + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:17:21
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:10:30
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [4] => Array
                        (
                            [id] => 7
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 2
                            [date] => 2015-05-05
                            [title] => Casa K
                            [summary] => 
                            [content] => <p>Casa K<br /><br /> Chicureo <br /> <br /> 300 m2<br /> <br /> 2007<br /><br /> Eduardo González + David Bedodo + Andrés Pinto + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:29:18
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:41:10
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [5] => Array
                        (
                            [id] => 8
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 11
                            [date] => 2015-05-05
                            [title] => Casa Los Bosques
                            [summary] => 
                            [content] => <p>Casa Piedra Roja<br /><br />Proyecto Casa Los Bosques <br /><br /> Ubicación Piedra Roja, Chicureo, RM<br /><br />Superficie 320 m2 <br /><br />2008 <br /><br />Eduardo González + David Bedodo + Andrés Pinto</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:37:49
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:05:02
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [6] => Array
                        (
                            [id] => 9
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 8
                            [date] => 2015-05-05
                            [title] => Casa Los Trapenses
                            [summary] => 
                            [content] => <p>Los Trapences<br /><br /> Los Trapenses, Lo Barnechea , RM<br /> <br /> 380 m2<br /> <br /> 2014 <br /> <br />Eduardo González + David Bedodo + Carolina Zuñiga</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:40:32
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:11:35
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [7] => Array
                        (
                            [id] => 10
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 6
                            [date] => 2015-05-05
                            [title] => Casa Silva
                            [summary] => 
                            [content] => <p>Proyecto Casa Silva-San Juan <br /><br /> La Brisas de Chicureo, Chicureo , RM <br /> <br /> 360 m2<br /> <br /> 2014<br /> <br />David Bedodo + Francisca Silva + Augusto Merino + Luis Hernández</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 11:43:54
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:26:21
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [8] => Array
                        (
                            [id] => 11
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 10
                            [date] => 2015-05-05
                            [title] => Casa RGF
                            [summary] => 
                            [content] => <p>Casa RGF<br /><br /> La Brisas de Chicureo, Chicureo , RM <br /> <br /> 500 m2<br /> <br /> 2014<br /> <br /> David Bedodo + Daniel Castillo + Augusto Merino + Luis Hernández</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:02:59
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:07:25
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [9] => Array
                        (
                            [id] => 13
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 4
                            [date] => 2015-05-05
                            [title] => Concurso Parque Peñalolen
                            [summary] => 
                            [content] => <p>Proyecto Concurso Parque Peñalolen<br /><br />Peñalolen <br /> <br /> 2005<br /> <br />Eduardo González + David Bedodo + Carolina Zuñiga</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:16:06
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:36:03
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [10] => Array
                        (
                            [id] => 14
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 3
                            [date] => 2015-05-05
                            [title] => Condominio Costanera
                            [summary] => 
                            [content] => <p>Proyecto Condominio Costanera <br /><br />Lo Barnechea, RM <br /> <br /> 250 m2 <br /> <br /> 2011<br /><br /> Eduardo González + David Bedodo + Gabriela Aparicio + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:23:05
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:40:08
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [11] => Array
                        (
                            [id] => 15
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 5
                            [date] => 2015-05-05
                            [title] => Edificio ACBL
                            [summary] => 
                            [content] => <p>Proyecto Edificio Oficinas ACLB<br /><br /> La Brisas de Chicureo, Chicureo , RM<br /> <br /> 3000 m2<br /> <br /> 2006<br /> <br /> Eduardo González + David Bedodo + Carolina Zuñiga + Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:26:45
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:33:24
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [12] => Array
                        (
                            [id] => 16
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 1
                            [date] => 2015-05-05
                            [title] => Prototipo Vivienda Unifamiliar
                            [summary] => 
                            [content] => <p>Proyecto Prototipo Vivienda Unifamiliar<br /><br /> 100 m2<br /><br />2010<br /><br /> David Bedodo + Daniela Larrea</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-05 12:29:53
                            [user_add] => 4
                            [ip_add] => 192.168.0.83
                            [timestamp_upd] => 2015-06-09 19:42:46
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [13] => Array
                        (
                            [id] => 1
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 15
                            [date] => 2015-05-04
                            [title] => Casa San Esteban
                            [summary] => San Esteban, V Región
                            [content] => <p>Casa San Esteban<br /><br /> San Esteban, V Región<br /> <br /> 140 m2<br /> <br /> David Bedodo<br /> Victor Villanueva<br /> Francisca Silva<br /> Augusto Merino</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-04 12:31:17
                            [user_add] => 1
                            [ip_add] => 192.168.0.241
                            [timestamp_upd] => 2015-06-09 19:02:01
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                    [14] => Array
                        (
                            [id] => 2
                            [category_post_id] => 1
                            [staff_department_id] => 0
                            [status] => 1
                            [weight] => 13
                            [date] => 2015-05-04
                            [title] => Casa Cantagua
                            [summary] => 
                            [content] => <p>Proyecto Casa Cantagua <br /><br /> Ubicación Cachagua, V Región <br /> <br /> Superficie 450 m2 <br /> <br /> Año 2006<br /> <br />Eduardo González + David Bedodo</p>
                            [string_limit] => 0
                            [author] => 
                            [author_email] => 
                            [is_important] => 
                            [meta_keywords] => 
                            [meta_description] => 
                            [is_visible] => 1
                            [timestamp_add] => 2015-05-04 14:52:11
                            [user_add] => 1
                            [ip_add] => 192.168.0.241
                            [timestamp_upd] => 2015-06-09 19:02:01
                            [user_upd] => 4
                            [ip_upd] => 190.46.146.212
                            [timestamp_del] => 
                            [user_del] => 
                            [ip_del] => 
                        )

                )

        )

)
File
/home/bedodost/public_html/index.php
/home/bedodost/newbits/bootstrap/autoload.php
/home/bedodost/newbits/vendor/autoload.php
/home/bedodost/newbits/vendor/composer/autoload_real.php
/home/bedodost/newbits/vendor/composer/ClassLoader.php
/home/bedodost/newbits/vendor/composer/include_paths.php
/home/bedodost/newbits/vendor/composer/autoload_namespaces.php
/home/bedodost/newbits/vendor/composer/autoload_psr4.php
/home/bedodost/newbits/vendor/composer/autoload_classmap.php
/home/bedodost/newbits/vendor/composer/autoload_files.php
/home/bedodost/newbits/vendor/ircmaxell/password-compat/lib/password.php
/home/bedodost/newbits/vendor/swiftmailer/swiftmailer/lib/swift_required.php
/home/bedodost/newbits/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Support/helpers.php
/home/bedodost/newbits/bootstrap/compiled.php
/home/bedodost/newbits/vendor/patchwork/utf8/class/Patchwork/Utf8/Bootup.php
/home/bedodost/newbits/bootstrap/start.php
/home/bedodost/newbits/bootstrap/paths.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Foundation/start.php
/home/bedodost/newbits/app/config/app.php
/home/bedodost/newbits/app/config/bedodostudio_productive/app.php
/home/bedodost/newbits/vendor/juy/profiler/src/Juy/Profiler/Providers/ProfilerServiceProvider.php
/home/bedodost/newbits/app/config/view.php
/home/bedodost/newbits/vendor/juy/profiler/src/config/config.php
/home/bedodost/newbits/vendor/juy/profiler/src/Juy/Profiler/Profiler.php
/home/bedodost/newbits/vendor/juy/profiler/src/Juy/Profiler/Loggers/Time.php
/home/bedodost/newbits/app/config/session.php
/home/bedodost/newbits/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php
/home/bedodost/newbits/vendor/jenssegers/agent/src/AgentServiceProvider.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/SentryServiceProvider.php
/home/bedodost/newbits/vendor/intervention/image/src/Intervention/Image/ImageServiceProvider.php
/home/bedodost/newbits/app/modules/users/ServiceProvider.php
/home/bedodost/newbits/app/modules/ServiceProvider.php
/home/bedodost/newbits/app/modules/users/routes.php
/home/bedodost/newbits/app/modules/users/filters.php
/home/bedodost/newbits/app/modules/invoicing/ServiceProvider.php
/home/bedodost/newbits/app/modules/invoicing/routes.php
/home/bedodost/newbits/app/modules/invoicing/filters.php
/home/bedodost/newbits/app/modules/inventory/ServiceProvider.php
/home/bedodost/newbits/app/modules/inventory/routes.php
/home/bedodost/newbits/app/modules/production/ServiceProvider.php
/home/bedodost/newbits/app/modules/production/routes.php
/home/bedodost/newbits/app/modules/production/filters.php
/home/bedodost/newbits/app/modules/ecommerce/ServiceProvider.php
/home/bedodost/newbits/app/modules/ecommerce/routes.php
/home/bedodost/newbits/app/modules/crm/ServiceProvider.php
/home/bedodost/newbits/app/modules/crm/routes.php
/home/bedodost/newbits/app/modules/newbits/ServiceProvider.php
/home/bedodost/newbits/app/modules/newbits/routes.php
/home/bedodost/newbits/app/modules/newbits/filters.php
/home/bedodost/newbits/app/modules/website/ServiceProvider.php
/home/bedodost/newbits/app/modules/website/routes.php
/home/bedodost/newbits/app/modules/website/filters.php
/home/bedodost/newbits/app/modules/erp/ServiceProvider.php
/home/bedodost/newbits/app/modules/erp/routes.php
/home/bedodost/newbits/app/modules/erp/filters.php
/home/bedodost/newbits/vendor/moltin/laravel-cart/src/Moltin/Cart/CartServiceProvider.php
/home/bedodost/newbits/vendor/cossou/jasperphp/src/JasperPHP/JasperPHPServiceProvider.php
/home/bedodost/newbits/vendor/barryvdh/laravel-migration-generator/src/Barryvdh/MigrationGenerator/MigrationGeneratorServiceProvider.php
/home/bedodost/newbits/vendor/orangehill/iseed/src/Orangehill/Iseed/IseedServiceProvider.php
/home/bedodost/newbits/vendor/artdarek/oauth-4-laravel/src/Artdarek/OAuth/OAuthServiceProvider.php
/home/bedodost/newbits/vendor/intervention/imagecache/src/Intervention/Image/ImageCache.php
/home/bedodost/newbits/vendor/intervention/imagecache/src/config/config.php
/home/bedodost/newbits/app/start/global.php
/home/bedodost/newbits/app/filters.php
/home/bedodost/newbits/app/lib/macros.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Support/Facades/Form.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Html/HtmlServiceProvider.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Html/FormBuilder.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Html/HtmlBuilder.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php
/home/bedodost/newbits/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php
/home/bedodost/newbits/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
/home/bedodost/newbits/vendor/symfony/routing/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Support/Facades/HTML.php
/home/bedodost/newbits/app/routes.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Routing/Controllers/Inspector.php
/home/bedodost/newbits/app/controllers/AlertsController.php
/home/bedodost/newbits/app/controllers/BaseController.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Routing/Controllers/Controller.php
/home/bedodost/newbits/app/controllers/FixesController.php
/home/bedodost/newbits/app/controllers/FacebookController.php
/home/bedodost/newbits/app/controllers/UploadController.php
/home/bedodost/newbits/app/controllers/BSalesController.php
/home/bedodost/newbits/app/controllers/DesisController.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Support/Facades/Config.php
/home/bedodost/newbits/app/config/erp.php
/home/bedodost/newbits/app/config/bedodostudio_productive/erp.php
/home/bedodost/newbits/app/modules/website/controllers/WebSiteController.php
/home/bedodost/newbits/app/repositories/CategoryRepositoryInterface.php
/home/bedodost/newbits/app/repositories/EloquentCategoryRepository.php
/home/bedodost/newbits/app/models/Config.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php
/home/bedodost/newbits/app/config/database.php
/home/bedodost/newbits/app/config/bedodostudio_productive/database.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectorInterface.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Connection.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/ConnectionInterface.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/MySqlGrammar.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/Grammar.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Grammar.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Query/Processors/Processor.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Collection.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Support/Collection.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Translation/TranslationServiceProvider.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Translation/FileLoader.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Translation/LoaderInterface.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Translation/Translator.php
/home/bedodost/newbits/vendor/symfony/translation/Symfony/Component/Translation/TranslatorInterface.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Facades/Laravel/Sentry.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Sentry.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/config/config.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Users/Eloquent/User.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Users/UserInterface.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Users/Eloquent/Provider.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Users/ProviderInterface.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Hashing/NativeHasher.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Hashing/HasherInterface.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Groups/Eloquent/Group.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Groups/GroupInterface.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Groups/Eloquent/Provider.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Groups/ProviderInterface.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Throttling/Eloquent/Provider.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Throttling/ProviderInterface.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Throttling/Eloquent/Throttle.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Throttling/ThrottleInterface.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Sessions/IlluminateSession.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Sessions/SessionInterface.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Cookies/IlluminateCookie.php
/home/bedodost/newbits/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Cookies/CookieInterface.php
/home/bedodost/newbits/app/modules/website/models/Web_Menu.php
/home/bedodost/newbits/vendor/moltin/laravel-cart/src/Moltin/Cart/Facade.php
/home/bedodost/newbits/vendor/moltin/cart/src/Moltin/Cart/Cart.php
/home/bedodost/newbits/vendor/moltin/laravel-cart/src/config/moltincart.php
/home/bedodost/newbits/vendor/moltin/laravel-cart/src/Moltin/Cart/Storage/LaravelSession.php
/home/bedodost/newbits/vendor/moltin/cart/src/Moltin/Cart/StorageInterface.php
/home/bedodost/newbits/vendor/moltin/cart/src/Moltin/Cart/Identifier/Cookie.php
/home/bedodost/newbits/vendor/moltin/cart/src/Moltin/Cart/IdentifierInterface.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Support/Facades/Session.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Support/Facades/Paginator.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Pagination/PaginationServiceProvider.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Pagination/Environment.php
/home/bedodost/newbits/app/modules/website/models/Web_Mod_Cms_Category_Post.php
/home/bedodost/newbits/app/modules/website/models/Web_Slider.php
/home/bedodost/newbits/app/modules/website/models/Web_Mod_Cms_Post.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Pagination/Paginator.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/View/Compilers/Compiler.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/View/Compilers/CompilerInterface.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php
/home/bedodost/newbits/vendor/juy/profiler/src/Juy/Profiler/Facades/Profiler.php
/home/bedodost/newbits/app/storage/views/113606eac117db1baab99fbde8f03d51
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/BelongsTo.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Support/Facades/URL.php
/home/bedodost/newbits/vendor/patchwork/utf8/class/Patchwork/Utf8.php
/home/bedodost/newbits/app/modules/website/models/Web_Mod_Cms_Post_Module.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasMany.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOneOrMany.php
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/HasOne.php
/home/bedodost/newbits/app/modules/website/models/Web_Mod_Cms_Gallery.php
/home/bedodost/newbits/app/modules/invoicing/models/File_Attached.php
/home/bedodost/newbits/app/storage/views/03fc2df61df827a315725d17dae379e1
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Support/Facades/Input.php
/home/bedodost/newbits/app/storage/views/a46c915c67313986f94f082adb6a473a
/home/bedodost/newbits/app/storage/views/8e02407763ceb41ffb7d4c9d1e80aea9
/home/bedodost/newbits/app/storage/views/f891627d53d796985e1870f3acad883c
/home/bedodost/newbits/vendor/laravel/framework/src/Illuminate/Support/Facades/DB.php
Key Value
_token I20Pdt6CEKuh1t6uUEq0QO9th9XMMXLsO9Ceg1K4
cart
Array
(
    [b031124b3a59318d63e9023b49883f22] => Array
        (
        )

)
popup 0