Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
i wan to create custom user control in dashboard that show me all page titles, descriptions ...
Please, if anyone know how to get this parameters with SQL select statment ?
I want somthing like this:
mysite.com/home/ My home page title Home page description
mysite.com/services/ My services title Services page description
.....
I need only sample of SQL statment, i have not found right relations ...
Thank You
A better way of doing this would be to use uQuery:
http://ucomponents.codeplex.com/wikipage?title=uQuery
The database is a little hard to understand as umbraco is dynamic and XML node based. uQuery should really help, the uComponents guys have done a brilliant job documenting it as well.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom user control SQL
Hello,
i wan to create custom user control in dashboard that show me all page titles, descriptions ...
Please, if anyone know how to get this parameters with SQL select statment ?
I want somthing like this:
mysite.com/home/ My home page title Home page description
mysite.com/services/ My services title Services page description
.....
I need only sample of SQL statment, i have not found right relations ...
Thank You
A better way of doing this would be to use uQuery:
http://ucomponents.codeplex.com/wikipage?title=uQuery
The database is a little hard to understand as umbraco is dynamic and XML node based. uQuery should really help, the uComponents guys have done a brilliant job documenting it as well.
is working on a reply...