Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
4
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~5K People Reached
Favorite Forums

8 Posted Topics

Member Avatar for jwausi

Try this https://github.com/rusuandreirobert/codeigniter-startup It uses HMVC. Basically HMVC gives you a structure rather the normal one in codeigniter. CI has controller/action . HMVC CI has module/controller/action . And in HMVC you'll have admin & front :). You can read more about HMVC here : https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc

Member Avatar for diafol
0
4K
Member Avatar for Robert Rusu

First things first, the story about this article. Recently I've created an Wordpress Plugin [WordPress - WP - Keywords To Tooltip | CodeCanyon](http://codecanyon.net/item/wp-keywords-to-tooltip/6513598) After a few days, somebody asked me if it's working with Wordpress Multi Site, initially scared, I didn't expect it to be so easy, I've achieved the …

Member Avatar for Robert Rusu
2
426
Member Avatar for Robert Rusu

Hello Does anyone know where I can order some node.JS books ( Real books not PDFS or articles ) Cheers, Robert

Member Avatar for LastMitch
0
88
Member Avatar for OsaMasw

Depends on what you're planning to upload, For a photo gallery http://blueimp.github.com/jQuery-File-Upload/ is great. By this I mean a DIRECTORY of photos which would include N photos, which you can limit if needed really easy For a single picture ( user profile image, group image, logo ) By this I …

Member Avatar for OsaMasw
0
179
Member Avatar for dany12

Check this, I tried to make it kinda object oriented. I tried to do something else rather than the usual way I did this, not sure if it's good or bad. I kinda didn't respect the Keep it Simple Stupid Logic :) <?php class ContactForm{ /** * @var array ('name', …

Member Avatar for dany12
1
128
Member Avatar for drjay1627

well, if you look at it closelly it's : Table : comment id post_id user_id reply_to -> comment.id of the one it replies to content creation_date -> CURRENT_TIMESTAMP Make sure that, you don't get this on X levels when saving, keep it maximum on two levels, parent and child. no …

Member Avatar for mschroeder
0
198
Member Avatar for adityamadhira

Use that code. If you want to get text that's in the <option></option> you can do that via javascript on just [CODE]select department_name from Department where dept_ID = $_POST['dname'][/CODE] And the code should look like this [CODE] <select name="dname"> <?php $data = @mysql_query("select * from Department"); while ($row = mysql_fetch_assoc($data)) …

Member Avatar for cigoL..:)
0
302
Member Avatar for Robert Rusu

First of all hello :). Spend two days trying to integrate[URL="http://www.aurigma.com/"]Aurigma[/URL] the [URL="http://www.aurigma.com/Products/ImageUploaderExpress/"]Express[/URL]version In PHP. I am using Zend Framework I've managed to make the think to be `visible` but it fails to do what `upload.php` should do . Note : This is in the Controller [CODE] function onFileUploaded($uploadedFile) { …

0
76

The End.