Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Video Thread: Editor for CI
Post: Editor for CI

PHP Helios Eclipse It is the editor that I am using to code with CI. And also, it shows the whole directory structure of the CI folders. You can go to any folder, any file and customize it...
5,267 Views
3 Replies
06-06-2015, 11:51 PM
madaan_tushar
  Thumbs Up Thread: Codeigniter vs LArave;
Post: RE: Codeigniter vs LAravel

hey ciers!! whats going on newaaz??
40,745 Views
20 Replies
06-06-2015, 11:14 PM
madaan_tushar
  Heart Thread: Routing URLs with colon and numbers
Post: RE: Routing URLs with colon and numbers

just update your route to: $route['api2/(:any)'] = "api2/api2/index/$1/";
2,628 Views
0 Replies
05-26-2015, 10:15 AM
madaan_tushar
    Thread: Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Post: RE: Message: mysqli_real_escape_string() expects p...

Please, check your username and password.
17,577 Views
0 Replies
05-26-2015, 10:12 AM
madaan_tushar
  Big Grin Thread: Variables are not passing in view from my controller
Post: RE: Variables are not passing in view from my cont...

Just pass $data in the view as: $this->load->view('view_name', $data);
13,043 Views
0 Replies
05-26-2015, 10:10 AM
madaan_tushar
  Brick Thread: Is Flexi Auth Secure and Reliable?
Post: RE: Is Flexi Auth Secure and Reliable?

Yoo...no doubt its cool
6,140 Views
0 Replies
05-26-2015, 02:45 AM
madaan_tushar
    Thread: Question about forms native rules that are available to use
Post: RE: Question about forms native rules that are ava...

OOnly,when you are able to extend library.
10,273 Views
0 Replies
05-26-2015, 02:42 AM
madaan_tushar
  Rainbow Thread: Validation with variables
Post: RE: Validation with variables

//Load first form library if($this->input->post('submit')) {             $this->form_validation->set_rules('field_name', 'Field Title', 'trim|required');                  if($this->form_validati...
22,878 Views
11 Replies
05-26-2015, 02:40 AM
madaan_tushar
    Thread: How to verify if a user is logged in?
Post: RE: How to verify if a user is logged in?

You can verify,if the user is loggedin only by setting the session.
32,496 Views
7 Replies
05-25-2015, 11:34 PM
madaan_tushar
    Thread: Loop error
Post: RE: Loop error

Put the form processing code in that controller function in which that view is loaded. Thankyou ;) :)
4,073 Views
3 Replies
05-25-2015, 07:43 AM
madaan_tushar
    Thread: Remove index.php from URL
Post: RE: Remove index.php from URL

Just add .htaccess in the root with this code: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php/$0 [PT,L] :D
16,418 Views
10 Replies
05-25-2015, 07:40 AM
madaan_tushar
    Thread: Userdata column in CI session.
Post: RE: Userdata column in CI session.

The data present in session_userdata is in array form. :)
2,907 Views
2 Replies
05-25-2015, 07:39 AM
madaan_tushar
    Thread: need help Message: Undefined variable
Post: RE: need help Message: Undefined variable

You can initialize $uid at the start like this: $uid = '';
7,435 Views
3 Replies
05-25-2015, 06:36 AM
madaan_tushar
    Thread: Hello World controller example
Post: RE: Hello World controller example

It is becoming very common practice for the web-atisans to leave closing the PHp tags to avoid some errors. Why you have a probz regarding that, its good naa to code less. Since, CI is for developers...
5,474 Views
4 Replies
05-25-2015, 06:34 AM
madaan_tushar
    Thread: Passing query result back to controller / view...
Post: RE: Passing query result back to controller / view...

You have to load the view like this: $this->load->view('view_name'); after the if and else condition. Remember to load the view always once in the function.
4,953 Views
3 Replies
05-25-2015, 06:32 AM
madaan_tushar
    Thread: How can i get the particular Row Id in foreach loop ...?
Post: RE: How can i get the particular Row Id in foreach...

Will you please enter your code here..? please
3,402 Views
2 Replies
05-25-2015, 06:30 AM
madaan_tushar
    Thread: Codeignitor - Indian Community
Post: RE: Codeignitor - Indian Community

I am using codeigniter, it's quite easy, flexible and powerful. So, it will be great for us to share the ideas of CI
35,011 Views
0 Replies
05-25-2015, 06:27 AM
madaan_tushar
    Thread: Codeignitor - Indian Community
Post: RE: Codeignitor - Indian Community

Yoo!!
35,011 Views
0 Replies
05-25-2015, 06:26 AM
madaan_tushar
    Thread: Codeigniter vs LArave;
Post: RE: Codeigniter vs LArave;

no1youknowz Wrote: (05-22-2015, 11:48 AM) -- CroNiX Wrote: (05-22-2015, 08:13 AM) -- Build a large, complex high traffic website in Laravel, then build the same in Codeigniter. -- What is large? ...
40,745 Views
20 Replies
05-25-2015, 06:23 AM
madaan_tushar
    Thread: Codeigniter vs LArave;
Post: RE: Codeigniter vs LArave;

CroNiX Wrote: (05-22-2015, 08:13 AM) -- That's not a very good question as it's way to general. The answer is "the right tool for the job", but it depends on WHAT the "job" is. Build a large, complex...
40,745 Views
20 Replies
05-25-2015, 06:21 AM
madaan_tushar

Theme © iAndrew 2016 - Forum software by © MyBB