Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Variable passed to view as string, but cannot get js to interpret as a string?
Post: RE: Variable passed to view as string, but cannot ...

Thanks much. I definitely get confused about the order of timing for how these variables are accessed.... :)
1,796 Views
2 Replies
02-02-2020, 01:41 PM
nfoboy
    Thread: Variable passed to view as string, but cannot get js to interpret as a string?
Post: Variable passed to view as string, but cannot get ...

Code from controller: Code: -- if($goodDates) { $data['start_date'] = $this->mapModel->getStartDate($theUser); $data['end_date'] = $this->mapModel->getEndDate($theUser); }        ...
1,796 Views
2 Replies
02-02-2020, 10:24 AM
nfoboy
    Thread: Help with RIGHT JOIN conversion?
Post: RE: Help with RIGHT JOIN conversion?

php_rocs Wrote: (01-22-2020, 02:45 PM) -- @nfoboy, For future reference. Query binding allows you to write a full sql statement with or without any variables that are needed to complete the que...
6,104 Views
8 Replies
01-22-2020, 09:30 PM
nfoboy
    Thread: Help with RIGHT JOIN conversion?
Post: RE: Help with RIGHT JOIN conversion?

vincent78 Wrote: (01-22-2020, 09:59 AM) -- $this->db->select('property.id , property.lat, liked_property.FK_Property'); $this->db->from('property'); $this->db->join('liked_property', 'liked_propert...
6,104 Views
8 Replies
01-22-2020, 11:08 AM
nfoboy
    Thread: Help with RIGHT JOIN conversion?
Post: RE: Help with RIGHT JOIN conversion?

php_rocs Wrote: (01-22-2020, 07:48 AM) -- @nfoboy, Try this https://codeigniter.com/user_guide/database/queries.html?highlight=query%20builder#query-bindings it should do the job for you. -- I saw...
6,104 Views
8 Replies
01-22-2020, 11:07 AM
nfoboy
    Thread: Help with RIGHT JOIN conversion?
Post: RE: Help with RIGHT JOIN conversion?

I have this figured out so far: (shortened my requested fields until I get this figured out) Code: -- $this->db->select('property.id , property.lat, liked_property.FK_Property'); $this->db->from(...
6,104 Views
8 Replies
01-21-2020, 09:22 PM
nfoboy
    Thread: Help with RIGHT JOIN conversion?
Post: Help with RIGHT JOIN conversion?

MySQL query is as follows: Code: -- SELECT RossResearchDB.property.id, RossResearchDB.property.lat, RossResearchDB.property.long, RossResearchDB.property.property_name, RossResearchDB.liked_proper...
6,104 Views
8 Replies
01-21-2020, 08:40 PM
nfoboy
    Thread: Update database without reloading view? (Involving Google Maps API)
Post: Update database without reloading view? (Involving...

I have my View working so that it shows an infoWindow with a clickable "thumb up/thumb down" for a property that a User is looking at. However, I cannot get the logic to work for calling an appropr...
2,366 Views
1 Replies
01-19-2020, 10:34 AM
nfoboy

Theme © iAndrew 2016 - Forum software by © MyBB