Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter game developing
Post: RE: CodeIgniter game developing

This is sort of a challenge so it has to be PHP maybe a little javascript.
12,611 Views
6 Replies
01-27-2017, 01:03 PM
Athov
    Thread: CodeIgniter game developing
Post: RE: CodeIgniter game developing

It's a JRPG style game.
12,611 Views
6 Replies
01-27-2017, 03:14 AM
Athov
    Thread: CodeIgniter game developing
Post: CodeIgniter game developing

Hello, I'm trying to make a game and I'm using slim at the moment but after millions of problems I'm thinking of switching to something else like CodeIgniter or Symfony. I have already made almost ...
12,611 Views
6 Replies
01-26-2017, 08:49 PM
Athov
    Thread: CodeIgniter4.0.0-dev Reaches Milestone 1
Post: RE: CodeIgniter4.0.0-dev Reaches Milestone 1

CI 4 on PHP 7 thats more than great news
165,333 Views
67 Replies
07-11-2016, 04:33 PM
Athov
    Thread: multi level menu with codeigniter
Post: RE: multi level menu with codeigniter

this is my class PHP Code: -- -- the only problem is it will have an empty but it's a easy fix if you want to get only this main categories you can do PHP Code: -- $this->multi_categories->men...
22,142 Views
7 Replies
07-15-2015, 02:52 PM
Athov
    Thread: problem drop -down dynamically
Post: RE: problem drop -down dynamically

Well the easiest without model is PHP Code: --     --
9,870 Views
4 Replies
05-30-2015, 05:07 AM
Athov
    Thread: MySQLi delete in multiply tables
Post: RE: MySQLi delete in multiply tables

yeah it needs to be updated but at the bottom you can see it: http://www.codeigniter.com/user_guide/database/query_builder.html#CI_DB_query_builder::delete
26,856 Views
18 Replies
05-18-2015, 07:53 AM
Athov
    Thread: [split] Redo website design for CI4?
Post: RE: [split] Redo website design for CI4?

It's a really good design but i don't think it fits CodeIgniter like Avenirer said the bright colors are better after all the CI logo is a flame :D PS: i dont like only the footer and the black logo ...
17,100 Views
10 Replies
04-28-2015, 12:05 AM
Athov
    Thread: Help me for Avoid Name Collision and Admin Panel
Post: RE: Help me for Avoid Name Collision and Admin Pan...

you can use Routing (http://www.codeigniter.com/userguide3/general/routing.html) to do this by $route['site'] = 'Site_Controller'; or $route['site'] = 'SiteController'; the only problem is that it c...
9,135 Views
5 Replies
04-27-2015, 11:12 PM
Athov
    Thread: Lies about CI
Post: RE: Lies about CI

this is false CI helped me learn tons of stuff and still does CI helps you to think how to build it not what package to download and use without knowing how it works dont get me wrong i use packages...
12,331 Views
0 Replies
04-24-2015, 09:32 AM
Athov
    Thread: I'm using a model and the property $db does not exist
Post: RE: I'm using a model and the property $db does no...

Did you load the database library? $this->load->library('database'); or in the autoload.php config file?
2,392 Views
1 Replies
04-18-2015, 12:13 AM
Athov
    Thread: Which PHP 5.X version should be considered as Required
Post: RE: Which PHP 5.X version should be considered as ...

PHP 5.6 is the better choice CI 4 will probably not get out until the end of 2016 even maybe the end of 2017 so it's better to be 5.6 at that time most hosting providers will already support 5.6 of ...
90,559 Views
54 Replies
04-09-2015, 12:38 PM
Athov
    Thread: how to make it little more clean
Post: RE: how to make it little more clean

the last parameter in $this->load->view() is used to not display the view but return in see this (http://www.codeigniter.com/user_guide/general/views.html#returning-views-as-data) $data['main_menu'] ...
10,605 Views
7 Replies
04-09-2015, 02:54 AM
Athov
    Thread: how to make it little more clean
Post: RE: how to make it little more clean

my example is: make a MY_Controller in app/core and in MY_Controller do something like PHP Code: -- class MY_Controller extends CI_Controller { function __construct() { parent::__constru...
10,605 Views
7 Replies
04-09-2015, 02:21 AM
Athov
    Thread: model's constructor with parameters
Post: RE: model's constructor with parameters

casa Wrote: (04-06-2015, 04:55 AM) -- No need "_model" in the name. -- you need "_model" or something else to prevent class name collision example: you have a controller named Users and you make ...
23,084 Views
12 Replies
04-07-2015, 03:04 AM
Athov
    Thread: model's constructor with parameters
Post: RE: model's constructor with parameters

casa Wrote: (04-06-2015, 02:23 AM) -- Note that your method launch an error when i test it :"Undefined property: CI_Loader:Test" and " Call to a member function setItems() on a non-object" PHP Code...
23,084 Views
12 Replies
04-06-2015, 04:35 AM
Athov
    Thread: model's constructor with parameters
Post: RE: model's constructor with parameters

why not do PHP Code: -- class Test extends CI_Model {   private $items ;   public function setItems($params = '')   {      $this->items = $params;   }   public function getItems() { ...
23,084 Views
12 Replies
04-06-2015, 01:59 AM
Athov
    Thread: CodeIgniter 3.0
Post: RE: CodeIgniter 3.0

awesome CI3 is out i have waited for months :) now the real fun starts :D
262,870 Views
95 Replies
03-31-2015, 11:26 AM
Athov
    Thread: CodeIgniter - Bulgarian Community
Post: RE: CodeIgniter - Bulgarian Community

why not make a website? It will be great to have bulgarian website maybe codeigniter.bg or something else :)
5,535 Views
0 Replies
03-28-2015, 01:53 PM
Athov
    Thread: Your impression of CI3 over others?
Post: RE: Your impression of CI3 over others?

I have tried Laravel(this is not PHP for me), FuelPHP(I like this one too), Phalcon(this was fun), Yii, Symfony and countless more but CodeIgniter is the best, simple & fast, easy to extend and you ca...
121,892 Views
0 Replies
03-20-2015, 06:46 AM
Athov

Theme © iAndrew 2016 - Forum software by © MyBB