Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Can't read form values
Post: RE: Can't read form values

I think this issue is not on CI itself. This will happen if your form was placed inside of the another form.
57,790 Views
54 Replies
07-14-2017, 02:50 PM
Joel Catantan
    Thread: I can't solve my bug (2 days on) pleade help
Post: RE: I can't solve my bug (2 days on) pleade help (...

nunenthal Wrote: (09-14-2016, 10:39 AM) -- solved, I don't know why, but it's not possible to use exit; subtlety of object programming...  If some one can give me complete explanation. So I ...
4,499 Views
3 Replies
09-14-2016, 09:38 PM
Joel Catantan
    Thread: My query returns empty results with big tables. Any advice?
Post: RE: My query returns empty results with big tables...

HeyDarling Wrote: (09-14-2016, 02:08 PM) -- I have never had problems with CI so far, but yesterday I started a project in which I have to handle big amounts of data, the database has approximately 1...
12,013 Views
10 Replies
09-14-2016, 09:04 PM
Joel Catantan
    Thread: (Oracle) Get the value of Declare variable from DB Query
Post: RE: (Oracle) Get the value of Declare variable fro...

Narf Wrote: (09-14-2016, 03:00 PM) -- I mean that you're trying to execute 2 queries as if they are one ... I don't think there's any other way you could interpret what I wrote. The DECLARE statem...
5,940 Views
4 Replies
09-14-2016, 07:31 PM
Joel Catantan
    Thread: (Oracle) Get the value of Declare variable from DB Query
Post: RE: (Oracle) Get the value of Declare variable fro...

Narf Wrote: (09-14-2016, 02:28 AM) -- That's 2 queries. -- What do you mean 2 queries? :huh:
5,940 Views
4 Replies
09-14-2016, 02:46 AM
Joel Catantan
    Thread: CodeIgniter Filipino Community
Post: RE: CodeIgniter Filipino Community

Natawa ako shet! Hahahaha. Sorry guys! KAWAY! ^^
37,624 Views
0 Replies
09-14-2016, 02:24 AM
Joel Catantan
    Thread: (Oracle) Get the value of Declare variable from DB Query
Post: (Oracle) Get the value of Declare variable from DB...

Hi guys! Just wanna ask if it is possible to get the value of declare variable from query. Let's say: Code: -- DECLARE RID RowId; BEGIN  INSERT INTO SOMETABLE (SOMEFIELD) VALUES ('SOMEVALUE') ...
5,940 Views
4 Replies
09-14-2016, 02:19 AM
Joel Catantan
    Thread: Validation callback bug?
Post: RE: Validation callback bug?

How do you construct your callback validation?
7,582 Views
7 Replies
09-08-2016, 08:08 PM
Joel Catantan
    Thread: Link to view inside subfolder does not display correctly
Post: RE: Link to view inside subfolder does not display...

678238515702801 Wrote: (09-06-2016, 07:38 PM) -- I need to show a view that is inside a subfolder. Just please tell me straight if "controller/method" is the only way and that "subfolder/view_file...
7,661 Views
4 Replies
09-07-2016, 06:09 PM
Joel Catantan
    Thread: CSS questions
Post: RE: CSS questions

planteg Wrote: (08-31-2016, 06:32 AM) -- Hi Joel and Wouter60, my mistake was: Code: -- $row1 = [  'data' => 'Some text',  'class' => 'row_without_color',  'background-color' => 'yellow'...
11,183 Views
8 Replies
09-05-2016, 11:47 PM
Joel Catantan
    Thread: Session Tempdata vs Cookie for "Remember me" login (CI3)
Post: RE: Session Tempdata vs Cookie for "Remember ...

ivantcholakov Wrote: (09-04-2016, 08:23 PM) -- No, session tempdata is not to serve such a purpose. "Remember me" feature can be implemented by using cookies and database records. It has to be sec...
9,431 Views
5 Replies
09-05-2016, 05:50 PM
Joel Catantan
    Thread: Session Tempdata vs Cookie for "Remember me" login (CI3)
Post: Session Tempdata vs Cookie for "Remember me" login...

Hi guys! Just wanna ask if it is good to use Session Tempdata to store the userdata upon login when they wanted to remember by the system. I am using cookie for the whole time since it is recommended ...
9,431 Views
5 Replies
09-04-2016, 06:14 PM
Joel Catantan
    Thread: CSS questions
Post: RE: CSS questions

Try $row1 = [ 'data' => 'Some text', 'class' => 'row_without_color', 'style' => 'background-color: yellow;' ];
11,183 Views
8 Replies
08-30-2016, 05:13 PM
Joel Catantan
    Thread: CodeIgniter doesn't work with an MS Access database
Post: RE: CodeIgniter doesn't work with an MS Access dat...

idNewbee Wrote: (08-30-2016, 01:27 AM) -- I used Access becouse with it I have some experiance. CI works just fine with MySQL . I used EasyPHP Devserver becouse it sais it has suport for other langu...
10,175 Views
5 Replies
08-30-2016, 02:47 AM
Joel Catantan
    Thread: Trying to get property of non-object
Post: RE: Trying to get property of non-object

davy_yg Wrote: (08-29-2016, 11:41 PM) -- Fatal error: Cannot use object of type stdClass as array in C:\Program Files (x86)\EasyPHP-Devserver-16.1\eds-www\CompanyGiondaCI\application\views\pcategorie...
5,019 Views
3 Replies
08-30-2016, 02:28 AM
Joel Catantan
    Thread: Form field with dynamic id validation
Post: RE: Form field with dynamic id validation

greenarrow Wrote: (08-26-2016, 10:00 PM) -- How can i validate fields with names like this Code: -- -- mechanic_ is the general field name &  134 is a id i am getting from database. there ...
6,705 Views
5 Replies
08-29-2016, 07:19 PM
Joel Catantan
    Thread: CodeIgniter doesn't work with an MS Access database
Post: RE: CodeIgniter doesn't work with an MS Access dat...

Why MS Access? You can try free download DB like MySQLi. If you want to code PHP without hassle in installation, use XAMPP or WAMP. It has packages of Apache and MySQLi. The CI haven't support for MS ...
10,175 Views
5 Replies
08-29-2016, 07:03 PM
Joel Catantan
    Thread: route system
Post: RE: route system

kh8b8r Wrote: (08-28-2016, 11:22 AM) -- i want to route like this ex:  http://localhost/index.php/user/USERNAME_FROM_MYSQL PHP Code: -- class Host extends CI_Controller { public fu...
7,888 Views
4 Replies
08-29-2016, 06:51 PM
Joel Catantan
    Thread: Trying to get property of non-object
Post: RE: Trying to get property of non-object

davy_yg Wrote: (08-28-2016, 06:29 PM) -- Hello, I am facing another error message here: A PHP Error was encountered Severity: Notice Message:  Trying to get property of non-object ...
5,019 Views
3 Replies
08-29-2016, 06:45 PM
Joel Catantan
    Thread: Edit Pages
Post: RE: Edit Pages

davy_yg Wrote: (08-28-2016, 04:02 PM) -- I update it into something else: models/Mpages.php PHP Code: -- public function add_settings() { $data = array( 'email' => $this->input->post('email')...
25,449 Views
22 Replies
08-29-2016, 06:34 PM
Joel Catantan

Theme © iAndrew 2016 - Forum software by © MyBB