Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
57% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
Ranked #3K
~20.3K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for veedeoo

For my opinion and for our practice, we used one controller for a not so complicated program though for much bigger sites we simply used different controllers and different models, our objective for this is a much cleaner code and simply much easier for debugging.

Member Avatar for Geetha_1
3
8K
Member Avatar for praba_web

Here is a good example from ellislab you can start with this [one](https://ellislab.com/codeigniter/user-guide/libraries/file_uploading.html)

Member Avatar for praba_web
0
11K
Member Avatar for drag

return your array as a result_array or an array of arrays as a good practice. then //not tested but it's something like this foreach($result as $k=>$v){ //then add your condition here //example if(field_id==9) ? '' : '';//you can use ternary operation //or if(field_id==9){ echo '<pre>'; print_r($k['value']); } } now for …

Member Avatar for diafol
0
280
Member Avatar for philjen

Hi Im a newbie in asp.net, im a php programmer though, and i've been working on a pop up div with a search engine on it, in php i have no problem working with json but in asp it took me already two days to find a similar problem, yet …

Member Avatar for philjen
0
644
Member Avatar for Roldan_1

check your where variable.. $dn1['req_code'] where did you declare this one..?

Member Avatar for Gideon_1
0
345

The End.