Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
Archived Discussions
Archived Libraries & Helpers
Active Record : Join syntax precision
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
Active Record : Join syntax precision
El Forum
Guest
#1
08-06-2011, 02:21 AM
[eluser]Gilles_T[/eluser]
Hi,
Simple questions regarding the syntax for db->join :
Should I put a "AS" in
Code:
db->join('mytable_1 AS t1',...) or db->join('mytable_1 t1',...)
Both seem to work.
Thank you for your help
El Forum
Guest
#2
08-07-2011, 08:48 PM
[eluser]CodeIgniteMe[/eluser]
You can use the second one,
Code:
db->join('table tbl','conditions')
you only use 'as' on column names in select
El Forum
Guest
#3
08-08-2011, 04:06 AM
[eluser]Gilles_T[/eluser]
Thank you
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB