- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
Re: 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 ![]() | |
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 … | |
Hello Does anyone know where I can order some node.JS books ( Real books not PDFS or articles ) Cheers, Robert ![]() | |
Re: 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 … | |
Re: 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', … | |
Re: 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 … | |
Re: 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)) … | |
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) { … |
The End.