Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » How To » NULL string
Re: NULL string [message #312 is a reply to message #311] Thu, 19 October 2006 04:33 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2371
Registered: April 2006
Location: Surrey, UK
Senior Member
There are two possible solutions to problem number 1:

1(a) If you are using MySQL you can try CONCAT_WS instead of CONCAT. See the manual at http://dev.mysql.com/doc/refman/4.1/en/string-functions.html

1(b) You can do it manually in the _cm_formatData() method as you suggested.

As for problem number 2, the short answer is "not yet" as there is no mechanism to browse through hierarchies of directories. The idea is that each implementation looks for specific file types in a specific directory, and not look for "something" which may be "anywhere". You should really design your application so that particular files go in particular directories, then you won't have a need to go wandering around looking for anything.

Even if I did implement such a feature it would only look from the current directory downwards, and would not have the ability to look in directories below other subsystems.


 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Display field from related table
Next Topic: Convert XMI to PHP
Goto Forum:
  


Current Time: Wed Nov 27 12:49:09 EST 2024

Total time taken to generate the page: 0.00962 seconds