Easy to use ORM with fulltext search and/or search library [message #182182] |
Tue, 16 July 2013 14:49 |
curdin.caspar
Messages: 2 Registered: July 2013
Karma: 0
|
Junior Member |
|
|
Hey guys
I'm not really a PHP pro, I'm at home in the .NET world, but I need/want to help a friend of mine to create an application.
What I need is an easy to use ORM which supports fulltext search and is configurable in the way that the properties of my entities won't have the same name as the DB columns.
Basically the application will contain a lot of search.
I already decided to use FuelPHP as my framework of choice because it looks easy enough that a hobby programmer, which my friend is, can use it.
Do you have any recommendations for me?
Thanks in advance
Curdin
|
|
|
Re: Easy to use ORM with fulltext search and/or search library [message #182183 is a reply to message #182182] |
Tue, 16 July 2013 21:04 |
Lew Pitcher
Messages: 60 Registered: April 2013
Karma: 0
|
Member |
|
|
On Tuesday 16 July 2013 10:49, in comp.lang.php, curdin(dot)caspar(at)gmail(dot)com
wrote:
> Hey guys
>
> I'm not really a PHP pro, I'm at home in the .NET world, but I need/want
> to help a friend of mine to create an application.
>
> What I need is an easy to use ORM which supports fulltext search and is
> configurable in the way that the properties of my entities won't have the
> same name as the DB columns.
>
> Basically the application will contain a lot of search.
>
> I already decided to use FuelPHP as my framework of choice because it
> looks easy enough that a hobby programmer, which my friend is, can use it.
Will the ORM built into FuelPHP not do what you need an ORM to do?
--
Lew Pitcher
"In Skills, We Trust"
|
|
|
|
Re: Easy to use ORM with fulltext search and/or search library [message #182203 is a reply to message #182201] |
Fri, 19 July 2013 07:11 |
Thomas 'PointedEars'
Messages: 701 Registered: October 2010
Karma: 0
|
Senior Member |
|
|
curdin(dot)caspar(at)gmail(dot)com wrote:
> I decided to change his database scheme. The more I thought about it the
> more it made sense to change it the way it really should be ;-)
>
> He'll has to modify his import :P
>
> And in that case the FuelPHP ORM should be fine.
Any ORM that *requires* the *same* property names as field names is
questionable at best, though.
PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16
|
|
|