Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter Collaborative Coding April 23 2015 SF CA USA
Post: RE: Codeigniter Collaborative Coding April 23 2015...

Will you record that? It would be nice for people who can't attend because not living there.
24,288 Views
9 Replies
04-21-2015, 02:11 PM
bw.balazs
    Thread: User Guide Translations?
Post: RE: User Guide Translations?

I think it's a general requirement for programmers to understand English documentation. I'm Hungarian, but I even prefer the original English stuffs. The original documentation is always (!) better, s...
25,728 Views
16 Replies
04-15-2015, 03:04 PM
bw.balazs
    Thread: Well done James
Post: RE: Well done James

I want to say a big thanks to you too.
9,564 Views
5 Replies
04-12-2015, 01:42 PM
bw.balazs
    Thread: add code generate tool
Post: RE: add code generate tool

rejoan Wrote: (04-10-2015, 11:07 PM) -- bw.balazs Wrote: (04-09-2015, 02:58 PM) -- You could easily handle this using snippets for example in Sublime Text. But I agree that it would be cool if we h...
15,745 Views
9 Replies
04-12-2015, 02:12 AM
bw.balazs
    Thread: add code generate tool
Post: RE: add code generate tool

You could easily handle this using snippets for example in Sublime Text. But I agree that it would be cool if we have a cli command like 'codeigniter generate controller controller_name' or something...
15,745 Views
9 Replies
04-09-2015, 02:58 PM
bw.balazs
    Thread: Disable a link possible?
Post: RE: Disable a link possible?

I also need this functionality. But an addition that I want to achieve: if i have a controller with name admin and I call the index method via domain/admin, but I want to disable url requests by doma...
4,286 Views
0 Replies
03-11-2015, 05:59 PM
bw.balazs
    Thread: Translations - Additional Languages
Post: RE: Translations - Additional Languages

I am really busy right now, but if nobody will create the Hungarian translation before 2015-03-16 I will do that.
98,821 Views
44 Replies
03-07-2015, 03:41 AM
bw.balazs
    Thread: Base_url() code not working
Post: RE: Base_url() code not working

It could be a problem if you didn't load the URL helper in the controller (or autoload it if you regularly use it). PHP Code: -- $this->load->helper('url'); -- I think it will solve the problem.
26,542 Views
0 Replies
12-10-2014, 04:22 PM
bw.balazs
    Thread: Models won't load
Post: RE: Models won't load

Because he doesn't want that anyone who types domain.com/controllers/welcome.php in his browser will load the actual file behind that url. It's a general CI convention if you look at the source code ...
36,691 Views
0 Replies
12-07-2014, 04:48 AM
bw.balazs

Theme © iAndrew 2016 - Forum software by © MyBB