[eluser]theprodigy[/eluser]
Quote:I am concerned that we might begin to foster that type of mindset here.
Please don't think that I am discounting your concerns as I say this, but....
This same idea of 'Hey, I can [insert action here], because of [insert tool here]' type mindset has been the foundation for many different trades.
Men can 'cook' because someone else built a microwave.
People can do math, because someone else built a calculator.
Businesses can guarantee over night delivery, because someone else built a plane.
Some people can program, because Google built a search engine. ;-)
Are these tools fostering the wrong mindset, or are they just tools that businesses can use to get ahead (other than the lack of cooking ;-) )?
When all is said and done, does it really matter whether I use
Code:
<form action="[insert segments here]" method="post">
or if I use
Code:
<?php echo form_open('[insert segments here']'); ?>
If they both output the same thing, then what does it matter?