Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Best Jscript Framework to use with CodeIgnitor
Post: Best Jscript Framework to use with CodeIgnitor

It has been a few months since I started using Code Igniter and I really love the framework. I started with a small project and now I have moved to a larger projects which requires advanced functional...
7,360 Views
2 Replies
06-03-2015, 07:30 AM
andyblem
    Thread: My join is not working
Post: RE: My join is not working

I have three tables the phones table which has these fields(users, numbers, offices and id). The offices field is a foreign key which references the id field in the offices table. The offices table ha...
8,604 Views
0 Replies
02-19-2015, 11:43 PM
andyblem
    Thread: My join is not working
Post: My join is not working

I have a search field in my form which searches data from a database and displays it on a result page. When I try to search data I get this error. Quote: -- A PHP Error was encountered Severity...
8,604 Views
0 Replies
02-19-2015, 06:00 AM
andyblem
    Thread: My form is not submitting
Post: RE: My form is not submitting

mwhitney Wrote: (02-04-2015, 07:54 AM) -- andyblem Wrote: (02-04-2015, 02:44 AM) -- I changed my second view a bit and its now submitting but I now have a new problem my deleteOffice function in my ...
13,793 Views
0 Replies
02-12-2015, 12:59 AM
andyblem
    Thread: My form is not submitting
Post: RE: My form is not submitting

InsiteFX Wrote: (02-04-2015, 02:51 AM) -- Is this Delete Office spelled correct? PHP Code: -- echo form_submit('submit', 'Delete Ofiice'); -- -- It is not. I later corrected that mistake ...
13,793 Views
0 Replies
02-04-2015, 06:58 AM
andyblem
    Thread: My form is not submitting
Post: RE: My form is not submitting

I changed my second view a bit and its now submitting but I now have a new problem my deleteOffice function in my phones controller is not executing all of its instructions Here is my new code Co...
13,793 Views
0 Replies
02-04-2015, 02:44 AM
andyblem
    Thread: My form is not submitting
Post: RE: My form is not submitting

the first view is submitting. the second view is not submitting. what i am trying to do is the second view is populated with data from the database., like a list of offices in the database. beside eve...
13,793 Views
0 Replies
02-04-2015, 12:17 AM
andyblem
    Thread: My form is not submitting
Post: My form is not submitting

I have a form which is not working. I want to delete to delete a record from my database using a certain form. The user first selects the department which he wants to delete an entity from and is redi...
13,793 Views
0 Replies
02-03-2015, 07:08 AM
andyblem
    Thread: How to search through a database and join the result with another table
Post: RE: How to search through a database and join the ...

it is now working but is returning everything in my database no matter what I type. Here is my updated code in my contacts_model Code: -- //this function gets all the contacts given a cerain paramet...
5,203 Views
0 Replies
02-02-2015, 04:25 AM
andyblem
    Thread: How to search through a database and join the result with another table
Post: How to search through a database and join the resu...

I have a database with three tables. I want to search data which matches the submitted data from a form in one table and join the result with data from another table. My problem is that my search func...
5,203 Views
0 Replies
01-30-2015, 12:27 AM
andyblem
    Thread: How to populate a dropdown from result_array
Post: RE: How to populate a dropdown from result_array

Rufnex Wrote: (01-13-2015, 01:24 PM) -- You have to build a proper array for the dropdown function: PHP Code: -- $options = array(); foreach($departs as $option) { $options[$option['id']]...
18,182 Views
8 Replies
01-15-2015, 12:59 AM
andyblem
    Thread: How to populate a dropdown from result_array
Post: RE: How to populate a dropdown from result_array

Avenirer Wrote: (01-13-2015, 02:23 AM) -- what you get from the model is an array with departments, the array being an indexed array, but when you pass the data to the dropdown you simply pass it an ...
18,182 Views
8 Replies
01-13-2015, 03:58 AM
andyblem
    Thread: How to populate a dropdown from result_array
Post: How to populate a dropdown from result_array

I have form that needs data from the database. The form is for adding an office. An office belongs to a department, so when a new office is added it should be added to the right department. What I wan...
18,182 Views
8 Replies
01-12-2015, 11:59 PM
andyblem

Theme © iAndrew 2016 - Forum software by © MyBB