Gmail Calendar Documents Web Reader more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Anybody experimenting with Symfony?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mladen Gogala  
View profile  
 More options Apr 11 2008, 4:27 pm
Newsgroups: comp.databases.oracle.server
From: Mladen Gogala <mgog...@yahoo.com>
Date: 11 Apr 2008 20:27:16 GMT
Local: Fri, Apr 11 2008 4:27 pm
Subject: Anybody experimenting with Symfony?
I was experimenting a bit with symfony (http://www.symfony-project.org)
a freeware application generator more potent then APEX. It is easy to
add bells and whistles but not so easy to change queries generated by
the propel ORM (Object-Relational Mapper. Yeah, this is a PHP version
of Hibernate). The documentation is, in my opinion, fairly attrocious.
Any oraclites with some more experience?

--
http://mgogala.freehostia.com


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vitalis...@gmail.com  
View profile  
 More options Apr 12 2008, 6:20 am
Newsgroups: comp.databases.oracle.server
From: vitalis...@gmail.com
Date: Sat, 12 Apr 2008 03:20:44 -0700 (PDT)
Local: Sat, Apr 12 2008 6:20 am
Subject: Re: Anybody experimenting with Symfony?
On 11 avr, 22:27, Mladen Gogala <mgog...@yahoo.com> wrote:

> I was experimenting a bit with symfony (http://www.symfony-project.org)
> a freeware application generator more potent then APEX. It is easy to
> add bells and whistles but not so easy to change queries generated by
> the propel ORM (Object-Relational Mapper. Yeah, this is a PHP version
> of Hibernate). The documentation is, in my opinion, fairly attrocious.
> Any oraclites with some more experience?

Not me.
But the only demo on their site is really basic. Can symfony really
generate professional front-ends to databases?

http://www.symfony-project.org/demo/cart


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mladen Gogala  
View profile  
 More options Apr 12 2008, 6:26 am
Newsgroups: comp.databases.oracle.server
From: Mladen Gogala <mgog...@yahoo.com>
Date: 12 Apr 2008 10:26:17 GMT
Local: Sat, Apr 12 2008 6:26 am
Subject: Re: Anybody experimenting with Symfony?

On Sat, 12 Apr 2008 03:20:44 -0700, vitalisman wrote:
> On 11 avr, 22:27, Mladen Gogala <mgog...@yahoo.com> wrote:
>> I was experimenting a bit with symfony (http://www.symfony-project.org)
>> a freeware application generator more potent then APEX. It is easy to
>> add bells and whistles but not so easy to change queries generated by
>> the propel ORM (Object-Relational Mapper. Yeah, this is a PHP version
>> of Hibernate). The documentation is, in my opinion, fairly attrocious.
>> Any oraclites with some more experience?

> Not me.
> But the only demo on their site is really basic. Can symfony really
> generate professional front-ends to databases?

> http://www.symfony-project.org/demo/cart

It can generate very good front ends. What I am having trouble with is
customization. For instance, I am unable to modify the front end so that
I can use "contains" or even achieve case insensitivity (upper/lower).
The documentation is, despite the book, really inadequate.

--
http://mgogala.freehostia.com


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Galen Boyer  
View profile  
 More options Apr 12 2008, 9:53 am
Newsgroups: comp.databases.oracle.server
From: Galen Boyer <galen_bo...@yahoo.com>
Date: 12 Apr 2008 08:53:02 -0500
Local: Sat, Apr 12 2008 9:53 am
Subject: Re: Anybody experimenting with Symfony?
On 11 Apr 2008, mgog...@yahoo.com wrote:

> I was experimenting a bit with symfony
> (http://www.symfony-project.org) a freeware application generator more
> potent then APEX. It is easy to add bells and whistles but not so easy
> to change queries generated by the propel ORM (Object-Relational
> Mapper. Yeah, this is a PHP version of Hibernate). The documentation
> is, in my opinion, fairly attrocious.  Any oraclites with some more
> experience?

One thing I like is that it looks like they actually generate code which
is then compiled as part of your app?  Is this true?

If so, it would mean you could just edit those things by hand if you
ever needed.  

Most of these type of thingys have a runtime server that does all of
this type of stuff as "magic".

--
Galen Boyer


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mladen Gogala  
View profile  
 More options Apr 12 2008, 11:50 am
Newsgroups: comp.databases.oracle.server
From: Mladen Gogala <mgog...@yahoo.com>
Date: 12 Apr 2008 15:50:24 GMT
Local: Sat, Apr 12 2008 11:50 am
Subject: Re: Anybody experimenting with Symfony?

Actually, not so. Symfony generates PHP5 code, then interpreted by the
PHP5 module in your web server. It doesn't compile anything and the code
is rather complex.

--
http://mgogala.freehostia.com


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yossarian  
View profile  
 More options Apr 23 2008, 8:38 am
Newsgroups: comp.databases.oracle.server
From: yossarian <yossaria...@operamail.com>
Date: Wed, 23 Apr 2008 14:38:40 +0200
Local: Wed, Apr 23 2008 8:38 am
Subject: Re: Anybody experimenting with Symfony?

Mladen Gogala wrote:
> It can generate very good front ends. What I am having trouble with is
> customization. For instance, I am unable to modify the front end so that
> I can use "contains" or even achieve case insensitivity (upper/lower).
> The documentation is, despite the book, really inadequate.

I'm playing with the sandbox project, your great symfony_yaml script and
the SCOTT schema at this time. It seems that the system assumes that all
primary keys in the schema are surrogate keys. It would be nice to find
and easy way to generate frontends with editable natural primary keys
and row fetched by ROWIDs.

Y.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Puentes Diaz, Roberto G. (puentesdiaz@gmail.com)  
View profile  
 More options Jul 30 2008, 10:10 am
Newsgroups: comp.databases.oracle.server
From: "Puentes Diaz, Roberto G. (puentesd...@gmail.com)" <puentesd...@gmail.com>
Date: Wed, 30 Jul 2008 07:10:24 -0700 (PDT)
Local: Wed, Jul 30 2008 10:10 am
Subject: Re: Anybody experimenting with Symfony?
hi !,

yes i'm user of symfony since last year.
but i'm newbie :D in oracle.

I read your http://www.oracle.com/technology/pub/articles/gogala-symfony.html
it' great post.

In your opinion is PHP a lider technology in oracle world?

cheers....

Roberto


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google