1
vote
1answer
63 views
Get table alias from Zend_Db_Table_Select
Hello. I'm working on an Active Record pattern (similar to RoR/Cake) for my Zend Framework library. My question is this: How do I figure out whether a select object is using an alias for a table or …
0
votes
3answers
50 views
Is there any reason not to use Aliases in the System namespace?
Hi,
I've always been used to using String instead of string and Int32 instead of int. Mainly because everything is a class, so I like to keep consistent and treat so called 'primitives' just like …
2
votes
2answers
2k views
How do you create “Aliases” in Apache Tomcat?
I am working on a web application that allows users to upload attachments. These attachments are stored on a different drive than that of the web application. How can I create an alias (equivalent …
