 |
Account Login
|
 |
 |
Latest Articles
|
 |
 |
IRC Channel
|
 |
 |
Associates
|
 |
 |
Associates
|
 |
|
 |
 |
|
 |
10-01-2009, 06:27 PM
|
#1 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Dingo Framework Launched
I just launched my PHP framework today. Check it out if you want...
> http://www.dingoframework.com
|
|
|
|
10-01-2009, 10:30 PM
|
#2 (permalink)
|
|
The Addict
Join Date: Aug 2008
Posts: 336
Thanks: 8
|
I've been hearing about your framework for months, good to see there is a release, I'm going to check it out.
|
|
|
|
10-01-2009, 10:55 PM
|
#3 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
I checked it out, the overall application seems nice, the code is semi-documented (I love documented code, almost too much). Overall it's nice, light (expected for an initial release).
*EDIT*:
1) I had to remove everything from the .htacces file and add this:
"DirectoryIndex index.php"
2) I had to create a "none.php" [Blank File] library in system\libraries, because I didn't want to load any library. If I commented out the loading it would throw an error.
This framework is not for non-programmers (as of now), you need to know and understand a little about programming. Otherwise I'm seeming to really like this.
A "Hello, World!" demo (Really Exciting!).
P.S. I have not checked any of the documentation (except for install/hello-world), but I will later tonight.
|
|
|
|
10-02-2009, 01:11 PM
|
#4 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Glad you guys seem to like it so far.
@adam, what system configuration are running? You errors seem very strange, do you have any of these problems when not using fancy URLs?
Quote:
|
This framework is not for non-programmers (as of now), you need to know and understand a little about programming. Otherwise I'm seeming to really like this.
|
Yeah I think that's the best way to go. After all, if I make it for people who do not know programming then it will be too dumbed-down for the programmers.
|
|
|
|
10-03-2009, 04:43 AM
|
#6 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
Quote:
Originally Posted by ETbyrne
@adam, what system configuration are running? You errors seem very strange, do you have any of these problems when not using fancy URLs?
|
XP SP2
Apache 2.2.13 (Latest)
PHP 5.3
MySQL (Not Used)
Most .htaccess files are ignored locally, but your application seemed to auto-load them. It was weird.
|
|
|
|
10-03-2009, 01:14 PM
|
#7 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Strange. Did you have any of these problems when you uploaded them to your public web server?
|
|
|
|
10-03-2009, 04:26 PM
|
#8 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
Quote:
Originally Posted by ETbyrne
Strange. Did you have any of these problems when you uploaded them to your public web server?
|
Nope. (Char Limit)
|
|
|
|
10-05-2009, 02:41 PM
|
#9 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
|
Hmm the tutorial looks nice, it reminds me of CodeIgniter :)
__________________
Nunchaku! Who doesn't like martial arts? =)
|
|
|
10-05-2009, 03:00 PM
|
#10 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Yes I liked how you accessed the libraries in CI, $this->lib->func() so I used that method in Dingo rather than static classes or $lib->func().
Other than that and the fact that is uses the MVC pattern, it doesn't have very many similarities.
Has anybody checked out the Dingo Talk library or the XSS helper? I know the XSS helper is not currently documented, but basically you can use it like this:
PHP Code:
$this->load->helper('xss'); $xml = 'test <a href="javascript:window.alert" title="wow. this /is/ awesome!">Link</a> <i onclick="alert(\'xss\')">test</i><p class="wow">Amazing</p><wow></wow>';
$d = xss::clean($xml);
var_dump($d);
The talk library is kinda an experimental way to easily add an API to your sites.
Also note that there is an issue with the email helper in version 0.3.0. I have fixed this issue and the new email helper will be included with version 0.4.0. If you want the fixed version before then (probably a month) just send me a PM.
|
|
|
|
10-07-2009, 03:04 PM
|
#11 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
|
|
|
|
10-07-2009, 09:56 PM
|
#12 (permalink)
|
|
That guy
Join Date: Sep 2009
Location: San Antonio, TX
Posts: 24
Thanks: 0
|
Waiting for three. ;)
|
|
|
|
10-24-2009, 10:17 PM
|
#13 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
|
|
|
|
10-24-2009, 10:55 PM
|
#14 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
Very well written tutorial, but I'm afraid you may have missed the most important piece of advice for people building a blog; "Download Wordpress".

|
|
|
|
10-25-2009, 12:16 AM
|
#15 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Oh I love constructive feedback.
|
|
|
|
10-25-2009, 01:40 AM
|
#16 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
It was completely meant as tongue in cheek, I hope you didn't take it the wrong way. I'm a huge fan of people who put that much hard work into a project and finally get it up and running (or released as the semantics may be). I'm a full time developer for Wordpress and Wordpress µ (sites, not the core) so when I saw your tutorial was on blogging, it just flowed forth.
If I ever get the chance I'll definitely give you real constructive feedback, but for now all I could tell you is that I scanned over the codebase and it looks pretty snazzy so far. Nice and clean, and well organized, all good things - from my initial scan, the only thing I'd suggest is that you may want to consider releasing a regular MySQL driver for your database handlers in conjunction with the MySQLi. Although MySQLi is to be preferred and most people using a framework will probably have the ability to update if they compiled without it, I developed a UAC a long time back that used strictly MySQLi until I realized half my audience wasn't so well endowed.
|
|
|
|
10-26-2009, 03:39 PM
|
#17 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Lol yeah I knew you were kidding, I just never miss an opportunity to be sarcastic.
I'll be sure to look into creating a purely MySQL driver for the framework.
Thank you! 
|
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|