Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: What should we call the CLI tool?
Post: RE: What should we call the CLI tool?

Late to the party and the winner is spark I would have thought ci4 (future versions would be ci5 etc) cidev codei prounounced "cody"
54,263 Views
30 Replies
12-06-2017, 10:01 AM
meow
    Thread: log_threshold or ENVIRONMENT
Post: log_threshold or ENVIRONMENT

What is the difference between index.php ENVIRONMENT and $config['log_threshold'] = 2; in config.php? Is it best practice to put this in config.php? PHP Code: -- /* |----------------------------...
6,642 Views
2 Replies
10-08-2017, 05:52 PM
meow
    Thread: Compesh - Question and answer website
Post: RE: Compesh - Question and answer website

The CSS is okay, but the website's goal is interesting, although a bit vague. From what I can tell, Compesh is about pitting novel unique ideas and having civil discussion that will result in confirmi...
5,150 Views
1 Replies
10-08-2017, 04:27 PM
meow
    Thread: How to create custom library in CodeIgniter?
Post: RE: How to create custom library in CodeIgniter?

Considering that CI4 will be installed via composer: you can create your libraries without worrying about codeigniter methods and then upload your library to packagist. From within your codeigniter di...
9,579 Views
2 Replies
10-08-2017, 04:14 PM
meow
    Thread: class CI_DB_mysqli_result could not be converted to string
Post: RE: class CI_DB_mysqli_result could not be convert...

Its all explained in the ci docs here Generating Query Results http://www.codeigniter.com/user_guide/database/results.html In PHP Code: -- public function call_menu() { $this->db->select('*')->f...
16,341 Views
3 Replies
07-22-2016, 09:05 AM
meow
    Thread: Which Browser Do You Use
Post: RE: Which Browser Do You Use

Seriously? lol. Safari all the way here. If I am targeting people with money and they are Mac users, I'm on the boat with them. The only difference browser makes in my products are none! when related ...
16,372 Views
17 Replies
07-22-2016, 08:48 AM
meow
    Thread: At the risk of sounding dreadful, have a question about 'wp'
Post: At the risk of sounding dreadful, have a question ...

For seasoned product managers that have used wp 'wordpress': many developers over there always throw around some advice about avoiding the need to write join queries because its very overhead intensiv...
7,131 Views
6 Replies
07-22-2016, 08:03 AM
meow
    Thread: Query bindings keep unwanted quotes around IS NULL
Post: RE: Query bindings keep unwanted quotes around IS ...

InsiteFX Wrote: (07-21-2016, 03:22 PM) -- Did you try using double quotes for the query body? -- Man, I tried everything lol. Tried concatenating and changing up the quote types all around. You thin...
8,583 Views
7 Replies
07-22-2016, 07:53 AM
meow
    Thread: Query bindings keep unwanted quotes around IS NULL
Post: RE: Query bindings keep unwanted quotes around IS ...

I was trying to avoid using the Query Builder Class, but had to. Final code for now: https://i.sli.mg/Zaau2K.png
8,583 Views
7 Replies
07-21-2016, 12:12 PM
meow
    Thread: Query bindings keep unwanted quotes around IS NULL
Post: Query bindings keep unwanted quotes around IS NULL

Hmm, CI throws this error: Code: -- A Database Error Occurred Error Number: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the ...
8,583 Views
7 Replies
07-21-2016, 10:36 AM
meow
    Thread: TODO what do you use?
Post: RE: TODO what do you use?

Simple dot txt file for my todo. Are trello/basecamp good for teams only?
5,750 Views
5 Replies
05-29-2016, 09:54 AM
meow
    Thread: Create a link
Post: RE: Create a link

The docs have listed several ways to call your desired URL using the URL Helper @ http://www.codeigniter.com/user_guide/helpers/url_helper.html
3,043 Views
2 Replies
03-13-2016, 02:33 PM
meow
    Thread: database INSERT and UPDATE converts symbols to html code
Post: RE: database INSERT and UPDATE converts symbols to...

Narf Wrote: (03-11-2016, 11:59 AM) -- You're not supposed to decode something you've just encoded yourself, just don't encode in the first place. set_value() allows that, look at the link I gave in m...
14,202 Views
13 Replies
03-11-2016, 01:07 PM
meow
    Thread: database INSERT and UPDATE converts symbols to html code
Post: RE: database INSERT and UPDATE converts symbols to...

I believe its browser security to avoid breaking forms, the characters are escaped. For example, cant do . The p tags have to be escaped before displaying the form. I've had some success with the foll...
14,202 Views
13 Replies
03-11-2016, 11:24 AM
meow
    Thread: CI with height traffic project.
Post: RE: CI with height traffic project.

skunkbad Wrote: (03-03-2016, 05:34 PM) -- meow Wrote: (03-03-2016, 05:07 PM) -- Uber made its first $25mil on Codeigniter/PHP stack. -- That's pretty cool. -- Here's the source https://twitter....
19,441 Views
11 Replies
03-05-2016, 03:40 PM
meow
    Thread: Database INSERT changes NULL value to empty string
Post: RE: Database INSERT changes NULL value to empty st...

Careful with zero. If I'm logging temperatures for example in my webapp, then a zero implies that I recorded zero as opposed to leaving it NULL or blank. Another example: zero inches of snow were reco...
14,984 Views
7 Replies
03-04-2016, 12:51 PM
meow
    Thread: CI with height traffic project.
Post: RE: CI with height traffic project.

Uber made its first $25mil on Codeigniter/PHP stack.
19,441 Views
11 Replies
03-03-2016, 05:07 PM
meow
    Thread: Best practice of handling user's input
Post: RE: Best practice of handling user's input

Geril, I asked the same a while back. See here: http://forum.codeigniter.com/thread-63833.html
17,306 Views
10 Replies
03-03-2016, 04:55 PM
meow
    Thread: Database INSERT changes NULL value to empty string
Post: RE: Database INSERT changes NULL value to empty st...

Narf Wrote: (01-22-2016, 11:10 AM) -- An empty form field == an empty string. If that's what you pass to CI, that's what it will insert. -- Thank you. Are you sharp or what? By the way, only found t...
14,984 Views
7 Replies
02-29-2016, 10:08 AM
meow
    Thread: Job search website: jobcountries.com
Post: RE: Job search website: jobcountries.com

Pretty awesome. Found a few listings in my area! (Remote/country area). Thanks
4,919 Views
1 Replies
02-27-2016, 06:33 AM
meow

Theme © iAndrew 2016 - Forum software by © MyBB