Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter 3.1.5 On Ubuntu 16.04 and few issues
Post: RE: CodeIgniter 3.1.5 On Ubuntu 16.04 and few issu...

check your "php.ini" and make sure it loaded CURL lib correctly (no 'semicolon' at the extension line) modify from this Code: -- ;extension=php_curl.so -- into this Code: -- extension=php_curl....
3,068 Views
2 Replies
08-18-2017, 09:56 AM
jarmen_kell
    Thread: What should we call the CLI tool?
Post: RE: What should we call the CLI tool?

anyways.... how bout "lit".... since the name "Codeigniter" derived from something that have fire in it. so let's "lit" it... Lol
54,157 Views
30 Replies
08-17-2017, 08:34 AM
jarmen_kell
    Thread: What should we call the CLI tool?
Post: RE: What should we call the CLI tool?

kilishan Wrote: (08-17-2017, 07:54 AM) -- Paradinight Wrote: (08-17-2017, 07:41 AM) -- https://spark.apache.org/trademarks.html -- Well, dang. I've emailed them to verify if it would violate their...
54,157 Views
30 Replies
08-17-2017, 08:32 AM
jarmen_kell
    Thread: Filename: libraries/Session/Session.php Line Number: 102
Post: RE: Filename: libraries/Session/Session.php Line ...

Would you like an advice? from a fellow student? then start learning algorithm. therefore, you could continue implement your newly acquired knowledge about algorithm into any kinds of programming...
6,664 Views
4 Replies
08-17-2017, 08:10 AM
jarmen_kell
    Thread: What should we call the CLI tool?
Post: RE: What should we call the CLI tool?

i like "spark" it's kind of nostalgic, if you know what I mean... :)
54,157 Views
30 Replies
08-16-2017, 10:34 PM
jarmen_kell
    Thread: POSTing to CodeIgniter API
Post: RE: POSTing to CodeIgniter API

judging from the way you code your PHP script, you're doing it wrong. you couldn't just catch a value from a function that doesn't have any 'return' words. and the way you put your 'return' r-word fr...
2,022 Views
1 Replies
08-15-2017, 06:52 PM
jarmen_kell
    Thread: How to create and print shipment label using codeigniter
Post: RE: How to create and print shipment label using c...

well... ? have you tried it? what's the result? is it what you've expected? if not? what would it be? what's the specific details on what you're trying to achieve here?
2,494 Views
1 Replies
08-15-2017, 06:44 PM
jarmen_kell
    Thread: database error
Post: RE: database error

found it
2,005 Views
1 Replies
08-15-2017, 06:36 PM
jarmen_kell
    Thread: Database Metadata
Post: RE: Database Metadata

uuhh...... ok ??
3,038 Views
2 Replies
08-11-2017, 06:35 AM
jarmen_kell
    Thread: Basics of PHP Frameworks
Post: RE: Basics of PHP Frameworks

shannon Wrote: (08-11-2017, 12:20 AM) -- All day? I barely have 5 minutes to scratch my **** on any given day.. This sounds like a reading task for my next vacation -- then I suggest that you cut ...
23,162 Views
13 Replies
08-11-2017, 06:30 AM
jarmen_kell
    Thread: Basics of PHP Frameworks
Post: RE: Basics of PHP Frameworks

shannon Wrote: (08-09-2017, 04:48 PM) -- I am more asking to understand how much it will help with to understand it’s capabilities because I still don’t fully understand the benefits (most benefits s...
23,162 Views
13 Replies
08-09-2017, 07:17 PM
jarmen_kell
    Thread: how to create a statistics system in codeigniter
Post: RE: how to create a statistics system in codeignit...

taymaz-92 Wrote: (08-09-2017, 02:14 AM) -- Hi everybody. I am a beginner in programming and work with codeigniter, i want to create a statistics system (professional system or at least, not simple) ...
7,562 Views
3 Replies
08-09-2017, 06:59 PM
jarmen_kell
    Thread: Help with database load design
Post: RE: Help with database load design

I've been thru the same case just like you, years ago. here's what i did create a "core" model, let's just call it "Coremodel"  PHP Code: --
6,088 Views
5 Replies
08-09-2017, 06:39 PM
jarmen_kell
    Thread: Codeigniter restclient not working
Post: RE: Codeigniter restclient not working

Phil's RestClient lib is already autdated. He doesn't involved in anymore PHP related projects at the moments. regarding REST, the best client for you to use to communicate with your Rest server ...
4,809 Views
2 Replies
08-08-2017, 04:29 PM
jarmen_kell
    Thread: Help with sending email using Xampp
Post: RE: Help with sending email using Xampp

I don't feel the necessity of sending a mail thru Gmail's SMTP server using Sendmail. what I usually do, is just uses CI's built-in Email Class library, configure it to use GMAIL's SMTP, and execute...
6,932 Views
4 Replies
08-07-2017, 04:30 PM
jarmen_kell
    Thread: How do I have a global array in __construct() ?
Post: RE: How do I have a global array in __construct() ...

desbest Wrote: (08-07-2017, 01:05 PM) -- I found a good tutorial on object orientated programming on envato net tuts which explains how to do it with more OOP concept.s The thing with programming is...
15,640 Views
5 Replies
08-07-2017, 04:23 PM
jarmen_kell
    Thread: Views in post
Post: RE: Views in post

you can always do this, to set your value by increment-1 PHP Code: -- $this->db->set('views', 'views+1', FALSE)->where('slug'=>$slug); -- and this is already documented inside CI's documentation, if...
3,358 Views
2 Replies
08-07-2017, 04:10 PM
jarmen_kell
    Thread: paypal ipn
Post: RE: paypal ipn

https://github.com/paypal/ipn-code-samples/tree/master/php my name a jeff
2,325 Views
1 Replies
08-07-2017, 02:18 AM
jarmen_kell
    Thread: How to do login/logout in codeigniter 3?
Post: RE: How to do login/logout in codeigniter 3?

skunkbad Wrote: (08-06-2017, 10:01 AM) -- Knowing what to call it can make a difference: https://www.google.com/search?q=codeigniter+authentication -- So true...  :D
7,590 Views
6 Replies
08-06-2017, 04:27 PM
jarmen_kell
    Thread: How to do login/logout in codeigniter 3?
Post: RE: How to do login/logout in codeigniter 3?

Paradinight Wrote: (08-06-2017, 05:01 AM) -- jarmen_kell Wrote: (08-06-2017, 02:28 AM) -- aventador Wrote: (08-06-2017, 02:06 AM) -- Will some one post code how to do login/logout in codeigniter 3 ...
7,590 Views
6 Replies
08-06-2017, 07:09 AM
jarmen_kell

Theme © iAndrew 2016 - Forum software by © MyBB