Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Error - Severity: Notice-->Undefined property: stdClass
Post: RE: Error - Severity: Notice-->Undefined property:...

What is the value of $callback? This seems to be your error. Also note that your should ask these questions in the appropriate subforum, this definetly does not belong in "Choosing CodeIgniter"
4,274 Views
1 Replies
05-12-2017, 09:21 AM
antony
    Thread: Facebook Webhooks API
Post: RE: Facebook Webhooks API

Could you provide an example of what you're trying to achieve, and how you tried doing it in CI?
5,245 Views
5 Replies
05-12-2017, 09:11 AM
antony
    Thread: Syntax error, unexpected 'public' (T_PUBLIC)
Post: RE: Syntax error, unexpected 'public' (T_PUBLIC)

The issue is with the get_news function, which is not in a class. As it is not in a class, you can't declare it as public. Either remove public, or put the function in the class, and you'll be fine...
11,188 Views
2 Replies
05-12-2017, 07:48 AM
antony
    Thread: Final Year Project - Title Suggestions
Post: RE: Final Year Project - Title Suggestions

What is the project about? It will be hard to give you a title unless we know the topic of your program!
2,742 Views
1 Replies
05-12-2017, 04:48 AM
antony
    Thread: Task Scheduler
Post: RE: Task Scheduler

In CI, you can use the is_cli() function in your controller (to prevent web access) and add a cron job to your index.php file with, as argument, your controller and method. Sample: cron_controller....
16,956 Views
6 Replies
05-11-2017, 10:22 AM
antony
    Thread: Which browser do you guys recommend?
Post: RE: Which browser do you guys recommend?

Vivaldi and QuteBrowser are the ones I use daily Vivaldi as it is easily customizable and extensible, QuteBrowser for its keyboard-driven approach.
107,743 Views
97 Replies
04-25-2017, 06:09 AM
antony
    Thread: GZip Compression for Website with Ajax
Post: RE: GZip Compression for Website with Ajax

What do you mean by "i run into js error (because i get a compressed json)"? Json should remain valid even if compressed. Could you provide an example of what a request looks like compressed (inva...
10,165 Views
6 Replies
04-20-2017, 11:04 AM
antony
    Thread: NTier architecture and CodeIgniter
Post: RE: NTier architecture and CodeIgniter

The namespace solution would make it hard to use CI-related features in my models, which would be more hassle than it's worth in my opinion. Considering I'm working on a bigish personal project, I ...
6,012 Views
3 Replies
04-19-2017, 07:37 AM
antony
    Thread: user profile
Post: RE: user profile

Is the user data stored in session variables, in the database or somewhere else? You usually would get the data from the database via the model, then print out this user's username.
3,041 Views
1 Replies
04-18-2017, 06:27 PM
antony
    Thread: NTier architecture and CodeIgniter
Post: NTier architecture and CodeIgniter

Hello everyone! Firstly, let me thank all of you volunteers who are in this forum, this is such an amazing and underrated framework! I've got an architecture question which has been bugging me f...
6,012 Views
3 Replies
04-18-2017, 06:13 PM
antony

Theme © iAndrew 2016 - Forum software by © MyBB